13 Dec 清除ubuntu下缓存、软件安装包
sudo apt-get autoclean 清理旧版本的软件缓存 sudo apt-get clean 清理所有软件缓存 sudo apt-get autoremove 删除系统不再使用的孤立软件...
sudo apt-get autoclean 清理旧版本的软件缓存 sudo apt-get clean 清理所有软件缓存 sudo apt-get autoremove 删除系统不再使用的孤立软件...
Set up Apache virtual hosts on Ubuntu On EC2 Forward https://support.rackspace.com/how-to/set-up-apache-virtual-hosts-on-ubuntu/ Now that Apache is installed and running, you can configure it to serve multiple domains by using virtual hosts. Create the layout This example uses two domains: domain1.com and domain2.com. In your home directory, create a public_html folder: cd...