Time of Update: 2013-12-04
SHELL命令——取路徑和檔案名稱:dirname basename 取一個檔案儲存體路徑,可以用dirname。使用起來分兩種情況:一、帶全路徑的,例:aguo@auto-test:~> dirname /home/aguo/insert.sql /home/aguo #獲得檔案所在目錄 二、僅僅是檔案名稱的,例:aguo@auto-test:~>
Time of Update: 2013-12-04
硬碟重裝Ubuntu12.04的感受 好久沒更blog了,最近這兩天系統也出了問題,win7藍屏,ubuntu進不去~。後來win7整好了,ubuntu依舊頑固。用慣了linux,就不想在轉到win7下面了,估計是習慣了各種敲命令的感覺吧~一、電腦系統: 雙系統: ubuntu 12.10 64位 windows 7 旗艦版
Time of Update: 2013-12-04
FTP原理以及vsftpd服務配置 FTP使用TCP協議作為底層傳輸協議FTP有兩種工作模式傳統的FTP支援的是主動模式Active Mode首先用戶端串連服務端的21連接埠之後服務端返回用戶端將要使用的一個大於1023的隨機連接埠接下來服務端痛過20連接埠向用戶端使用的那個隨機連接埠發起串連所謂主動 就在於服務端會主動發起串連主動模式也是一個標準的FTP模式 由於防火牆一般會阻止外來發起的串連於是被動模式Passive
Time of Update: 2013-12-04
ubuntu設定locale報錯解決 在設定locale為中文環境的時候,報了如下錯誤 locale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or
Time of Update: 2013-12-04
Linux利用inotify-tools的inotifywait實現:當檔案夾內容改變時自動執行一段指令碼 當我在建一個rpm包管理伺服器時,裡面有個這樣的要求,要求當有新的rpm存入指定目錄時,自動執行一段指令碼去對這個rpm包進行檢測。 這裡利用了inotify-tools的inotifywait的模組,裡面有個事件處理的參數-e,見它的手冊。 My Code如下: [python] #/bin/bash ############
Time of Update: 2013-12-04
aix vios命令總結 padmin查看版本ioslevel切換到aix shell 模式oem_setup_env==================================================================一、共用磁碟的建立及映射如果有空餘的內建磁碟,直接建立vg,劃lv,劃虛擬磁碟vgmkvg -f -vg viovg1 hdisk1mkvg -f -vg viovg1
Time of Update: 2013-12-04
Ubuntu 13.04安裝Google Chrome google chromeubuntuchrome終端軟體 下載google chrome deb包 1.按Ctrl+Alt+T開啟終端: 切換到chrome的所在目錄:cd Downloads 2.安裝:sudo dpkg -i
Time of Update: 2013-12-04
linux更改一個檔案f1的使用者主為user,使用者組為group代碼 chown user:group /path/to/f1 比如.profile先前的owner和group都是rootroot@cyper-pc:/home/dasusr1# ls -al /home/dasusr1/.profile -rw-r--r-- 1 root root 675 Jan 6 00:09
Time of Update: 2013-12-04
Linux學習之touch命令 Linux的touch命令一般用來更改文檔或目錄的日期時間,包括存取時間和更改時間,或者建立一個不存在的檔案。1.命令格式:touch [選項]... 檔案...2.命令參數:-a 或--time=atime或--time=access或--time=use 只更改存取時間。-c 或--no-create 不建立任何文檔。-d 使用指定的日期時間,而非現在的時間。-f
Time of Update: 2013-12-04
讓使用scp時不必輸入密碼 讓使用scp時不必輸入密碼,這樣就可以在shell指令碼中順利地執行了:me@local: ssh-keygen -t rsa"/home/abc/.ssh/id_rsa_me"產生:"/home/abc/.ssh/id_rsa_me" 私密金鑰和"/home/abc/.ssh/id_rsa_me.pub"
Time of Update: 2013-12-04
Linux date的用法小解 #!/bin/bashecho -e "i will use touch command to create 3 files"read -p "input filename: " fileuserfilename=${fileuser:-"filename"}date1=$(date --date='2 days ago' +%Y%m%d)date2=$(date --date=
Time of Update: 2013-12-04
查看Linux版本方法 rpmCentOSLinuxrelease# lsb_release -aLSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarchDistributor ID:
Time of Update: 2013-12-04
給只有命令列的linux裝上案頭並能遠程 安裝環境: CentOS6.4 01# yum -y groupinstall "X Window System" "Desktop"02# yum install -y yum install tigervnc-server tigervnc03# yum -y install libXfont xorg-x11-xfs xorg-x11-xfs-utils
Time of Update: 2013-12-04
set命令參數及用法詳解 linux set 命令 功能說明:設定shell。 語 法:set [+-abCdefhHklmnpPtuvx] 補充說明:用set 命令可以設定各種shell選項或者列 出shell變數.單個選項設定常用的特性.在某些選項之後-o參數將特殊特性開啟.在某些選項之後使用+o參數將關閉某些特性,不帶任何參數的set命 令將顯示shell的全部變數.除非遇到非法的選項,否則set總是返回ture. 參 數:
Time of Update: 2013-12-04
製作CentOS啟動盤 1. 使用UltralISO製作啟動盤 燒錄CentOS-5.9-x86_64-bin-1of9.iso (1) “檔案”-〉“開啟” 選擇ISO檔案 (2)
Time of Update: 2013-12-04
shell實戰:用shell實現自動接收haproxy設定檔並載入,讓配置生效 001haproxy的自動接收配置並載入002關於後台接收配置進程功能介紹:0031、是個while 1
Time of Update: 2013-12-04
wget一直顯示英國中部時間解決 wget一直顯示英國中部時間,很讓人鬱悶, 本來英文是eta (Estimated Time of Arrival 預計到達時間),翻譯錯了,我改正這個問題的時候發現wget的進度條也恢複原樣了 你試試看 代碼: msgunfmt /usr/share/locale/zh_CN/LC_MESSAGES/wget.mo -o - | sed 's/eta(英國中部時間)/ETA/' |
Time of Update: 2013-12-04
定時job把日誌輸出到指定檔案 0 */6 * * * /www/console.php > /www/fileStatus.$(date +%Y-%m-%dT%H.%M.%S).log crontab -l查看job crontab -e編輯job 分 時 日 月 周 命令 第1列表示分鐘1~59 每分鐘用*或者
Time of Update: 2013-12-04
LVS-Real Server指令碼 01#!/bin/bash02 03#Parameters04VIP=192.168.22.505 06case "$1" in07 start)08 echo "Starting LVS Real Server ..."09 10
Time of Update: 2013-12-04
Linux恢複刪除的單個檔案檔案,不是分區 摘要: Linux有很多恢複誤刪分區的工具。抱歉我不會用!但是沒有恢複單個檔案的,從這篇文章開始,我將構思編寫一個這樣的工具,有多少人感興趣!? 檔案刪除操作: 1.將佔用的磁碟塊對應的標誌設為可用; 2.將佔用的inode節點空間對應的標誌設為可用;