Linux
install PHP In linux fedora
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
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:
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
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
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
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
Creating Files and Directories You want to organize your files by placing them in directories. But where do directories come from? For th...
Subscribe to:
Posts (Atom)