What is Fabric ? Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
More specifically, Fabric is:
Continue reading
Java
Java应用一般架构
Linux
为什么说systemd是系统管理员的利器
Linux运维比较实用的工具
Python
亲测,手把手教你用Python抢票
12306的变态验证码算什么?我有Python神器
7 款 Python 可视化工具对比
Python 程序员都会喜欢的 6 个库
告诉你,为什么开发、运维和数据都需要用Python!
大数据
大数据分析方法解读以及相关工具介绍
Continue reading
安装Wireshark123456$ sudo apt-get install wireshark$ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark $USER$ sudo reboot 或者`注销`$ gnome-session-quit --logout --no-prompt
WIFI密码破解
安装工
Continue reading
Docker命令1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859sudo docker infosudo status dockersudo start dockersudo stop dockersudo docker run
Continue reading
查看Linux系统位数
12345uname -auname -muname -mfile /sbin/init arch
跨机文件或目录的复制
从本地复制到远程-复制文件
12scp local_file remote_username@remote_ip:remote_folder 复制到remote_folder文件夹下scp local_file remote_user
Continue reading