2013年2月26日 星期二

lastcomm - linux show all user command history

  • The ac command displays statistics about how long users have been logged on.
  • The lastcomm command displays information about previous executed commands.
  • The accton command turns process accounting on or off.
  • The sa command summarizes information about previously executed commmands.


ls                      vivek  pts/0      0.00 secs Mon Nov 13 23:43
rm                      vivek  pts/0      0.00 secs Mon Nov 13 23:43
vi                      vivek  pts/0      0.00 secs Mon Nov 13 23:43
ping              S     vivek  pts/0      0.00 secs Mon Nov 13 23:42
ping              S     vivek  pts/0      0.00 secs Mon Nov 13 23:42
ping              S     vivek  pts/0      0.00 secs Mon Nov 13 23:42
cat                     vivek  pts/0      0.00 secs Mon Nov 13 23:42
netstat                 vivek  pts/0      0.07 secs Mon Nov 13 23:42
su                S     vivek  pts/0      0.00 secs Mon Nov 13 23:38
 
  • userhelper is command name of the process
  • S and X are flags, as recorded by the system accounting routines. Following is the meaning of each flag:
    • S -- command executed by super-user
    • F -- command executed after a fork but without a following exec
    • D -- command terminated with the generation of a core file
    • X -- command was terminated with the signal SIGTERM
  • vivek the name of the user who ran the process
  • prts/0 terminal name
  • 0.00 secs - time the process exited
 
 
 
 
Reference :
How to keep a detailed audit trail of what’s being done on your Linux systems

2013年2月24日 星期日

Windows 7 效能調校

NOD32 防毒調整:
    關閉使用者提示
    停止檢查更新


我的電腦 -> 關閉系統還原


電源選項 -> 高效能


關閉睡眠功能 powercfg -h off


關閉服務:
    remote registry
    superfetch
    windows search
    Volume Shadow Copy
    security center
    Windows Defender
    computer browser


關閉檢查更新 -> 控制台裡:
    Flash Player
    Java
    QuickTime


關閉開機執行  WinKey + R   ->  msconfig   ->   啟動
以下保留,其餘視情況決定:
    ctfmon
    Monitor
    egui


UAC

分頁檔案

顯示加速

自動播放 x2




開機速度測試:

Soluto
https://www.soluto.com/

BootRacer
http://www.greatis.com/bootracer/

粉光燉雞

一隻雞的雞腿肉
粉光 小半包
米酒


米酒:水 = 1:1


1. 雞可以先飛水
2. 將所有材料放入電鍋燉爛即可


* 粉光也會出油,雞肉可以去掉皮
* 女生月事來不要吃,太補了

2013年2月7日 星期四

Linux 釋放記憶體

To free pagecache:
$ sudo sh -c 'free -m && echo 1 > /proc/sys/vm/drop_caches && free -m'"
To free pagecache, dentries and inodes:
$ sudo sh -c 'free -m && sync && echo 1 > /proc/sys/vm/drop_caches && free -m'"

2013年2月6日 星期三

2013年2月3日 星期日

香草卡士達醬

細白砂糖             40g
玉米粉          20g
蛋黃                3
鮮奶                300cc
香草豆莢          半根


蛋黃 : 鮮奶 = 1 : 300 cc




Reference :