1,安装Ubuntu 10.10
1.1 使用默认安装,在更新apt的时候选择跳过
1.2 设置管理员的用户名和密码
1.3 安装openssh-server启动ssh服务,方便使用Bitvise Tunnelier,putty工具进行管理
sudo apt-get install openssh-server
你有没有为写代码拼过命?那你知不知道 人生苦短,我用Python?
https://stackoverflow.com/questions/40143190/how-to-exe … Read more 怎样在Shell中运行Python的多行代码
yum install zlib-devel bzip2-devel openssl-devel ncurse … Read more CentOS自己编译安装Python3的命令
1、找出TOMCAT的JVM的进程ID [work@112542000 ~]$ jps 290 Bootstr … Read more 快速找到Tomcat中最耗CPU的线程
Linux环境命令行 首先,根据进程命令,获取运行的tomcat的进程ID ps aux | grep tom … Read more Tomcat内存分析相关方法(jmap和mat)
在类Unix系统的Bash环境下,怎样检查文件是否存在呢? Shell中的test命令,可以用来检测文件的类型 … Read more Bash Shell怎样检查文件是否存在?
有两种方法可以在Python中执行SHELL程序,方法一是使用Python的commands包,方法二则是使用 … Read more python执行shell的两种方法
有些命令工作中经常用到,记录在一个文章里用于查阅,本文经常更新。 shell命令 linux统计某个目录下所有 … Read more shell/hadoop/hive一些有用命令收集
1.1 使用默认安装,在更新apt的时候选择跳过
1.2 设置管理员的用户名和密码
1.3 安装openssh-server启动ssh服务,方便使用Bitvise Tunnelier,putty工具进行管理
sudo apt-get install openssh-server