Home » Linux Tutorials » Command line

Command line

[Apr 23, 2013 | Views: 207]
Linux has many tools for mounting, creating and burning iso image files. In this posts, we introduce how to use the iso files on Linux. 1. Mount an iso file Mouting a ... read more »
[Apr 23, 2013 | Views: 348]
Linux booting is usually controlled by Grub or the new Grub2. Setting the default booting entry is a frequent operations. Here, we introduce how to set the default entry in ... read more »
[Mar 30, 2013 | Views: 248]
With Emacs, I feel happy. I love the rich functions of Emacs, such as compiling, quickly jumping to the lines with compilation error and debugging with gdb, and more. I ... read more »
[Mar 11, 2013 | Views: 637]
These slides give a brief introduction to how to set up the VPN-like network between several clusters which connect to each other through Internet: vpn_iptables_v2.pdf Animation is enabled which may help to ... read more »
[Feb 26, 2013 | Views: 16,879]
I frequently create new user accounts and change or set password for these accounts on a batch of Linux boxes. The create new user can be done by one command ... read more »
[Feb 19, 2013 | Views: 1,543]
This posts list benchmark (using bonnie++) result of I/O performance of Xen LVM and loopback backed VBDs. The configuration of machines Dom0 VCPU: 2 (Intel(R) Xeon(R) CPU E5520  @ 2.27GHz) Memory: 2GB Xen and Linux ... read more »
[Feb 16, 2013 | Views: 4,922]
Fedora’s repositories provide most of the software packages needed when using Linux. However, for various consideration, they do not provide some packages, such as MPlayer, ffmpeg. Fortunately, some community maintained ... read more »
[Feb 8, 2013 | Views: 36,759]
The mailx or mail command in Linux is still providing service for guys like me, especially when we need to send email automatically by script. gmail is great. Now, how ... read more »
[Feb 7, 2013 | Views: 2,881]
This is the latest stable and recommended stable Xen Dom0 solution on Fedora 12. No serious bug found till now and we will fix the bugs by ourselves if some ... read more »
[Feb 6, 2013 | Views: 15,210]
VMware Player and VirtualBox are two cool and free full virtualization solutions and both can run on top of a Linux host. In this post, we introduces how to install, ... read more »
[Feb 6, 2013 | Views: 300]
XPS files is a format from MS on Windows. Evince can view some XPS files, but fails to view some. To view XPS files generated on Windows on a Linux ... read more »
[Feb 5, 2013 | Views: 545]
An introduction to installing Domain-U on Xen is introduced here: Setting Up Stable Xen DomU with Fedora: Unmodified Fedora 12 on top of Xenified Fedora 12 Dom0 with Xen (this ... read more »
[Jan 24, 2013 | Views: 1,748]
This post is a tutorial for new users to set up git and clone and use the first repository. This post introduces how to start using git for new users. ... read more »
[Jan 14, 2013 | Views: 5,212]
The firmware version can be easily checked out in Linux by dmidecode, a tool to locate the computer’s Desktop Management Interface (DMI) table and dump the content to human-readable content. ... read more »
[Dec 26, 2012 | Views: 8,855]
The Linux kernel has a generic driver for a graphic framebuffer named vesafb on intel boxes. It provides a nice large console for most of modern displays. Setting VESA modes for ... read more »
[Dec 26, 2012 | Views: 437]
‘ffmpeg’ can do the work of capturing Linux desktop video very well. ffmpeg is a very fast video and audio converter that can also grab from a live audio/video source. ... read more »
[Dec 23, 2012 | Views: 1,076]
NFS is widely deployed and used even after more than twenty year. NFS is easy to set up and easy to use. This introduces how to set up the NFS ... read more »
[Dec 12, 2012 | Views: 160]
‘diff’ and ‘patch’ are tools to create patches and apply patches to source code, which is widely used in the open-source world, such as Linux kernel and application. patch: applying patches To ... read more »
[Dec 12, 2012 | Views: 411]
Different Linux distros have different method to set the hostname. On Fedora Linux, it is quite simple. Open the /etc/sysconfig/network file vim /etc/sysconfig/network Find the line starting with HOSTNAME= Assign the hostname for this computer ... read more »
[Dec 12, 2012 | Views: 253]
Vim is my favourite text editor and I also prefer to use Vim to compose Email. I ever used Vim as Thunderbird’s External editor with the help of plugin. I ... read more »