Linux --ssh
iteye_14794
这个作者很懒,什么都没留下…
展开
-
linux 启动java
#!/bin/sh echo "Current DIR is " $PWD # ignore signal hup int quit tstp trap "" 1 2 3 24 start_server() { ulimit -c unlimited # export LD_LIBRARY_PATH=`pwd`/deps/capn/libs:$LD_LIBRARY_PATH # rm -f *...原创 2015-06-24 14:59:31 · 202 阅读 · 0 评论 -
Linux
Linux给用户添加sudo权限 2011-02-18 13:02:53 分类: LINUX linux给用户添加sudo权限: 有时候,linux下面运行sudo命令,会提示类似: xxxis not in the sudoers file. This incident will be reported. 这里,xxx是用户名称,然后导致无法执行sudo命令,这时候,如下解决...原创 2015-07-12 16:23:57 · 90 阅读 · 0 评论 -
Ubuntu终端常用的快捷键
http://blog.chinaunix.net/uid-28917717-id-5080098.html Ubuntu终端常用的快捷键 Ubuntu中的许多操作在终端(Terminal)中十分的快捷,记住一些快捷键的操作更得心应手。在Ubuntu中打开终端的快捷键是Ctrl+Alt+T。其他的一些常用的快捷键如下:快捷键 ...原创 2015-07-16 12:06:43 · 127 阅读 · 0 评论 -
线上jvm进程CPU load高排查脚本-jkiller
http://www.54chen.com/java-ee/jvm-cpu-load-high-script.html #!/bin/sh export LANG="zh_CN.UTF-8"; export LC_ALL="zh_CN.UTF-8"; LOG_FILE="/tmp/jcpu.log"; JSTACK_FILE="/tmp/jstack.log"; ...原创 2015-09-15 22:06:01 · 239 阅读 · 0 评论 -
Ubuntu定时器备忘
sudo crontab -e 编缉 sudo crontal -l 查看配置 service cron status start stop restart 重启生效 */10 * * * * /home/mode1/kwctimer/startkwctimer.sh sudo apt-get install gnome-schedule https://help.ubun...原创 2016-06-30 19:20:34 · 163 阅读 · 0 评论 -
nginx rtmp ssh install
1 ifconfig 2 ll 3 htop 4 sudo apt-get install htop atop iotop iftop 5 sudo apt-get install build-essential 6 sudo apt-get install open-jdk8 7 sudo apt-get insta...原创 2016-08-16 20:10:17 · 103 阅读 · 0 评论