To enable automatic updates (Unattended upgrades) on Ubuntu Linux to keep your system safe, run the following line in the terminal:
sudo apt-get install unattended-upgrades
To enable automatic updates (Unattended upgrades) on Ubuntu Linux to keep your system safe, run the following line in the terminal:
sudo apt-get install unattended-upgrades
The following terminal commands show you how to install support for the ZFS file system on Ubuntu Linux
sudo add-apt-repository ppa:zfs-native/ubuntu-zfs
sudo apt-get update
sudo apt-get install ubuntu-zfs
To control an Ubuntu Linux pc via RDP you will need to install XRDP.
This can be done by running the following command in the terminal:
sudo apt-get install xrdp
This short guide demonstrates how to install Apache, PHP, MySQL as LAMP server on Ubuntu Linux.
sudo apt-get install mysql-server mysql-client apache2 install php5 libapache2-mod-php5
sudo apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
sudo /etc/init.d/apache2 restart
Tools which can be installed are phpMyAdmin and MySQL Workbench:
sudo add-apt-repository ppa:olivier-berten/misc
sudo apt-get update
sudo apt-get install mysql-workbench-gpl phpmyadmin
This short walkthrough describes how to install the linux kernel version 3.10.0 on Ubuntu Linux without having to compile it yourself.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration.
Installation Guide
sudo update-grub
The source can be found on www.kernel.org
I will post the latest version of the 3.10 branch in comments below.