回到经典gnome界面 sudo apt-get install gnome-session-fallback
安装输入法:
fcitx具体的安装方法:%=========================%第一步:安装fcitx//如果系统以前装过fcitx,请先删除fcitx,然后找出配置文件删除删除配置文件:sudo find ~ -name fcitx -ok rm -rf {} \;sudo add-apt-repository ppa:wengxt/fcitx-nightlysudo apt-get updatesudo apt-get install fcitx%=========================%第二步:移除其他输入法或者将fcitx定为首选输入法 移除ibus:sudo apt-get autoremove ibus移除scim:sudo apt-get autoremove scim或者切换系统首选输入法:方法1:系统-首选项-语言支持中修改开机启动的默认输入法方法2:用im-switch更改:im-switch -s fcitx -z default%=========================%第三步:安装sun-pinyin sudo apt-get install fcitx-sunpinyin%=========================%第四步:安装fcitx的Gtk配置界面 sudo apt-get install fcitx-config%=========================%第五步:给fcitx-sunpinyin添加词库词库1下载hubert_star为sunpinyin制作的2套搜狗词库精简:http://hslinuxextra.googlecode.com/files/sunpinyin-userdict.7z全套:http://hslinuxextra.googlecode.com/f…rdict-small.7z将解压出来的userdict文件放到~/.sunpinyin文件夹下,如果此文件夹不存在 mkdir -p /home/hjm/.sunpinyin词库2按照nenew的方法,进行添加。具体方法见下:http://www.nenew.net/fcitx-sunpinyin.html%=========================%第六步:添加开机启动打开系统-应用程序-启动应用程序中添加fcitx的开机启动名称:fcitx(随便)命令:fcitx -d
安装flash
安装:
tar xf flash.tar.gz
sudo cp -r usr/* /usr
sudo cp libflashplayer.so /usr/lib/firefox/plugins/
安装7z
sudo apt-get install p7zip-full
安装Matlab
sudo mount /home/hjm/mat12.iso /media/cdrom -o loop! sudo unmount /media/cdrom运行:sudo /opt/matlab/bin/matlab解决libc.so.6 not foundsudo ln -s /lib64/ld-linux-x86-64.so.2 /lib64/libc.so.6创建快速启动:sudo ln -s /opt/matlab/bin/matlab /usr/bin/matlab
三 解决中文乱码问题1. 字体显示美化 进入Matlab,从菜单打开:Files->preferences,打开Fonts页,把右边最下面的复选框Use antialising to smooth desktop fonts选中,重启MATLAB,字体显示的效果就很好了.2.MATLAB使用自带的Java运行环境,根据CPU架构的不同,相对应的字体配置文件路径为:32位版本 /usr/local/matlab/sys/java/jre/glnx86/jre/lib/fontconfig.properties64位版本 /usr/local/matlab/sys/java/jre/glnxa64/jre/lib/fontconfig.properties下面以32位版本为例3.进入字体配置文件目录 cd /usr/local/MATLAB/R2012a/sys/java/jre/glnx86/jre/lib如果fontconfig.properties文件不存在,可以从fontconfig.properties.src复制一个sudo cp fontconfig.properties.src fontconfig.properties4.字体可直接用系统自带的文泉驿修改JRE的字体配置文件,打开配置文件: sudo gedit fontconfig.propertie加入中文字体定义,在version=1下面一行输入allfonts.chinese-arphic1=-misc-simsun-medium-r-normal--0-0-0-0-p-0-iso10646-1如果文件已有allfonts.chinese-arphic1这行,就直接把它们改成上面那样。指明中文字体路径,在allfonts.chinese-arphic1行后回车另起一行,输入中文字体文件的完整路径:filename.-misc-simsun-medium-r-normal--0-0-0-0-p-0-iso10646-1=/usr/share/fonts/truetype/wqy/wqy-microhei.ttc5.修改字体搜索, 在配置文件中查找sequence.allfonts,如果其后的sequence开头的行中有: chinese-arphics1,可以略过此步,否则在其后面加入一行:sequence.fallback=chinese-arphic16.大功告成!!!
上传整个目录到服务器
scp -r /home/dir username@10.202.83.11:/home/dir
gedit 显示中文乱码
gsettings set org.gnome.gedit.preferences.encodings auto-detected "['GB18030', 'UTF-8', 'GB2312', 'GBK', 'BIG5', 'CURRENT', 'UTF-16']"
Install 32-bit software in 64-bit OS
sudo apt-get install ia32-libs