When you need to format a partition from the command line, a few commands are all you need. Here’s the typical workflow.
First, create the files[……]
OpenSource software should be encouraged more…
When you need to format a partition from the command line, a few commands are all you need. Here’s the typical workflow.
First, create the files[……]
Drush is a command-line shell interface for Drupal. It lets you do almost anything you would do through the Drupal admin interface — enabling modules,[……]
XBMC Media Center (formerly Xbox Media Center) is a free and open source cross-platform media centre and HTPC application. I have been using it for ju[……]
lftp is a versatile command-line file transfer tool. What makes it stand out is its ability to open multiple connections for a single download, which[……]
As mentioned in the last post, I was going to go to the PHP Conference in London.
Well, I have been! :-)
It was the first time for me but was exactly[……]
This year, for the first time, I will be attending to the PHP Conference in London. There are going to be so many interesting talks.
Have a look with[……]
I have explained how to activate an LVM logical volume before, but never talked much about LVM itself. Here is a brief introduction.
I have been playi[……]
If you are at the command line and want a process to run in the background, you add an & at the end of the command:
sleep 10 && echo "Done!" &
[……]
If you use jQuery, you know the $(document).ready() wrapper is the standard way to make sure the DOM is fully loaded before your JavaScript runs. But[……]