1.安装ibus $sudo apt-get install ibus ibus-qt4 ibus-gtk 2.编辑配置 $sudo vim/etc/X11/xinit/xinput.d/default # # This configuration provides default IM setting (user edittable) # See im-switch(8) and /usr/share/doc/im-switch/README.Debian ....
安装tidy: sudo apt-get install tidy 使用tidy格式化xml文件: cat ugly.xml | tidy -utf8 -xml -w 255 -i -c -q -asxml pretty.xml...
所谓的 LiveUSB 即是可以从闪存(如U 盘)启动的技术,现在ubuntu等主流的linux发行版本都已经使用了LiveUSB技术,使我们可以直接将通过一个普通的U盘安装linux系统, 制作LiveUSB的工具很多,unetbootin和ubuntu系统自带的启动盘制作工具就是很常见的工具。...
一、 主机的规划 1.是采用单系统(单一系统Linux)还是多系统(M$ Windows与Linux共存) 如果是单一系统,那么你就不需考虑是不是要与其他系统做磁盘分区的共用了,如果是多系统,那么各个分区在你完成安装Linux后都可以挂载在Linux里了,当然也包括NTFS了。既然...
采用系统是ubuntu12.10,也适用于旧版的ubuntu。 安装lm-sensors $ sudo apt-get install lm-sensors sensors-applet 正在读取软件包列表 完成 正在分析软件包的依赖关系树 正在读取状态信息 完成 将会安装下列额外的软件包: hddtemp libsensors-applet-plu...
Ubuntu默认是关闭root账户,但是可以通过sudo来提升权限,这种做法也是比较安全的做法。在Ubuntu 12.10中使用root进行登录方法(如果有特殊用途可以尝试,但是强烈建议不要这么做,sudo已经很方便了): 1. 给root设置一个密码:sudo passwd root 2. lightdm...
打开终端,先做个备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list_bak 然后 sudo gedit /etc/apt/sources.list 加入源地址 deb ftp://ftp.sjtu.edu.cn/ubuntu/ feisty main restricted universe multiverse deb-src ftp://ftp.sjtu.edu.cn/ubuntu/...
一、Start Apache 2 Server /启动apache服务 # /etc/init.d/apache2 start or $ sudo /etc/init.d/apache2 start 二、 Restart Apache 2 Server /重启apache服务 # /etc/init.d/apache2 restart or $ sudo /etc/init.d/apache2 restart 三、Stop Apache 2 Ser...
更新源列表 打开终端窗口,输入sudo apt-get update--回车--输入当前登录用户的管理员密码--回车,就可以了。 安装ssh 打开终端窗口,输入sudo apt-get install openssh-server--回车--输入y--回车--安装完成。 查看ssh服务是否启动 打开终端窗口,输入sudo p...
Android SDK is a development environment for the Android mobile operating system which allows you to write applications for Android devices or gain elevated privileges on android devices with the help of third party software. This brief tu...
Ubuntu 14.04/16.04 与 Windows 10 周年版 Ubuntu Bash 性能对比 今年初,当 Microsof...
一、 Ubuntu 中软件安装方法 1、APT方式 (1)普通安装:apt-get install softname1 s...
这确实是一个十足的好消息,Canonical在今天宣布Ubuntu Touch RTM的第一个正式版本发...