Vinay has now moved into vinaydeep.com which is now powered by wordpress for these reasons. ATAD will be continued in a blog of its own, atipaday.wordpress.com for which more contributors are welcome :)
I had a nice time here and will see you folks at vinaydeep.com, welcome !!
Showing posts with label me. Show all posts
Showing posts with label me. Show all posts
Saturday, August 02, 2008
Monday, July 21, 2008
ATAD #1 – linux /proc filesystem
It’s been a long time since i really sat down to read something, apart from what work demanded, technology round ups and reviews. Its this strange time in my life when academic acumen kicks in, and I wonder; “why not spend a few minutes each day to learn something new”.
I will log my learning’s with A Tip A Day.
Over the years I have understood that the /proc directory (also called the proc file system) contains files that store information about the state of the linux kernel and the running applications. The files can be interpreted by applications and the users (though a few are restricted only to the ‘root’ user) to gain a whole wealth of information about the running system. The contents of the files under the proc directory can be easily read using the cat program
OK, this is probably stale news for a few. But an interesting find was that a few files under /proc/sys can actually also be used to adjust settings to the kernel.
Eg, here im changing the hostname of the linux system to hoohaha
# echo hoohaha > /proc/sys/kernel/hostname
A few others store boolean information, for example the /proc/sys/net/ipv4/ip_forward when set to 1 will immediately start forwarding network packets.
# echo 1 > /proc/sys/net/ipv4/ip_forward
__tipped__
I will log my learning’s with A Tip A Day.
Over the years I have understood that the /proc directory (also called the proc file system) contains files that store information about the state of the linux kernel and the running applications. The files can be interpreted by applications and the users (though a few are restricted only to the ‘root’ user) to gain a whole wealth of information about the running system. The contents of the files under the proc directory can be easily read using the cat program
OK, this is probably stale news for a few. But an interesting find was that a few files under /proc/sys can actually also be used to adjust settings to the kernel.
Eg, here im changing the hostname of the linux system to hoohaha
# echo hoohaha > /proc/sys/kernel/hostname
A few others store boolean information, for example the /proc/sys/net/ipv4/ip_forward when set to 1 will immediately start forwarding network packets.
# echo 1 > /proc/sys/net/ipv4/ip_forward
__tipped__
Saturday, March 29, 2008
Why we use Linux
Vlad Dolezal blogs about "Why we use Linux"
I can't agree any lesser.
Since the day i migrated to this brighter face of the planet, ive been spending more fun, 1 on 1 time with my computer in tweaking stuff to my likes. Of course there were the troughs with undesired effects, but recovering from them and bringing about the desired change was a cherished learning experience by itself.
Open up and live free.
We tell people we use Linux because it's secure. Or because it's free, because it's customizable, because it's free (the other meaning), because it has excellent community support...
But all of that is just marketing bullshit. We tell that to non-Linuxers because they wouldn't understand the real reason. And when we say those false reasons enough, we might even start to believe them ourselves.
But deep underneath, the real reason remains.
We use Linux because it's fun!
I can't agree any lesser.
Since the day i migrated to this brighter face of the planet, ive been spending more fun, 1 on 1 time with my computer in tweaking stuff to my likes. Of course there were the troughs with undesired effects, but recovering from them and bringing about the desired change was a cherished learning experience by itself.
Open up and live free.
Thursday, March 20, 2008
Thursday, February 07, 2008
vinaydeep.com
So finally i get my own domain. Do check out http://vinaydeep.com, you will be surprised at what you will find there ;)
Subscribe to:
Posts (Atom)