新系統必須安裝的軟件列表

#!/bin/bash
echo "# deb cdrom:[Ubuntu 14.10 _Utopic Unicorn_ - Release amd64 (20141022.1)]/ utopic main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirrors.aliyun.com/ubuntu/ utopic main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ utopic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirrors.aliyun.com/ubuntu/ utopic-updates main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mirrors.aliyun.com/ubuntu/ utopic universe
deb-src http://mirrors.aliyun.com/ubuntu/ utopic universe
deb http://mirrors.aliyun.com/ubuntu/ utopic-updates universe
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mirrors.aliyun.com/ubuntu/ utopic multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic multiverse
deb http://mirrors.aliyun.com/ubuntu/ utopic-updates multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://mirrors.aliyun.com/ubuntu/ utopic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-backports main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ utopic-security main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security main restricted
deb http://mirrors.aliyun.com/ubuntu/ utopic-security universe
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security universe
deb http://mirrors.aliyun.com/ubuntu/ utopic-security multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security multiverse

## Uncomment the following two lines to add software from Canonical‘s
## ‘partner‘ repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu utopic partner
# deb-src http://archive.canonical.com/ubuntu utopic partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu utopic main
deb-src http://extras.ubuntu.com/ubuntu utopic main" |sudo tee /etc/apt/sources.list

sudo apt-get update
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install git
sudo apt-get install cutecom
sudo apt-get install filezilla
sudo apt-get install vim
sudo apt-get install terminator

#install chromium brower and flash plugin
echo "install chromium brower and flash plugin"
sudo apt-get install chromium-browser -y
sudo apt-get install pepperflashplugin-nonfree -y
sudo update-pepperflashplugin-nonfree --install

#install sublime
echo "install sublime 2"
sudo apt-get install axel
axel http://c758482.r82.cf2.rackcdn.com/Sublime\ Text\ 2.0.2\ x64.tar.bz2
tar jxvf Sublime\ Text\ 2.0.2\ x64.tar.bz2
sudo rm Sublime\ Text\ 2.0.2\ x64.tar.bz2
sudo mv Sublime\ Text\ 2 /usr/lib/SublimeText2
sudo ln -s /usr/lib/SublimeText2/sublime_text /usr/bin/sublime
sudo echo "[Desktop Entry]
Version=1.0
Name=Sublime Text 2
GenericName=Text Editor
Exec=sublime
Terminal=false
Icon=/usr/lib/SublimeText2/Icon/48x48/sublime_text.png
Type=Application
Categories=testEditor:IDE:Development
X-Ayatana-Desktop-Shortcuts=NewWindow
[NewWindow Shortcut Group]
Name=New Window
Exec=sublime -n
TargetEnviroment=Unity" > sublime.desktop
sudo mv sublime.desktop /usr/share/applications/sublime.desktop

#openssh
sudo apt-get install openssh-server -y
sudo sed -i ‘s/without-password/yes/g‘ /etc/ssh/sshd_config

时间: 2024-08-24 23:24:37

新系統必須安裝的軟件列表的相关文章

在VPS上安裝BT軟體Transmission

在VPS上安裝BT軟體Transmission 作者: 窮苦人家的小孩 | 2009-12-04 55 Comments VPS 還能怎玩?! 裝Proxy,裝VPN,這還不夠,我還用來掛種子夠狠吧  反正頻寬閒也是閒者,不過安裝前最好事先問問主機商是否允許,合法的文件大多都是OK的.偶用YUM裝了幾個軟體總覺都怪怪的,畢竟不是該軟體最新的版本,再加上CentOS是一套強調安全的系統,當然對P2P這玩意不會太支援,我裝過了純網頁介面的Torrentflux,很多人推薦的rTorrent,但是最後

安裝 CentOS 7 後必做的七件事

CentOS 是最多人用來運行伺服器的 Linux 版本,最新版本是 CentOS 7.當你興趣勃勃地在一台主機或 VPS 上安裝 CentOS 7 後,首要的工作肯定是加強它的安全性,以下列出的七件事,是你進一步配置系統和安裝其他軟件前必須做的. 1. 更改 root 密碼 若果你是自行安裝 CentOS 7 的話,安裝程序會讓你自行設定 root 的密碼.不過很多 VPS 服務商只會提供預先安裝好的 CentOS 7 映像檔,這種情況下他們會透過主控界面告訴你 root 的密碼,這個密碼的安

鸟哥之安裝 CentOS7.x

http://linux.vbird.org/linux_basic/0157installcentos7.php since 2002/01/01 新手建議 開始閱讀之前 網站導覽 Linux 基礎文件 Linux 基礎訓練 Linux 架站文件 Linux 企業應用 Linux 安全管理 Linux 桌面應用 鳥哥彙整的資料 關於鳥哥 網友分享 特殊問題解決 網站資料搜尋 今日 昨日 本月 上月  第三章.安裝 CentOS7.x 最近更新日期:2015/05/06 Linux distri

【Python】Windows, Linux/UNIX, Mac OS X 下安裝 Python

下載地址:https://www.python.org/downloads/ 下載對應系統.對應位數的版本即可. [Windows] 一般選擇"Windows x86-64 executable installer",即 64 位兼容 32 位的可執行安裝程序. 打開安裝程序,先勾選"Add Python X.X to PATH",代表安裝時將 Python 對應版本目錄添加到 PATH 系統環境變量中,再選擇"Customize installation

Linux系統交換分區增加容量(SWAP擴容)

近期在測試Oracle 12C原SWAP預分配置3G,換算下來只有2.91G,安裝時顯示空間不足出現警告. 雖不影響使用,但本人輕微強迫朕,只能擴容,操作如下: 1.檢查SWAP大小 [[email protected] ~]# free -m total       used       free     shared    buffers     cached Mem:          1996       1530        465          5         51    

安裝 Rails 開發環境

安裝 Rails 開發環境 Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime. - David Leinweber https://ihower.tw/rails4/installation.html 在這一章中,我們將介紹如何安裝Ruby on Rails的開發環境.開發Rails的環境需要: Ruby 1.9.3以

[SharePoint 2010] 如何安裝啟用多國語系支援的SharePoint網站

SharePoint 2010的多國語系支援與前一版的SharePoint 2007有所不同,SharePoint 2010內允許使用者自行決定使用介面語系的選擇. SharePoint 2010的多國語系支援與前一版的SharePoint 2007有所不同,SharePoint 2010內允許使用者自行決定使用介面語系的選擇.然而SharePoint 2010並不是裝起來就支援一大堆的語系.要是這樣,安裝完的系統一定胖到令人受不了.所以在安裝完SharePoint 2010後,我們可以著手開始

Linux安裝卡巴斯基

如下是在rhel5.8 環境中測試的 一.安裝前確認環境: 1.  確認依賴包是否安裝OK: gcc.binutils.glibc-devel.make.ld.kernel-devel.kernel-headers 注意:Debian 64 & ubuntu 64 還要安裝libc6-i386,FreeBSD 64 需要安裝lib32 2.  確認/usr/src/kdernels/底下是否有目前kernel版本核心原始碼 二.上傳安裝代理和防毒軟體包 1.  安裝代理: rpm -ivh kl

FreeBSD 安裝 Tomcat JAVA JDK1.6 筆記

首先是安裝軟體 cd /usr/ports/java/jdk16/ make 在這一步,需要你手動到sun.com上下載幾個安裝包,按提示下載好後加入到 /usr/ports/distfiles/,再次 make 即可. jdk1.6 這個安裝過程很長,將近3個小時,需要耐心 ^0^ jdk1.6 裝好了之後接下來就是安裝 Tomcat 軟體: cd /usr/ports/www/tomcat6 make install clean 加入開機啟動讓每次重開機 Tomcat 就會自動啟動: vi