RSS Linux by Examples

we explain every gnu/linux command by examples
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Linux by Examples
Title:python: writing binary file
Summary: Python is the best scripting language which I found it out perform Bash script as well as Lua. I li... (11/22/2008 1:18:32 AM)
Subscribe it

About "Linux by Examples"

Author:Claim it now
Website:http://linux.byexamples.com
RSS:http://linux.byexamples.com/feed
Update interval: 5 days
Last update: 1 days ago
Tags:
Subscribers:1
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "Linux by Examples"

python: writing binary file 3 days ago Read More http://feedproxy.google.com/~r/LinuxByExamples/~3/Nw5Y6KSo6GY/

Python is the best scripting language which I found it out perform Bash script as well as Lua. I like python’s scripting syntax, which is make sense and very convenient in string manipulations. It...
Bash script that process input from pipeline or file redirection 8 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/453586882/
I remember I wrote a post regarding how to makes python processing string from the pipeline stream. This time, I find the needs to do it in bash script.
I created a hex string splitter script for m...
List command line history with timestamp 38 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/421834210/
History is a common command for shell to list out all the executed commands. It is very useful when it comes to investigation on what commands was executed that tear down the server. With the help ...
XSLT processor command line 77 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/385697804/
XSLT stand for XSL transformation, and XSL is EXtensible Stylesheet Language, it is XML-based Stylesheet Language defined by W3C. XSLT is one of the famous XML technology, XML that uses XSL needs t...
KDE based Fluxbox open folder tips 85 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/378756226/
I am a KDE based Fluxbox user, I am face an issue that some of my gnome applications that have feature of allowing me to locate and open folder doesn’t really work as expected. Those gnome applicat...
Experiencing with vmware server and Sun xVM VirtualBox 98 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/366666790/
Recently I have tried Sun xVM VirtualBox 1.6.4 , I have compare vbox with Vmware server 1.0.4. After couple days of testing, its time for me to share some personal findings towards them. I may not ...
Virtualize your operating system with qemu 113 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/353262831/

QEMU is a processor emulator, it allows you to run variety of unmodified guest operating systems such as Linux, Windows, Solaris, Dos etc just like Vmware and VirtualBox. In fact VirtualBox dynami...
Syslog: Sending log from remote servers to syslog daemon 123 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/343493708/
syslog is a standard for logging service in Linux, it usually run as daemon like syslogd or rsyslogd. Syslog daemon will be forward and store logs in /var/log directory, you may configure it to sto...
Top Ten Processes Watcher 133 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/334303267/
top command provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. But if you want ...
Python vs Lua, data structure 148 days ago Read More http://feeds.feedburner.com/~r/LinuxByExamples/~3/321516102/
In python, we have various type of data structure, such as list, set, tuple, dictionary etc, but in Lua, we only have table. Table in Lua can be used as array, list, dictionary or object.
Let see h...