Time of Update: 2014-08-24
標籤:style blog http color os io 檔案 for 資料 資料庫軟體和資料庫都建好了,基本上可以說完成90%的工作,但是美中不足的就是企業管理器還沒有安裝好,現在我們就開
Time of Update: 2014-08-24
標籤:style os strong 代碼 linux size sp on c 原因:在程式中打入了全形字元 具體分析產生原因: 在編程中,由於打字的快速,按下ctrl鍵後
Time of Update: 2014-08-24
標籤:style blog color os 使用 io 檔案 for ar 所有的list函數見 include/linux/list.h自己從 include/linux/list.h
Time of Update: 2014-08-24
標籤:linux 驅動 自動建立裝置節點 #include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/device.h> #include <linux/cdev.h>#include
Time of Update: 2014-08-24
標籤:linux menuconfig 移植 經驗 linux 3.4.103 核心移植到 S3C6410 開發板這個星期幾乎就搭在這裡面了,一開始感覺很不值得,移植這種浪費時間的事情,想立馬搞定,然後安安靜靜看書 &
Time of Update: 2014-08-24
標籤:redhat u盤 亂碼 1. 首先使用切換到root使用者;2. 使用fdisk -l命令查看磁碟資訊,找到u盤(可以根據顯示的大小確定)3. 在/mnt下建立掛載點,例如建立usb檔案夾:mkdir /mnt/usb4. 使用mount掛載u盤,例如執行:mount /dev/sdb /mnt/usb5.
Time of Update: 2014-08-24
標籤:style blog http os 使用 io 檔案 資料 ar lsof(list open files)是一個列出當前系統開啟檔案的工具。lsof -i 4 #列舉出IP V4
Time of Update: 2014-08-24
標籤:des style blog http 使用 io strong 檔案 資料 +++++++++++++++++++++++++ +++++Linux服務管理+++++++++++++++
Time of Update: 2014-08-24
標籤:style blog color 使用 io ar art div cti 一、核心定時器定義:struct timer_list { struct list_head entry;
Time of Update: 2014-08-24
標籤:style blog http 使用 strong 檔案 ar 2014 art +++++++++++++++++++++++++ +++++檔案系統管理++++++++++++++++
Time of Update: 2014-08-24
標籤:io與作業系統有關,所有檔案都可操作,無緩衝區檔案IO:常規檔案,目錄,字元裝置,塊裝置,管道,套介面,符號串連通過檔案描述符訪問檔案,最多可開啟1024個檔案,檔案描述符最大為1023。標準輸入、標準輸出、標準出錯 由shell預設開啟,分別為0/1/2。當開啟一個檔案時,核心會返回一個非負整數(一定是最小的且沒有用過的),即檔案描述符,用來代表開啟的檔案。int open(const char *pathname,int flags);int open(const
Time of Update: 2014-08-24
標籤:current linux report 資源 如何 在Linux中有哪些比較重要或常見的進程? 如何查看進程列表及使用資源情況? 如何殺死進程? 進程管理類命令: pstree , ps , top , vmstat ,htop ,pmap ps命令Process Status
Time of Update: 2014-08-24
標籤:地區傳送 子域授權
Time of Update: 2014-08-24
標籤:style blog http color 使用 檔案 資料 ar div 來源:http://www.cnblogs.com/rocky_yi/archive/2009/12/08/cy
Time of Update: 2014-08-24
標籤:style blog http color os 使用 io 檔案 資料 rocky_yi 轉自http://www.cnblogs.com/rocky_yi/archive/
Time of Update: 2014-08-24
linux下查看日誌基本命令,linux日誌命令1、cat命令: 功能:1)顯示整個檔案。 樣本: $ cat
Time of Update: 2014-08-24
Linux之select系統調用_1,select系統調用_1SYNOPSIS /* According to POSIX.1-2001 */ #include <sys/select.h> /* According to earlier standards */ #include <sys/time.h> #include <sys/types.h> #include
Time of Update: 2014-08-24
在ubuntu上使用uwsgi部署CherryPy的應用1, 安裝uWSGI serversudo apt-get install uwsgi uwsgi-plugin-python2, 在/etc/uwsgi/apps-available目錄下建立設定檔appsample.json內容如下{ "uwsgi": { "chdir": "/home/yourdir", "uid": "your-userid&
Time of Update: 2014-08-24
Linux之select系統調用_2,select系統調用_2在上一篇博文中,我們的程式中我們有3個用戶端,因此也事先建立了3個管道,每個用戶端分別使用一個管道向伺服器發送訊息。而在伺服器端使用select系統調用,只要監測到某一管道有訊息寫入,伺服器就將其read,並顯示在標準輸出上。
Time of Update: 2014-08-24
KaliLinux下安裝配置ProFTPD執行個體1,安裝ProFTPD在ftp://ftp.proftpd.org/下可以找到官方發布的各個ProFTPD版本,本人使用ftp://ftp.proftpd.org/historic/source/proftpd-1.3.0a.tar.gzroot@kali:~# wget ftp://ftp.proftpd.org/historic/source/proftpd-1.3.0a.tar.gzroot@kali:~# tar –xf