|
楼主从2013年10月份接触的linux,用第一个发行版是opensuse,当时为了学fortran从老师那里了解的。因为我感觉kde太蹩脚了,所以用了不久就换成了ubuntu,然后一直用到现在,大约用了两年整了,ubuntu也是笔者最爱的操作系统。本贴的目的就是介绍一下ubuntu下的软件以及软件的配置以帮助想要学习了解ubuntu的新手。个人觉得配置好的ubuntu真的比windows用的舒服很多~
1:我写了一个装机脚本,以便于我每次重装的时候用,现在将部分大家可能用到的内容展示:
#右键打开终端:
sudo apt-get install nautilus-open-terminal
#安装压缩软件:
sudo apt-get install p7zip p7zip-full p7zip-rar rar
#卸载额外软件:
sudo apt-get remove unity-webapps-common unity-scope-gdrive empathy unity-lens-photos aisleriot unity-control-center-signon deja-dup
sudo apt-get remove activity-log-manager remmina shotwell-common brasero landscape-client-ui-install simple-scan
sudo apt-get remove gnome-contacts webbrowser-app transmission-gtk imagemagick usb-creator-gtk gnome-user-share printer-driver-foo2zjs-common
sudo apt-get remove xul-ext-ubufox thunderbird vino gnome-orca gnome-sudoku gnome-mahjongg unity-control-center-signon totem
sudo apt-get autoremove
#禁用Dash额外搜索:
gsettings set com.canonical.Unity.Lenses remote-content-search 'none' |
评分 Rate
-
查看全部评分 View all ratings
|