Links

Home arrow Articles arrow Operating Systems arrow Linux / Unix / *Nix
Linux / Unix / *Nix
How to Detect Known Hard Drives in Ubuntu PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0


Last Updated ( Wednesday, 17 February 2010 )
 
How to install CURL on ubuntu php5 PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

Open up a terminal and type

 

 
Apache Ubuntu how to set up sub domains PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

Edit /etc/apache2/sites-available/default using your favourite command line editor. 


Last Updated ( Tuesday, 02 February 2010 )
 
Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

My friend wanted to know how to change or convert DHCP network configuration to static configuration. After initial installation, he wanted to change network settings. Further, his system is w/o GUI system aka X Windows. Here is quick way to accomplish the same:

Your main network configuration file is /etc/network/interfaces

Read more...
 
How to perform a batch download using wget PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 1

If I want to download all files in a directory of a website, i have to perform a long wget command, they is what I do at first:

This works fine, but sometimes it gives some silly index.@xx files that wish I do not want. To make your directory clean, if you knows the file format you want, you can do this:

I am going to explain briefly what is the meaning of the options I speficied.
-nd no directory, by default wget creates a dir
-r recursively download
-l1 (L one) level 1, download only of that particular folder, don’t go depth on it.
–no-parent I definately don’t want the parent’s files

Last Updated ( Wednesday, 22 July 2009 )
 
<< Start < Prev 1 2 3 4 5 Next > End >>

Results 28 - 36 of 39