源址:http://web.itivy.com/article-653-1.html如果你想知道你的服務器正在做干什么,你就需要了解一些基本的命令,一旦你精通了這些命令,那你就是一個專業的Linux系統管理員。有些Linux發行版會提供GUI程序來進行系統的監控,例如SUSELinux就有一個非常棒而且專業的工具YaST,KDE的KDESystemGuard同樣很出色。當然,要使用這些工具,你必須在服務器跟前進行操作,而且這些GUI的程序占用了很多系統資源
系統 2019-08-12 01:32:51 2277
Jdk的安裝參見http://www.cnblogs.com/Coder816/p/4286438.htmlTomcat下載地址:http://tomcat.apache.org///新建文件夾sudomkdir/usr/apache//解壓tomcatsudotarzxvfapache-tomcat-8.0.18.tar.gz-C/usr/apache///啟動tomcatsudo/usr/apache/apache-tomcat-8.0.18/bin/
系統 2019-08-12 01:32:49 2277
基本格式為::g/pattern/s/old/new/g首先搜索到匹配的行,然后在匹配的行中替換。如有下面的文本:intval_one=1;intval_two=2;intval_three=3;我們想讓“=”兩邊有空格,即變為:intval_one=1;intval_two=2;intval_three=3;則替換語句為::g/\v\w\=\w/s\v\=/\=/g\w表示字母數字或下劃線。vim——與上下文相關的替換(先查找匹配再替換)
系統 2019-08-12 01:32:17 2277
Ganglia是一個集群監控軟件,底層使用RRDTool獲得數據。Ganglia分為ganglia-monitor和gmetad兩部分,前者運行在集群每個節點上,收集RRDTool產生的數據,后者運行在監控服務器上,收集每個ganglia-monitor的數據,通過WebUI可以看到直觀的各種圖表。在Ubuntu上安裝Ganglia非常簡單,首先安裝下面三個包。因為要使用Web服務器才能看到圖表,所以如果沒有安裝apache的話,會自動安裝apache服務
系統 2019-08-29 23:37:18 2276
ubuntu桌面版已經更新至ubuntu8.0.4,在其下安裝FlexBuilder3如果按以下教程略有小問題,sban已做更新。解決方案見:installflexbuilder3inubuntu8.0.4在ubuntu7.10下如何安裝flexbuilderlinux?如何架構其開發環境?本blog多圖。在查找adobelabs時,我發現我尚未安裝給firefox安裝flashplayer插件。首先到這里下載install_flash_player_9_
系統 2019-08-29 23:14:26 2276
vi/vimshowlinenumbercommandTodisplaylinenumbersalongtheleftsideofawindow,typeanyoneofthefollowing::setnumberor:setnuYoucanalsodefineamappingtotoggletheoption,forexample::nmap:setinvnumberBypressingCtrl-Ntwiceinnormal
系統 2019-08-29 23:03:50 2276
sudogedit/etc/hosts這樣已經可以即可生效了,另外再改一下nginx.confserver_namelocalhostwww.15-1688.com;ubuntu修改host,以便在本地調試
系統 2019-08-29 22:06:37 2276
1、下載easyBCD軟件,修改啟動項,如下圖然后在彈出來文本上加入:titleInstallUbunturoot(hd0,0)kernel(hd0,0)/vmlinuzboot=casperiso-scan/filename=/ubuntu-10.10-desktop-i386.isoroquietsplashlocale=zh_CN.UTF-8initrd(hd0,0)/initrd.lz2、把ubuntuISO放在C盤根目錄下,并把ISO里面casp
系統 2019-08-12 09:30:23 2276
一.問題描述PC機安裝ubuntu14.04,使用root用戶登陸。啟動wireshark時,出現一下的Error對話框:Lua:Errorduringloading:[string"/usr/share/wireshark/init.lua"]:46:dofilehasbeendisabledduetorunningWiresharkassuperuser.二.解決方法修改/usr/share/wireshark/init.lua#vi/usr/shar
系統 2019-08-12 09:27:01 2276
Kasun'sBlog:UbuntuTerminatorusefulshortcutsUbuntuTerminatorusefulshortcutsScreenshotoftheTerminatorCtrl+Shift+X-Togglebetweenshowingallterminalsandonlyshowingthecurrentone.Ctrl+Shift+O-SplitterminalsHorizontally.Ctrl+Shift+E-Split
系統 2019-08-12 01:33:09 2276
#debcdrom:[Ubuntu12.04LTS_PrecisePangolin_-Releasei386(20120423)]/precisemainrestricted#Seehttp://help.ubuntu.com/community/UpgradeNotesforhowtoupgradeto#newerversionsofthedistribution.debhttp://us.archive.ubuntu.com/ubuntu/precis
系統 2019-08-12 01:33:07 2276
1,下載apache-tomcat6,地址鏈接:http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.28/bin/選擇UbuntuLinux適用版本,即apache-tomcat-6.0.28.tar.gz文件,2,復制安裝文件到/usr/local/目錄下面,在控制臺console輸入命令,sudotar-zxvfapache-tomcat-6.0.28.tar.gz,將安裝包解壓至apache-tom
系統 2019-08-12 01:32:47 2276
SoftwareCollage:InstallingtheBoostLibraries1.50onUbuntu12.04preciseJune30,2012InstallingtheBoostLibraries1.50onUbuntu12.04preciseTheversion1.50oftheBoostLibrarieshasbeenreleased.Followingaretheinstructionstoinstallaprivatecopyofth
系統 2019-08-12 01:32:03 2276
設置ssh:http://www.cnblogs.com/lexus/archive/2010/05/01/1725477.html設置代理:http://www.cnblogs.com/lexus/archive/2010/05/01/1725483.html安裝easy_install:http://www.cnblogs.com/lexus/archive/2010/05/01/1725479.html安裝virtualenvhttp://www.c
系統 2019-08-29 23:22:45 2275
Empathychatclientstoreschathistoryinyourhomedirectoryunder~/.local/share/TpLogger/logs/Youwillseeadirectoryforeachaccountyouhaveconfiguredandinsideeacharedirectoriesforeachpersonyouhavespokento.Todeletethechathistorycompletelysimp
系統 2019-08-29 22:50:51 2275