RedHat, Centos, Fedora Manuals
1. RedHat http://www.redhat.com/docs/ 2. Centos http://centos.org/docs/5/ 3. Fedora http://docs.fedoraproject.org/ http://docs.fedoraproject.org/release-notes/f12/en-US/html-single/
1. RedHat http://www.redhat.com/docs/ 2. Centos http://centos.org/docs/5/ 3. Fedora http://docs.fedoraproject.org/ http://docs.fedoraproject.org/release-notes/f12/en-US/html-single/
Create an interface manually Just copy the following lines into a file called ifcfg-eth1 and drop it in the “/etc/sysconfig/network-scripts” folder. then do a “service network restart” DEVICE=eth1 ONBOOT=yes BOOTPROTO=static BROADCAST=10.1.255.255
The equivalent of msinfo32 in windows could easily be : dmidecode in linux redhat flavor. So many linux flavors so little time, YCSoftware decided to stick to anything REDHAT. I assume that you are using … Read more
Moving the files 1. First log in as root to the source server 2. tar -cvf websitename.tar websitedirectory/ 3. Then FTP or sftp the files to the destination server 4. Then tar -xvf website.tar (destination … Read more
Fedora http://docs.fedoraproject.org/ Centos http://www.centos.org/docs/5/ FreeBSD http://www.freebsd.org/doc/en/books/handbook/index.html Linux http://www.linuxfromscratch.org/blfs/view/svn/index.html Linux Home Networking http://www.linuxhomenetworking.com/ General Linux http://www.tuxfiles.org/ Linux Useful Manuals http://www.tldp.org/guides.html