Time of Update: 2014-10-09
標籤:style blog color 使用 for 檔案 sp div log 下載了sublime
Time of Update: 2014-10-09
標籤:des os 使用 ar for 檔案 資料 sp art 簡介2.6核心的裝置模型提供一個對系統結構的一般性抽象描述,用以支援多種不同的任務電源管理和系統關機與使用者空間通訊熱插拔裝置裝
Time of Update: 2014-10-09
標籤:linux 指令 ***********************************************聲明*********************************************************************** 原創作品,出自 “深藍的blog”
Time of Update: 2014-10-09
標籤:linux suse 1、重啟系統,在系統啟動到grub引導菜單的時候,找到系統當前引導項(即圖中游標所選),可以按上下鍵選擇,選中之後按“e”鍵進行編輯狀態。2、然後會看到中有三個選項的菜單介面,同樣移動,並且選擇“kernel”開頭的選項。3、然後再按“e”進入編輯狀態,會出現的介面,在末尾輸入“init=/bin/bash”4、完成上述一切操作之後,按“enter”,回到原來的頁面,然後再按下“b”鍵開始引導,一會就
Time of Update: 2014-10-09
標籤:linux檔案系統 open sys_open (核心2.4.37)一、當我們開啟一個檔案的時候,需要獲得檔案的檔案描述符(前面已經說過其實就是檔案數組下標),一般是通過函數open來完成,這個系統調用在<unistd.h>標頭檔中聲明定義,我們看一下源碼:530 static inline long open(const char * name, int mode, int
Time of Update: 2014-10-09
標籤:style blog http color 使用 ar java sp 2014 今天探索服務器上Tomcat 8080連接埠起不來,老提示連接埠已經被佔用。使用命令:ps
Time of Update: 2014-10-09
標籤:style color io 使用 ar 檔案 sp on cti nginx的啟動命令是:/usr/local/nginx/sbin/nginx -c /usr/local/nginx/
Time of Update: 2014-10-09
標籤:使用 檔案 問題 linux as 使用者 file ca ash Linux:-bash: ***: command not
Time of Update: 2014-10-09
標籤:blog http io 使用 ar java 檔案 sp div 1.下載JDK官網下載jdk地址為:http://www.oracle.com/technetwork/java/jav
Time of Update: 2014-10-09
標籤:blog http io os 使用 ar for strong 檔案 1. 概念理解
Time of Update: 2014-10-09
標籤:http 使用 ar java 檔案 sp div c html 1,安裝.gz包下載jdk。(使用wget在Oracle的官網下載的jdk一直是網頁檔案,這裡我是在win上下載的,然後s
Time of Update: 2014-10-09
標籤:des style blog http color io os 使用 ar 大家可能都有管理日誌的需要,比如定時壓縮日誌,或者當日誌超過一定大小時就自動分裂成兩個檔案等。最近就接到這樣一個
Time of Update: 2014-10-09
標籤:使用 ar 檔案 art c r linux 管理 伺服器 之前一直使用/etc/rc.local檔案來管理伺服器啟動時候的一些自動啟動的服務如:mysql,keepalive,apach
Time of Update: 2014-10-09
用 Linux內建的logrotate
Time of Update: 2014-10-09
linux下apache+openssl配置記錄最近在研究linux下的apache-ssl配置,寫點個人小心得,新人發博,敬請見諒。 軟體環境 Apache Httpd 2.2.29 (http://httpd.apache.org ) OpenSSL 1.0.1h (http://www.openssl.org/source )SSL-Tools (http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz ) 1. OpenSSL #tar zxvf
Time of Update: 2014-10-09
完美解決 Linux 下 Sublime Text 中文輸入(轉載),sublimetext1.儲存下面的代碼為sublime_imfix.c/*sublime-imfix.cUse LD_PRELOAD to interpose some function to fix sublime input method support for linux.By Cjacker Huang <jianzhong.huang at i-soft.com.cn> gcc -shared -o
Time of Update: 2014-10-09
Linux下修改ssh連接埠和禁止root遠程登入Linux下修改ssh連接埠和禁止root遠程登入 我們都知道,ssh預設連接埠號碼是22,要更改連接埠號碼為9688,需要編輯/etc/ssh/ssh_config和/etc/ssh/sshd_config兩個檔案即可;
Time of Update: 2014-10-09
Linux-EclipseCDT+GCC安裝(2014.10.2)Eclipse CDT + GCC 安裝 (2014.10.2)本文地址:http://blog.csdn.net/caroline_wendy1. 安裝Eclipse,在官方網站下載Eclipse標準版(Linux平台)即可,解壓到當前檔案夾。2. 下載JDK,選擇Linux32位,即可,解壓預設目錄:jdk1.8.0_20 ; 把檔案夾複製到jvm中.sudo cp -r ~/jdk1.8.0_20/
Time of Update: 2014-10-09
#linux 命令使用 cp, 下載了sublime 解壓之後,想把檔案夾放到opt目錄,這裡用命令cp將其複製過來 johnny@johnny-pc:~$ sudo cp -r ~/下載/Sublime_2.0.2 /opt/[sudo] password for johnny: johnny@johnny-pc:~$ 本人用了中文的深度linux系統,所以有些檔案夾是中文的字元。 cp 的用法用法:cp [選項]... [-T] 源檔案 目標檔案 或:cp
Time of Update: 2014-10-09
Linux-Unix環境進階編程(第三版)代碼編譯Unix環境進階編程(第三版) 代碼編譯本文地址:http://blog.csdn.net/caroline_wendy時間:2014.10.21. 下載代碼:http://www.apuebook.com/code3e.html2. 安裝依賴庫:sudo apt-get install libbsd-dev 3. 進入下載目錄make4. 複製標頭檔和動態連結程式庫sudo cp ./include/apue.h