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

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

介紹

 

 

 

 

LANG

LANG=POSIX

LANG=C

RSS feed