Hello fellows!
Today, after a few months off … I’m back with a few tips that you would definitely love – or not.
Here, I’ll explain how to modify the root environment using the proper way… What an easy task, and would you know how?
(more…)
Modify root environment using the right way under FreeBSD
Get rid of defunct processes … it’s possible :P
Zero padding in bash
Live stats for dd … everything is possible!
APC 7920 Lost Admin Password!!!
Hello fellows!
Today, after a few months off … I’m back with a few tips that you would definitely love – or not.
Here, I’ll explain how to modify the root environment using the proper way… What an easy task, and would you know how?
(more…)
Hi guys,
Have you ever been in the situation of getting on your nerves because you can’t kill a process ??
I did not
But I was just wondering how to get rid of them.
I’ll teach you how to do it in this tip! (more…)
Hi folks,
I have been asked how to do zero padding in bash … as C language does it with printf, Bash also offers a printf command that has almost the same syntax as the one in the C language… (more…)
Good Afternoon!! … or morning … depends where you are
Well, in computing world, it’s always shiny, happy, warm!! So, we don’t care of the time ^^
But sometimes, we do care … especially when you ran a dd of Gigabytes of data that is running forever!!
I’ll show you how to get stats even when the command is still running (more…)
Argh!!! We lost the admin password of our APC (PDU)…
First thing that a normal and respectable system or network administrator would do is to read the manual to see if we can find a section: “Lost Password Recovery”.
Happily, you will find it … but quickly you will sink into deep abyss … (more…)
Hello ladies and gentlemen,
As said, about one year ago, i now open the BSD category !!! What’s up!? ^^
So, today, i’ll teach how to configure network interfaces under FreeBSD…
Yeah .. i know …some of you will think that i think you’re a bunch of noobs … but no! It’s just that i don’t think that all of you are BSD nerds … (more…)
Today, i got this idea.
Kick out Linux and welcome FreeBSD!!!
But yeah …. no. I just wanted to make a little place to FreeBSD in my life, and see if we fit together. BUT!!! Because there’s always a But in Shakespare in Love (not sure about how to spell that name -_-’). I wanted to try first on VBox, but bzzzzzzzzzz. DHCP won’t work!! Bugger…
Little trick: Use PCnet-PCI II instead of PCnet-PCI III (FastEthernet for that one .. forget about it) for the network adapter.
That’s it! Easy, ain’t it?
Let’s take a look about that Demon!
Who knows, I may add a category FreeBSD later on
Stay Wired!
Well well, a linux user / admin who has a little respect for himself has to know that tool: grep.
Used for string searching, we can use it on the output of a command using the pipe character.
But, what happened when you do: ps x | grep firefox?? (more…)
A lot of people asked me how to rename files easily and fast enough. We all know the command mv which is used to move files but we can use it to rename files as well (which will be the same operation as moving a file into the same directory).
But we do have a command that has the purpose to actually rename a file: rename. (more…)