<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Chan Chen Coding...

    Linux

    top命令的Load average 含義及性能參考基值
         摘要: 系統平均負載被定義為在特定時間間隔內運行隊列中的平均進程樹。如果一個進程滿足以下條件則其就會位于運行隊列中:
    它沒有在等待I/O操作的結果
    它沒有主動進入等待狀態(也就是沒有調用'wait')
    沒有被停止(例如:等待終止)
    上面的輸出,load average后面分別是1分鐘、5分鐘、15分鐘的負載情況。數據是每隔5秒鐘檢查一次活躍的進程數,然后根據這個數值算出來的。如果這個數除以CPU 的數目,結果高于5的時候就表明系統在超負荷運轉了。  閱讀全文

    posted @ 2013-05-23 17:47 Chan Chen 閱讀(336) | 評論 (0)  編輯

    Curl命令使用整理

    posted @ 2013-05-09 11:52 Chan Chen 閱讀(382) | 評論 (0)  編輯

    Java Web Application 遠程調試
         摘要: 最近在開發java web application的時候,因為很多原因,無法對自己開發的項目在本地進行調試,常常需要進行遠程調試,之前一直通過打logger的方式進行,每次都要重新部署,相當的痛苦,今天下午研究了以下,如果進行遠程調試。  閱讀全文

    posted @ 2013-05-05 16:49 Chan Chen 閱讀(1627) | 評論 (0)  編輯

    Memcache服務器端的安裝
         摘要: 服務器端主要是安裝memcache服務器端  閱讀全文

    posted @ 2013-03-21 14:06 Chan Chen 閱讀(207) | 評論 (0)  編輯

    FTP Server
         摘要: FTP works on a client/server model. The server component is called an FTP daemon. It continuously listens for FTP requests from remote clients. When a request is received, it manages the login and sets up the connection. For the duration of the session it executes any of commands sent by the FTP client.  閱讀全文

    posted @ 2013-02-28 16:43 Chan Chen 閱讀(742) | 評論 (0)  編輯

    set up ssh server on ubuntu server 12.04 edition
         摘要: SSH stands for “secure shell”, and it is a network protocol that allows you to securely send commands to a remote machine. The “secure” part comes from the fact that the connection is encrypted, which means that an attacker cannot eavesdrop on the connection, or intercept and replace your commands with his own midway through transit. SSH is pretty reliable and secure, and is commonly used in the Linux world. Administrators often use it to remotely manage machines – it’s usually more comfortable   閱讀全文

    posted @ 2013-02-24 01:18 Chan Chen 閱讀(522) | 評論 (0)  編輯

    Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
         摘要: LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest.  閱讀全文

    posted @ 2013-02-23 13:27 Chan Chen 閱讀(310) | 評論 (0)  編輯

    Split Large File in Linux

    posted @ 2012-10-22 14:03 Chan Chen 閱讀(524) | 評論 (0)  編輯

    Linux Increase The Maximum Number Of Open Files / File Descriptors

    posted @ 2012-08-21 12:51 Chan Chen 閱讀(1414) | 評論 (0)  編輯

    A tips to remove cache

    posted @ 2012-06-19 02:27 Chan Chen 閱讀(243) | 評論 (0)  編輯

    xargs: How To Control and Use Command Line Arguments

    posted @ 2012-06-19 02:08 Chan Chen 閱讀(281) | 評論 (0)  編輯

    Understand sudo

    posted @ 2012-06-12 02:04 Chan Chen 閱讀(155) | 評論 (0)  編輯

    symbolic and hard link

    posted @ 2012-05-23 04:31 Chan Chen 閱讀(832) | 評論 (0)  編輯

    Redirect stderr To stdout

    posted @ 2012-05-18 07:40 Chan Chen 閱讀(382) | 評論 (0)  編輯

    Perl Print Duplicate Line

    posted @ 2012-04-26 11:01 Chan Chen 閱讀(295) | 評論 (0)  編輯

    正則中的括號

    posted @ 2012-04-26 10:41 Chan Chen 閱讀(168) | 評論 (0)  編輯

    Install and Setup Ramdisk under Linux (CentOS, RHEL, Fedora)

    posted @ 2012-04-25 16:35 Chan Chen 閱讀(1189) | 評論 (0)  編輯

    A good reference of bladelogic network shell

    posted @ 2012-04-23 11:45 Chan Chen 閱讀(243) | 評論 (0)  編輯

    JBOSS 4.3.0 EAP Clustering with multiple instances running on Same machine balanced with Apache HTTP Server 2.2.11

    posted @ 2012-03-21 13:22 Chan Chen 閱讀(821) | 評論 (0)  編輯

    How to kill defunct process

    posted @ 2012-03-20 16:58 Chan Chen 閱讀(736) | 評論 (0)  編輯

    find -exec

    posted @ 2012-03-19 13:59 Chan Chen 閱讀(655) | 評論 (0)  編輯

    Perl調用外部命令的方式和區別

    posted @ 2012-03-08 09:43 Chan Chen 閱讀(420) | 評論 (0)  編輯

    Passing arguments to a shell script

    posted @ 2012-02-29 21:58 Chan Chen 閱讀(195) | 評論 (0)  編輯

    Use Sed in Multi-Files Text Processing

    posted @ 2012-02-18 15:49 Chan Chen 閱讀(231) | 評論 (0)  編輯

    VIM Configure File for Backup Purpose
         摘要: vim config  閱讀全文

    posted @ 2011-08-13 02:08 Chan Chen 閱讀(275) | 評論 (0)  編輯

    Seven Habit of Effective Text Editing (Transfer)

    posted @ 2011-08-13 01:40 Chan Chen 閱讀(293) | 評論 (0)  編輯

    主站蜘蛛池模板: 亚洲国产成人影院播放| 亚洲色偷偷综合亚洲AV伊人蜜桃 | 91免费资源网站入口| 亚洲av永久无码制服河南实里| 国产成人精品免费直播 | 皇色在线免费视频| 亚洲精品韩国美女在线| 免费无码AV电影在线观看| 亚美影视免费在线观看| 亚洲人成日本在线观看| 综合亚洲伊人午夜网 | 91精品免费国产高清在线| 曰批全过程免费视频免费看| 亚洲毛片免费观看| 国产亚洲自拍一区| 免费视频淫片aa毛片| 很黄很污的网站免费| 最好2018中文免费视频| 亚洲一级免费毛片| 精品亚洲永久免费精品| 日日AV拍夜夜添久久免费| 69式互添免费视频| 美女扒开尿口给男人爽免费视频| 亚洲av日韩av天堂影片精品| 又色又污又黄无遮挡的免费视| 一级毛片不卡片免费观看| 国产亚洲漂亮白嫩美女在线| 亚洲国产成人精品无码一区二区 | 午夜网站免费版在线观看| 四虎永久在线观看免费网站网址 | 亚洲乱码一二三四区乱码| 婷婷久久久亚洲欧洲日产国码AV | 久久久久亚洲爆乳少妇无| 午夜毛片不卡免费观看视频| 日本最新免费网站| 久久青草免费91线频观看不卡 | 成年大片免费视频播放一级| 国产精品久久亚洲不卡动漫| 亚洲精品视频在线| 亚洲AV无码乱码精品国产| 国产福利免费观看|