Archive for the ‘Linux system’ Category
How to install Webmin on Fedora
Saturday, June 27, 2009 18:59 No Commentslogin to your shell, i will be using ssh so i send this command:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.350-1.noarch.rpm
Once it has finished downloadin i send this command:
rpm -U webmin-1.350-1.noarch.rpm
The rest of the install will be done automatically to the directory
/usr/libexec/webmin
The administration username set to root and the password to your current root password. You should now be able to [...]
How to install cPanel/ WHM on Fedora 9
Saturday, June 27, 2009 18:46 No CommentsAt the time of writing cPanel/WHM was not officially support Fedora 9, however to install cPanel you can do the following:
yum -y install tcp_wrappers-devel perl tar
mkdir /home/whm
cd /home/whm
wget http://layer1.cpanel.net/latest
sh latest &
Done.
Install wordpress locally on Fedora Linux (Apache, PHP, MySQL, Wordpress)
Saturday, June 27, 2009 18:25 No CommentsThis is a short tutorial for installing WordPress locally on a Fedora 9 machine (with SELinux enabled). It assumes that you are going to set up a self-hosted WordPress blogging platform. I will present the whole working flow here, with some special concerns on SELinux issues.
Install the web and database server. Of course, we need [...]
Installing Apache, PHP, and MySQL on Fedora Core
Saturday, June 27, 2009 18:06 No CommentsThis will install the basic components for a dynmaic, database-driven web site. We use yum to handle dependencies and gather all of the required packages.
1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql.
yum -y install httpd php mysql mysql-server php-mysql
2. Configure the new services to [...]
Install all simple thing Apache PHP MySQL
Saturday, June 27, 2009 18:00 No CommentsInstall all simple thing Apache PHP MySQL Mono Eclipse NetBean to work with Ubuntu for beginner
Some developer install Ubuntu to give it a try, but they do not know how to go further step, they will be bored and quit Ubuntu. I don’t like it (I like Ubuntu) so I make some simple steps that [...]
How do I edit a file through SSH using Nano ?
Saturday, June 27, 2009 17:55 No CommentsThe following article explains how to edit a file using Nano. This first requires you to establish an SSH connection to your server.
Nano uses keystroke combinations to execute certain functions. The keystrokes consist of first pressing and holding the control key and then pressing an additional key. The following are common functions:
CTRL+o: this will save [...]
Attached to an Additional Desktop running on Older Fedora Versions
Thursday, June 25, 2009 18:19 No CommentsIf you are connecting to the remote desktop running on an older version of Fedora, when the desktop appears you may notice that it doesn’t look much like the standard desktop:
The problem here is that we need to configure the VNC session to launch the correct desktop. To do this shutdown the VNC desktop session [...]


