Installing FTP on a Linux server

[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>

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...Click for full post

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...Click for full post

Apple co-founder Steve Wozniak isn’t impressed: New iPad doesn’t ‘hit my needs’

[caption id="attachment_84" align="alignleft" width="542"] Steve Wozniak, the co-founder of Apple, in Sydney today.[/caption] "Yes it's thinner, but I wanted storage. I don't have broadband at home, and you can't get great broadband connection in hotels, so I carry all my personal media in the iPad. So I was hoping Apple has a 256 GB iPad," said Wozniak. "I was hoping for more storage so I could put every episode of 'Big Bang Theory' on my iPad. So I emailed my...Click for full post