主頁(yè) > 知識(shí)庫(kù) > 一個(gè)Debian裝機(jī)腳本代碼

一個(gè)Debian裝機(jī)腳本代碼

熱門(mén)標(biāo)簽:地圖標(biāo)注不在現(xiàn)場(chǎng)怎么上傳門(mén)頭標(biāo) 福州營(yíng)銷(xiāo)電銷(xiāo)機(jī)器人招商 文德數(shù)慧科技有限公司 智能外呼系統(tǒng)的選購(gòu) 地圖標(biāo)注員騙局 河北點(diǎn)撥外呼系統(tǒng)哪家公司做的好 400電話申請(qǐng)商客通 企業(yè)電話機(jī)器人靠譜嗎 各種地圖標(biāo)注

復(fù)制代碼
代碼如下:

#!/bin/bash
SUCCESS=0
function checkInst()
{
#apt-get -y --force-yes install
for item in $1
do
echo "install =========== " ${item} " =========="
#printf "hello %.5s\n" message
apt-get -y --force-yes install ${item}
if [ "$?" -ne $SUCCESS ]
then
echo "ERROR Install " ${item}
read line1
fi
done
}
tools="ftp telnet nmap tftp ntpdate screen lsof manpages manpages-dev manpages-posix manpages-posix-dev strace ltrace chkconfig"
xdesktop="xserver-xorg-core xfce4 xfce4-terminal xfburn thunar-archive-plugin gdm "
editor="galculator vim vim-gtk medit rdesktop xvnc4viewer filezilla claws-mail claws-mail-i18n claws-mail-tnef-parser claws-mail-html2-viewer"
xtools="ristretto fbreader p7zip-full arj zip mscompress file-roller stardict-gtk iptux"
chineseinput="fcitx"
mediatools="alsa-base alsa-utils mplayer mencoder smplayer ffmpeg"
develops="astyle ctags cxref ccache gettext poedit gdb cppcheck build-essential graphviz intltool valgrind"
fssupport="fusesmb smbclient smbfs ntfs-3g sshfs openssh-client openssh-server"
nettools="ethtool wireless-tools wicd mtools dosfstools pppoe"
sniffer="wireshark"
desk3d="compiz compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-fusion-bcop compizconfig-settings-manager cairo-dock-compiz-icon-plugin"
others="rpm qbittorrent"
curlpkg="aria2 axel curl mpg321 easymp3gain-gtk jp2a nmon arping conky libnotify-bin inotify-tools dia dnsutils"
checkInst "${tools}"
checkInst "${xdesktop}"
checkInst "${editor}"
checkInst "${xtools}"
checkInst "${chineseinput}"
checkInst "${mediatools}"
checkInst "${develops}"
checkInst "${fssupport}"
checkInst "${sniffer}"
checkInst "${nettools}"
checkInst "${others}"
checkInst "${desk3d}"
checkInst "${curlpkg}"
apt-get install firmware-realtek firmware-linux-nonfree firmware-linux-free libqt4-opengl
apt-get -y --force-yes remove vim-tiny nano tasksel tasksel-data jfbterm zhcon --purge
apt-get -y --force-yes remove aumix ttf-arphic-ukai ttf-arphic-uming iceweasel --purge
apt-get autoremove --purge -y --force-yes
apt-get upgrade -y --force-yes

標(biāo)簽:曲靖 雞西 南陽(yáng) 新余 鎮(zhèn)江 潛江 長(zhǎng)沙 鎮(zhèn)江

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《一個(gè)Debian裝機(jī)腳本代碼》,本文關(guān)鍵詞  一個(gè),Debian,裝機(jī),腳本,代碼,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《一個(gè)Debian裝機(jī)腳本代碼》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于一個(gè)Debian裝機(jī)腳本代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章