Time of Update: 2014-09-22
標籤:linux lsnrctl無反應 bug 4518443 oracle10g 現象描述:使用的oracle 版本為linux版10.2.0.1.0,在命令列介面輸入lsnrctl status後即沒有反應,同時輸入lsnrctl
Time of Update: 2014-09-22
標籤:linux 檔案管理 df du 磁碟陣列 Linux檔案系統管理命令常用命令1、df命令查看分區使用方式常用選項-h比較人性化-m以MB顯示分區使用方式顯示資訊:Mounted on:掛載點Filesystem:對應的具體硬體名 2、du命令查看檔案/目錄大小,預設以K為單位常用選項:-h【human
Time of Update: 2014-09-22
標籤:linux 檔案許可權 查看許可權Linux檔案存取權限分為可讀,可寫和可執行三種。可用ls -l命令查看,例:<span style="font-size:18px;">ls -l</span>顯示-rwxr-xr-x 1 root root 6444 09-22 15:33 shmwrite-rw-r--r-- 1 root root 1443 09-22 15:33
Time of Update: 2014-09-22
標籤:linux rm 快速刪除 刪除檔案 正則 1.rm(ls) :快速刪除一些連續的檔案(ls和rm一樣,這裡就是列舉了)[[email protected] test]# ls1 12 13 2 3 4[[email protected] test]# rm -rf 12[[email
Time of Update: 2014-09-22
標籤:blog http ar strong 檔案 sp on c log 查看gcc版本號碼rpm -qa | grep
Time of Update: 2014-09-22
標籤:style blog http ar 檔案 sp art on c 瞭解了LFS的內容後,至於核心的更新就一目瞭然了 http://www.cnblogs.com/2018/p/
Time of Update: 2014-09-22
標籤:style blog http color os 使用 java ar strong 1、擷取檔案全路徑每次拼湊路徑比較麻煩,希望一個命令能給出包含機器名的完整路徑:$ ls | sed
Time of Update: 2014-09-22
標籤:kernel u盤 老大lg安排個任務,將hzc伺服器裡某年某月某天的錄音檔案打包並且拷貝出來。後經同事yh瞭解到:這台機器有問題,只能通過安全模式進入……閑話少說,進入正題。 一、Linux下進入single模式1、開機之後,連擊數字1鍵,在grub 啟動後,移動鍵盤到Linux的啟動項(grub頁面選擇下面這個選項);2、按e鍵,然後再移動鍵盤到類似下面的一行,也就是kernel的那行
Time of Update: 2014-09-22
標籤:http 使用 ar sp art 問題 on c html 首先通過物理終端進入到linux上,手工檢查ssh發現沒運行/etc/init.d/sshd statussshd is
Time of Update: 2014-09-22
標籤:使用 檔案 sp linux 時間 ad r bs 應用 當我們應用一段時間以後,Linux可能會變得臃腫了,那麼,怎麼找出一個“path”下的最大檔案呢?&nbs
Time of Update: 2014-09-22
標籤:style blog http color io os 使用 ar strong 參考:http://blog.163.com/[email protected]/blog/st
Time of Update: 2014-09-22
標籤:des http io os 使用 ar for 檔案 資料 yum(全稱為 Yellow dog Updater,
Time of Update: 2014-09-22
標籤:nfs tftp 1. NFS配置vi /etc/export 加入所需要共用目錄。例如:/home/liukang/workship 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check)修改完畢後,運行#exportfs -a 使改變生效。#/etc/init.d/nfsserver start 啟動NFS伺服器。#exportfs -av
Time of Update: 2014-09-22
標籤:style blog http color io os 使用 ar for linux
Time of Update: 2014-09-22
標籤:style http color os ar for 檔案 資料 sp 參考此文解決:http://www.hackbase.com/tech/2011-04-29/63525.html下
Time of Update: 2014-09-22
標籤:des style http color io os 使用 java ar Xwindows:gnome (紅帽預設安裝的圖形介面) 一,
Time of Update: 2014-09-22
標籤:blog http 使用 ar sp 問題 log 代碼 c http://blog.163.com/[email protected]/blog/static/86118492
Time of Update: 2014-09-22
標籤:style blog http color io os 使用 ar for 1. 建立 SSH KEY 使用 ssh-keygen
Time of Update: 2014-09-22
標籤:linux windows (整理來自網路)對剛剛接觸Linux的人來說,很容易從windows的觀念去理解Linux系統。今天扒一扒Win和Linux之間常見的8個區別。一、Linux終端輸入密碼不回顯字元使用者的密碼在Linux系統中非常重要,所以在終端等程式中輸入密碼是不會回顯任何符號的,這樣的設計是為了避免旁人記住你的密碼位元從而破解你的密碼,所以在終端輸入密碼的時候請盲打密碼後輕敲斷行符號即可!二、Linux的C
Time of Update: 2014-09-22
Linux網路設定(第二版),linux第二版Linux網路設定--網路設定檔與命令網路設定檔1、/etc/sysconfig/network-scripts/ifcfg-eth0#【儲存了IP地址和網關】[設定靜態IP]IPADDR=新IP地址#該選項設定了IP地址,如果設定了BOOTPROTO=dhcp,自動擷取IP地址的話,就不會有該選項,否則為BOOTPROTO=noGATEWAY=網關#指定網關BROADCAST=廣播位址NETMASK=子網路遮罩 2、/etc/syscon