Time of Update: 2014-09-06
標籤:style color 問題 sp c linux ad 安裝 as adobe公司停止了對linux系統的flash
Time of Update: 2014-09-06
標籤:style blog http color os ar 資料 2014 問題
Time of Update: 2014-09-06
標籤:style blog http color 使用 for 檔案 2014 sp 可能RHEL 7太新,不大容易新手接受,所以我將6.X的安裝寫在這裡,供參考。
Time of Update: 2014-09-06
標籤:blog http io 使用 ar strong for 檔案 art 原文地址:http://blog.csdn.net/chenchong08/article/details/783
Time of Update: 2014-09-06
標籤:style blog http color os 使用 ar for 2014 引言 本文會寫一個並發伺服器(concurrent
Time of Update: 2014-09-06
標籤:http os io ar for 檔案 art div cti Linux 守護進程的編程方法
Time of Update: 2014-09-06
標籤:ar 檔案 代碼 c linux 管理 應用 window 程式 /bin:存放最常用命令;
Time of Update: 2014-09-06
標籤:style blog color os io 使用 div cti sp 1,1個main, 包含2個while, 不要被兩個while中的sleep所迷惑,這裡只有main()
Time of Update: 2014-09-05
標籤:linux儲存buf到檔案 linux kernel儲存關鍵資訊到文 linux kernel讀寫檔案 linux kernel將關鍵資訊儲存到檔案做法 很好的調試方法下面有2個樣本: 1:儲存機器從開機到結束的VBATT;
Time of Update: 2014-09-06
linux下的檔案壓縮與打包---compress,gzip,zcat,bzip2,bzcat,tar,find,tarfile,tarball,---compresszcat常見的Linux壓縮檔副檔名*.Z compress壓縮的檔案(已經被gzip替代)*.gz gzip程式壓縮的檔案*.bz2
Time of Update: 2014-09-06
Linux下的五大查詢指令,Linux五大指令1. find用法 find 路徑 指令 動作如 find . -name a.txt是在目前的目錄下尋找名字為a.txt的檔案還可以加上時間參數: -atime 訪問時間-ctime 改變狀態的時間-mtime 修改的時間用法:在後面加入時間參數,例如-mtime n:File<A1><AF>s data was last modified n*24 hours ago.更具體的:fing ./ -mmin 2 :
Time of Update: 2014-09-06
Linux下ps aux解釋,linuxpsaux解釋ps aux的功能是列印出所有進程ps是最基本也是最強大的進程查看命令aux都是參數a = show processes for all users 顯示所有使用者的進程u = display the process's user/owner 顯示使用者x = also show processes not attached to a terminal 顯示不控制終端的進程在下面即將介紹的axo中o = 格式,使用者定義的1)
Time of Update: 2014-09-06
windows通過linux下的openvpn登入遠程伺服器內網,linuxopenvpn需求:在某些網路要求比較嚴格的環境中,我們在異地無法遠端存取公司內網,給我們的工作帶來了極大的不便;但是通過openvpn我們可以輕鬆實現,下面就來介紹下。註:本實驗是在防火牆關閉的情況下進行的,即使開啟防火牆也未對nat表做限制。1.網路環境:公司openvpn伺服器(linux):wan 75.126.207.84lan 10.61.53.84本機伺服器(windows
Time of Update: 2014-09-06
yum 安裝nginx,yumnginx1.下載一個rpm包wget http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm2 .安裝這個rpm包rpm -ivh nginx-release-centos-6-0.el6.ngx.noarch.rpm 3 開始正式安裝nginxyum install
Time of Update: 2014-09-06
Linux6.2配置yum本地1、掛在iso檔案[root@localhostmedia]# mount /dev/cdrom /media2、安裝createrepocreaterepo是配置YUM源的組態工具,檢查當前是否已經安裝createrepo包的安裝情況:[root@localhostPackages]# rpm -ivh createrepo-0.9.8-4.el6.noarch.rpmwarning:createrepo-0.9.8-4.el6.noarch.rpm:
Time of Update: 2014-09-06
每天一個linux命令(九月)2014-09-02 top 即時顯示系統中各個進程的資源佔用狀況,類似於Windows的工作管理員 命令參數: -b 批處理 -c 顯示完整的治命令 -I 忽略失效過程 -s 保密模式 -S 累積模式 -i<時間> 設定間隔時間 -u<使用者名稱> 指定使用者名稱 -p<進程號> 指定進程 -n<次數> 迴圈顯示的次數 執行個體:
Time of Update: 2014-09-06
[Linux]history顯示命令執行的時間顯示曆史命令之行時間這裡的環境是centos5.8vim ~/.bashrc 或者 ~/.bash_profile 增加 export HISTTIMEFORMAT="%F %T "一次會話的話先執行export HISTTIMEFORMAT="%F %T "然後使用history 命令就行了# history 500|grep get_charge_by_month 1002 2014-09-02 10:
Time of Update: 2014-09-06
簡介LINUX遠程聯機軟體:PUTTY、SecureCRT、X-Manager***********************************************聲明************************************************原創作品,出自 “深藍的blog”
Time of Update: 2014-09-06
windows通過linux下的openvpn登入遠程伺服器內網需求:在某些網路要求比較嚴格的環境中,我們在異地無法遠端存取公司內網,給我們的工作帶來了極大的不便;但是通過openvpn我們可以輕鬆實現,下面就來介紹下。1.網路環境:公司openvpn伺服器(linux):wan 75.126.207.84lan 10.61.53.84本機伺服器(windows): wan 115.238.239.132 lan
Time of Update: 2014-09-06
Ubuntu——軟體源(非LTS長久支援版)目前Ubutun版本更新迭代太快~常規版本的維護期都比較短,基本一年以內,只有像10.04, 12.04,14.04還有以後的16.04才會長久支援3-5年。去年裝的最新13.04 已經停止維護好幾個月了,之前發現沒更新也沒管,後面想裝某些軟體的時候才發現源已無效!折騰了半天才找到辦法,所有停止維護的版本都可以使用old源。撰寫不易,轉載請註明出處:http://blog.csdn.net/jscese/article/details/39010273