Linux

install PHP In linux fedora

install PHP In linux fedora

11:09 AM
PHP Installation I will be following the directions from  Download php-4.3.4.tar.gz from one of the mirrors at http://www.php.net/down...
how to install MySQL in fedora linux or ubuntu linux

how to install MySQL in fedora linux or ubuntu linux

11:06 AM
Download mysql-max-4.0.17-pc-linux-i686.tar.gz from one of the mysql mirrors at Key fingerprint = AF19 FA27 2F94 998D FDB5 DE3D F8B5 06E4...
how To configure the public key on the server:

how To configure the public key on the server:

11:03 AM
To configure the public key on the server: $ cd ~ $ mkdir .ssh $ chmod 700 .ssh $ cat id_dsa.pub > .ssh/authorized_keys2 $ chmod...
how to add new user in linux fedora

how to add new user in linux fedora

11:02 AM
Adding a User To add a user do the following: # groupadd john # useradd -g john -c “John Doe” -m -d /home/john -s /bin/bash john # p...
how to Copy, Move, and Rename Files and Directories in fedora linux

how to Copy, Move, and Rename Files and Directories in fedora linux

11:10 AM
Copying, Moving, and Renaming Files and Directories You've got directories, you've got files. How do you get the files into the...
how to delete Files and Directories in linux

how to delete Files and Directories in linux

11:08 AM
Deleting Files and Directories You have files and directories all over the place. How do you get rid of the ones you don't want? U...
how to create Files and Directories in linux fedora environment

how to create Files and Directories in linux fedora environment

11:07 AM
Creating Files and Directories You want to organize your files by placing them in directories. But where do directories come from? For th...