學術及資源的交流園地 ^_^

sqlite

最後更新: 2018-06-22

介紹

sqlite 是一個超輕量級的資料庫來, 它沒有網絡及用戶管理功能

亦即是一切以檔案操作來, 所以它沒有 GRANT, REVOKE, CREATE USER 指令

 

offline install

 

 

dpkg --get-selections > mylist

dpkg --set-selections < mylist

 

get_pkg
#!/bin/bash
PACKAGE=$1
URI=`apt-cache show $PACKAGE | grep "Filename:" | cut -f 2 -d " " | grep "pool/main"`
wget  http://192.168.123.12:3142/debian/$URI

 

xargs

最後更新: 2022-08-01

介紹

xargs reads items from the standard input,

delimited by blanks (which can be protected with double or single quotes or a backslash) or

newlines, and executes the command (default is /bin/echo)

目錄

 

nagios - nrpe

最後更新: 2018-05-29

介紹

 

 

 

 

RSS feed