debian gnome 3插件

时间:2022-01-14 06:57:57

1.gnome 配置-安装插件

http://maxubuntu.blogspot.com/2012/09/debian-gnome3.html

hunagqf|hunaqf2|hunaqf3

2.快捷键system-setting - keybroad

1)打开shell gnome-terminal  Ctrl+Alt+T

2)截图gnome-screenshot -a   Ctrl+Alt+A

http://www.nenew.net/ubuntu-linux-gnome-screenshot-area.html

3.访问windows共享

sudo apt-get install samba

mount -t cifs -o username=kevin,password=123456  //192.168.1.2/共享资料 /mnt/svr

smbfs unkonwn filesystem,是因为smbfs已经被cifs取代了。

开机自动挂载:

gedit /etc/fstab

写入

//192.168.1.1/tools    /tools     cifs   defaults,auto,username=administrator,password=123   0   0

参考:把windows目录挂载mount到linux下,非root用户没有写权限

mount -t cifs //10.6.10.113/** /data/** -o noatime -o nodiratime -o username=administrator,password=19870825,rw,uid=0,gid=0,dir_mode=0777,file_mode=0777

4.下载器

apt-get install uget aria2

5.办公软件crossover11+ office2007

注,这里一定要安装office2007中文版,如果装的是英文,会出现ibus不能输入中文的问题,那就没什么用处了。

参考:Ubuntu使用CrossOver完美安装Office

http://www.ubuntuhome.com/crossover-install-office.html

6.字体

sudo apt-get install ttf-wqy-microhei

sudo apt-get install ttf-wqy-zenhei

参考:ubuntu下安装windows下的字体

参考:http://dxwang.blog.51cto.com/384651/646090

7.迅雷

CrossOver+迅雷

下载Thunder.cxarchive,导入到CrossOver

参考:http://bbs.xineurope.com/thread-783386-1-1.html

8.Ubuntu软件列表

速配指南之软件参考

http://wiki.ubuntu.org.cn/Qref/Apps#P2P.E4.B8.8B.E8.BD.BD

9。**

https://code.google.com/p/*/wiki/*_Linux

代理地址127.0.0.1:8087;如需使用PAC,设置pac地址为http://127.0.0.1:8086/proxy.pac

定义快捷键

python */local/*-gtk.py Ctrl+Alt+g