常用
//查看當(dāng)前系統(tǒng)磁盤使用空間
df -h
//查看當(dāng)前目錄文件占用空間大小
du -sh *
chmod a+x 可執(zhí)行權(quán)限
tail -f 查看動態(tài)日志
ps -ef|grep python 查看python程序
free -h 內(nèi)存狀況
netstat -apn |grep 8082
kill -s 9
source activate tensorflow
sudo apt-get install python-pip python-dev
find . -name hadoop-core-*.jar
beeline
!connect jdbc:hive2://localhost:10000
service iptables status
nohup hive --service hiveserver2 &
nohup hive --service metastore &
vi /etc/sysconfig/iptables
lsof -i:56869
rm -rf tmp/*
netstat -anop|grep 111
netstat -nltp
service iptables status
nohup python -u preDeal.py.py > nohup.out 2>&1
telnet 192.168.3.157 10000
vi /etc/hosts
vi /etc/sysconfig/network-scripts/ifcfg-eth0
hdfs dfsadmin -report
tensorboard --logdir logs :6006
hadoop dfs -copyFromLocal <要復(fù)制的文件路徑> <要放置文件的路徑>
hadoop dfs -rmr <文件>
val file=sc.textFile("hdfs://master:9000/Hadoop/Input/wordcount.txt")
val conf = new SparkConf().setAppName("wordcount").setMaster("local")
系統(tǒng)信息
arch 顯示機(jī)器的處理器架構(gòu)(1)
uname -m 顯示機(jī)器的處理器架構(gòu)(2)
uname -r 顯示正在使用的內(nèi)核版本
dmidecode -q 顯示硬件系統(tǒng)部件 - (SMBIOS / DMI)
hdparm -i /dev/hda 羅列一個磁盤的架構(gòu)特性
hdparm -tT /dev/sda 在磁盤上執(zhí)行測試性讀取操作
cat /proc/cpuinfo 顯示CPU info的信息
cat /proc/interrupts 顯示中斷
cat /proc/meminfo 校驗內(nèi)存使用
cat /proc/swaps 顯示哪些swap被使用
cat /proc/version 顯示內(nèi)核的版本
cat /proc/net/dev 顯示網(wǎng)絡(luò)適配器及統(tǒng)計
cat /proc/mounts 顯示已加載的文件系統(tǒng)
lspci -tv 羅列 PCI 設(shè)備
lsusb -tv 顯示 USB 設(shè)備
date 顯示系統(tǒng)日期
cal 2007 顯示2007年的日歷表
date 041217002007.00 設(shè)置日期和時間 - 月日時分年.秒
clock -w 將時間修改保存到 BIOS
關(guān)機(jī) (系統(tǒng)的關(guān)機(jī)、重啟以及登出 )
shutdown -h now 關(guān)閉系統(tǒng)(1)
init 0 關(guān)閉系統(tǒng)(2)