新裝的機器突然要用 whois 查一下自己的 Domain 才發現 !! 疑!!~ 怎麼沒內建 whois Orz!
# whois domain
-bash: whois: command not found
# yum -y install jwhois
相關資料:
http://blog.51osos.com/linux/centos-install-whois-command/
sudo apt-get install cmake libusb-1.0-0-dev git clone git://git.osmocom.org/rtl-sdr.git cd rtl-sdr/ mkdir build cd build cmake ../ -DINSTALL_UDEV_RULES=ON sudo make install sudo ldconfig
rtl_tcp -a 0.0.0.0
opkg update opkg install cmake opkg install libusb-1.0-dev git clone git://git.osmocom.org/rtl-sdr.git cd rtl-sdr/ mkdir build cd build cmake ../ make install vi /etc/ld.so.conf /usr/local/lib ldconfig
cpubench.c:93: error: 『CLK_TCK』 undeclared (first use in this function) cpubench.c:93: error: (Each undeclared identifier is reported only once cpubench.c:93: error: for each function it appears in.)
[root@localhost]# perl -MCPAN -e shell
/usr/lib/perl5/5.8.5/CPAN/Config.pm initialized.
...略...
Are you ready for manual configuration? [yes] no (直接採用預設值自動設定即可, 輸入 no)
...略...
cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support available (try 'install Bundle::CPAN')
cpan> install Term::ReadKey
CPAN: Storable loaded ok
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
...略...
/usr/bin/make install -- OK
cpan> install Term::ANSIColor
Running install for module Term::ANSIColor
Running make for R/RR/RRA/ANSIColor-2.02.tar.gz
...略...
/usr/bin/make install -- OK
cpan> install Time::HiRes
Running install for module Time::HiRes
Running make for J/JH/JHI/Time-HiRes-1.9719.tar.gz
Fetching with LWP:
...略...
/usr/bin/make install -- OK
cpan> quit
Terminal does not support GetHistory.
Lockfile removed.
wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz
tar -zxvf mytop-1.6.tar.gz
cd mytop-1.6
perl Makefile.PL
make
make test
make install
user=mytop
pass=
host=127.0.0.1
db=test
delay=1
port=3306
batchmode=0
header=1
color=1
idle=1
perldoc mytop