str[bits]

March 30, 2005

To start service automatically

Filed under: Linux

# chkconfig service_name on

March 27, 2005

Branch Office Routing

route add -net 192.168.1.0 netmask 255.255.255.0 gw 10.10.1.20

March 26, 2005

Holy Saturday

Filed under: Personal, Princess, Qatar

I’m relatively happy that our Princess is little_bit_getting_well now, after 3 days of having a diarrhea and fever. Slowly she’s now back to her usual self: a dynamic superrrr baby girllll!

Today is Black Saturday and here in Qatar you’ll not feel the solemnity of Lenten Season.

Personally, as daily in the morning I tend to meditate as I prayed my “wake-up” prayer and in addition this week I’m also trying to imagine the “religious celebration” back home.

Also, oh yes! Very worthy to mention, I finally finished watching Mulan after more than 10 attempts. Since last week I started to watched it; but not able to finish. Cute movie, I almost cried, hehehe, at the end (hey, it took more than a week for me to finished it!).

We got a bunch of “5-in-1 DVDs” from Souq. Yes, “those kind” of DVDs are openly available here in Qatar!

Idealized and real network protocol stacks

OSI and TCPIP Layers

March 24, 2005

Finding Process Running

Filed under: Linux

% ps aux | grep sandro

This list every single process on the system, and then uses grep to pick out the ones belonging to user sandro.

March 23, 2005

Running a Single Command as root

$ su root -c “command”

This allows you to fix something quickly when you are at a user’s workstation (or otherwise not at your own system) without having to worry about remembering to exit from an su session.

There are users who will absolutely take advantage of such lapses, so I’ve learned to be cautious.

Computer stops following order

One of our employees called me this morning, “Sir, my computer stops following order!”

March 22, 2005

Coca Cola Zero

Filed under: In the News

The Coca-Cola Co. said Monday it will launch a no-calorie version of its trademark soft drink called Coca-Cola Zero in the United States in June.

Oh my!

Filed under: Personal



str_160301

Originally uploaded by sandro.rafael.

Flickr test post.

March 10, 2005

Redirection

Filed under: Linux

grep string filename > newfile
Redirects the output of the above grep command to a file ‘newfile’.
grep string filename >> existfile
Appends the output of the grep command to the end of ‘existfile’.

The redirection directives, > and >> can be used on the output of most commands
to direct their output to a file.






















Get free blog up and running in minutes with Blogsome | Theme designs available here