[caption id="attachment_1461" align="alignnone" width="142"] Installing FTP on a Linux server[/caption] Enter the commands in Bold sudo apt-get install vsftpd If you would like to change options in vsftpd (optional). sudo nano /etc/vsftpd.conf Restart FTP service service vsftpd restart *Do NOT use the root user to login. To create a user to upload web files. adduser <username> adduser <username> sudo usermod --home /var/www <username>
Category: Archive (Before 2026)
Basic LAMP (Linux, Apache, MySQL, PHP) installation on a Linux Server
I will assume you have a base system with Ubuntu 13.04 installed and updated. 1. Install Apache2. sudo apt-get install apache2 [To verify] Direct a browser to the ip address of your server and you should see the placeholder page. 2. Install PHP5. sudo apt-get install php5 libapache2-mod-php5 Restart Apache after PHP5 installation is completed. sudo service apache2 restart [To verify] Create a file named info.php with the following code. <?php phpinfo(); ?> Place the file in the directory /var/www/html Display the file in a browser by going to youripaddress/info.php You should see something similiar to the following. 3. Install...Read More
Interesting facts about Rudolph the Red Nosed Reindeer
Interesting facts about Rudolph the Red Nosed Reindeer Premiering on NBC December 6th, 1964, Rudolph has become the longest running, highest rated television special in the history of the medium. "At first Johnny Marks (composer of the classic song) didn't want to do the special," says Arthur Rankin. "He was very protective of the song. The song provided a very large income to Marks and he was afraid that over exposure of the hit song might interfere with it's success as a popular song. He was a neighbor of mine at the time and I eventually persuaded him to do the...Read More