Time of Update: 2014-08-10
標籤:blog http 使用 art ar html linux log 我要使我的服務程式在重啟系統後也隨之自動啟動。啟動我的服務用到了一個指令碼。現在有兩個方法:法1:sudo vi
Time of Update: 2014-08-10
標籤:style http 使用 io 檔案 ar 代碼 html linux系統中常見分區載入方法:mount掛載iso檔案: #mkdir /mnt/iso1 #mount –o loop
Time of Update: 2014-08-10
標籤:http 使用 strong ar html linux htm 伺服器 linux使用mount掛載硬碟有關linux系統中掛載硬碟,使用monut命令掛載硬碟。例子:su /sbin/fdisk -l fdisk
Time of Update: 2014-08-10
標籤:http io 檔案 for art ar 問題 linux 1、版本問題推薦選擇pcdunio提供的官方的kernel。當然可以選用www.github.com/linux-sunxi
Time of Update: 2014-08-09
標籤:linux核心 string 庫 strcpy strlen //只列舉了部分常用的strcpy,strcmp,strcat,strchr,strstr,strpbrk... char *strcpy(char *dest, const char *src){char *tmp = dest;while
Time of Update: 2014-08-09
標籤:python 小馬 linux linux下面使用終端,有的時候需要尋找一個單詞,都需要開啟瀏覽器通過網頁來尋找單詞,這樣效率會會非常的繁瑣,並且也會降低工作效率。之前剛開始看python文檔的時候,看過別人說的一個用python寫的在終端下查單詞的指令碼,當時沒記錄下來,後來也沒找到。今天本來是想解決我網站的顯示的問題,但是想到這個不做了就感覺哪裡不對,一股強迫症的感覺。。自己用pyth
Time of Update: 2014-08-09
標籤:os 檔案 for ar linux new type table *filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT
Time of Update: 2014-08-09
標籤:http 使用 os strong 檔案 資料 ar html 在linux下一些常用的關機/重啟命令有shutdown、halt、reboot、及init,它們都可以達到重啟系統的目的,但每個命令的內部工作過程是不同的。
Time of Update: 2014-08-09
標籤:style http color 使用 io strong 檔案 art 轉自:http://netsecurity.51cto.com/art/201301/378513.htm 1.簡介OpenSSL是一款功
Time of Update: 2014-08-09
標籤:style blog http color 使用 strong 檔案 資料 1.rsync簡介
Time of Update: 2014-08-09
標籤:des style blog http color 使用 io 檔案 進程的管理與調度進程管理進程描述符及任務結構
Time of Update: 2014-08-09
標籤:使用 os io strong 檔案 資料 ar div fuser 用途:使用檔案或檔案結構識別進程,即:查詢都有哪些進程佔用了制定的檔案、目錄、裝置或通訊端;lsof MTR
Time of Update: 2014-08-09
標籤:http java 使用 os io strong 檔案 資料 這篇文章來源於Quroa的一個問答《What are some time-saving tips that every Linux user should
Time of Update: 2014-08-09
標籤:使用 檔案 資料 ar 代碼 linux 資料庫 type 1. findfind是最常見和最強大的尋找命令,你可以用它找到任何你想找的檔案。find的使用格式如下: $ find <指定目錄>
Time of Update: 2014-08-09
標籤:style blog color 檔案 div linux log size 昨天在改一些東西時,不小心將root下的一些設定檔刪掉了。導致啟動終端後,字完全一個顏色,沒有區分。在網上找到的都是改整體顏色的。
Time of Update: 2014-08-09
標籤:linux 進程 進程拷貝 之前實現了用檔案IO的方式可以實現檔案的拷貝,那麼對於進程而言,我們是否也可以實現呢?答案是肯定的。進程資源:首先我們先回顧一下,進程的運行需要哪些資源呢?其資源套件括CPU資源,記憶體資源,當然還有時間片資源,我們都知道進程是有 棧, 堆, 唯讀資料區段, 資料區段(已初始化的全域變數靜態變數),bss段(未初始化的),
Time of Update: 2014-08-09
標籤:linux 命令 查看使用者whoami-----Finding out who you are.who---------Listing who is on the system.W ----------Listing who is on and what they are doing.Last --------Listing when a user last logged onthe last tools gets its data from the system file
Time of Update: 2014-08-09
標籤:linux基本命令 LinuxIDC整理收集可一些非常有用的Linux終端命令使用方法供大家參考。 一.檔案目錄類 1.建立目錄:mkdir 目錄名 2.刪除空目錄:rmdir 目錄名 3.無條件刪除子目錄: rm -rf 目錄名 4.改變目前的目錄:cd 目錄名 (進入使用者home目錄:cd ~;進入上一級目錄:cd -) 5.查看自己所在目錄:pwd 6.查看目前的目錄大小:du 7.顯示目錄檔案清單:ls -l
Time of Update: 2014-08-09
標籤:linux agent zabbix 1. 查看linux系統版本及核心;[[email protected] tools]# uname -r2.6.32-431.3.1.el6.x86_64 2. 建立使用者名稱和組;[[email protected] ~]#groupadd zabbix[[email&
Time of Update: 2014-08-09
標籤:linux怎麼配置ip第一種(立即生效,重啟後配置丟失)ifconfig eth0 192.168.0.10 netmask 255.255.255.0ifconfig eth0 up第二種(重啟後生效,重啟電腦,IP不會丟失)vi /etc/sysconfig/network-scripts/ifcfg-eth0參考設定檔DEVICE=eth0ONBOOT=yesBOOTPROTO=staticIPADDR=192.1