|
|
同学要学php,推荐他上Codecademy,发现Codecademy多了学习Git。。好奇去看看怎么学的。
然后发现他Bash是远程连接一台vps(貌似是Amazon的)
作为服务器爱好者,厚脸皮的输入了
cat /proc/cpuinfo
cat /proc/meminfo
dd if=/dev/zero of=test bs=8k count=256k conv=fdatasync
df -h
wget https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py
python speedtest_cli.py --share
等指令 |
|