红联Linux门户
Linux帮助

ubuntu15.04安装后的操作

发布时间:2015-05-10 09:38:35来源:blog.sina.com.cn/xiazhujie作者:漫步海边小路

把软件源改为国内的sohu、163、aliyun等。

更新语言包
更新系统


安装 apache、php、mysql
sudo apt-get install apache2 php5 mysql-server
还需要安装的包如下:
libapache2-mod-php5  //让支持php的
libapache2-mod-auth-mysql  //apache和php支持mysql的
php5-mysql   //php支持mysql的
php5-gd  //php的gd库


安装完了重启一下apache:sudo systemctl restart apache2
这里注意:ubuntu15.04采用了systemd初始化系统,要使用systemctl操作原来的/etc/init.d/***之类的命令


测试apache,浏览器打开127.0.0.1,
测试php在/var/www/html/新建文件输入再从浏览器访问。


我安装的是ubuntu mate,但是里面的fcitx输入的时候候选词的部分是黑框框,暂时先换到lxde桌面环境。


安装chromium浏览器机器flash插件(firefox下的flash插件adboe公司停止更新了,他们和google合作在linux系统下只开发chromium下的flash插件)
sudo apt-get install chromium-browser
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
卸载命令:sudo apt-get remove chromium-browser pepperflashplugin-nonfree


安装sublimetext (使用PPA):

sudo add-apt-repository ppa:webupd8team/sublime-text-3 
sudo apt-get update 
sudo apt-get install sublime-text

安装之后把 github上的配置弄下来:https://github.com/xiazhujie/.config-sublime_text3


安装Ubuntu 15.04后要做的事:http://www.linuxdiyf.com/linux/11670.html

kunbutu15.04安装后调整分辨率:http://www.linuxdiyf.com/linux/12039.html

64位ubuntu15.04升级Linux内核到linux4.1.0:http://www.linuxdiyf.com/linux/11805.html

Ubuntu Kylin 15.04无法安装QQ的解决方法:http://www.linuxdiyf.com/linux/11808.html

在ubuntu 15.04下安装字体及设置字体:http://www.linuxdiyf.com/linux/11653.html