Blog Detail

Linux by examples

Linux by examples

http://linux.byexamples.com

We explain every GNU/Linux command by examples. It includes tips and tricks, howto for linux commands.

View More Recent Posts

  • Install RPM with yum

    Posted on Sunday January 31st, 2010 at 05:26 am in yum

    I am a Linux user for couple of years, and I am using fedora for quite sometimes too. To install the packages that I need, first I will check them out at my repository using yum. yum search something p.s Replace ’something’ with your keyw...

  • Split screen console terminal ~ Terminator

    Posted on Saturday January 2nd, 2010 at 09:54 pm in misc, terminator

    Sometimes, you may have many logs to trace at once, you may need to copy and paste text from files to files, and tabbed terminal is just not convenient enough. So, you hope for a terminal that allows you to split your console screen into either horiz...

  • Compile and execute 32 bits application in 64 bits operating system

    Posted on Thursday October 1st, 2009 at 07:02 am in misc, developer, gcc

    The world is going towards 64 bits machines and operating system for personal computer, but there are still some libs and software only support 32 bits. Therefore in this transition period, there is a needs to support both 64 bits and 32 bits applica...

  • How to mount a ssh server?

    Posted on Friday September 18th, 2009 at 06:31 am in admin, sshfs

    After FUSE (Filesystem in Userspace) was invented, it opens up a lots of possibility to mount a remote filesystem on various protocol, such as FTP and SSH. FUSE is an API to implement a fully functional filesystem in a userspace program. I had wrote...

  • Serialize INI configuration to python dictionary

    Posted on Sunday August 30th, 2009 at 12:17 am in python, developer

    A lots of configuration file is in the format of INI, if we manage to serialize INI configuration to python dictionary, we can write python scripts to analyse and generate back to INI files. Below is the sample of INI configuration: config.ini # # ...

  • Does scons outperforms autoconf and makefiles?

    Posted on Thursday May 28th, 2009 at 10:59 am in python

    SCons is a software construction tool (build tool, or make tool) implemented in Python, that uses Python scripts as “configuration files” for software builds. Based on the design that won the Software Carpentry build tool competition, SCo...

Comments & Reviews

This blog is currently rated a 4.67 out of a possible 5 based on 3 comments.

ananddube

5 stars Anand Dube

love this ....., please visit my blog at http://www.anand.net.in/blog

Posted: 2009-10-02 | More Reviews From ananddube

techfun

5 stars JD

Great Blog!

I am a bit of an Ubuntu evangelist and I am always looking for new resources to pass along to my converts. The Linux by Example blog will definitely be on the list of links I hand out. I will also be including an RSS widget for this blog on my own so I can stay on top of updates.

I already used one of the posts to make sudo insult users on my systems when they fatfinger their passwords.

Posted: 2007-09-09 | More Reviews From techfun

pranavbhat

4 stars Pranav Bhat

hi,
Really like your blog! I am also just starting as a blogger and my topic of the blog is also linux, so i was thinking how about both of us do some link exchange, so that our readers would get more topics to read related to linux and also it would be better search engine wise!

Hoping to hear soon from you!!
Cheers!!

Posted: 2007-05-21 | More Reviews From pranavbhat

Post A Comment/Review

Log In or Sign Up to leave a comment.