1ssh登陆的优化vim/etc/ssh/sshd_config42PermitRootLoginno允许root登录65PermitEmptyPasswordsno允许空密码登录80GSSAPIAuthenticationnosshp122UseDNSnoDNS搜索关闭ssh服务X11转发功能#vi/etc/ssh/sshd_config设置下面为noX11Forwardingno2历史记录,登陆时间,字符集主机操..
分类:
其他好文 时间:
2015-04-03 15:40:21
阅读次数:
200
一:Linux下tomcat服务的启动、关闭与错误跟踪,使用PuTTy远程连接到服务器以后,通常通过以下几种方式启动关闭tomcat服务:切换到tomcat主目录下的bin目录(cd usr/local/tomcat/bin)1,启动tomcat服务方式一:直接启动 ./startup.sh方式二:...
分类:
系统相关 时间:
2015-04-03 13:22:15
阅读次数:
198
Putty系列工具,点我下载1.pscp在putty目录下,存在可执行文件pscp.exe。win+R 输入cmd进入命令行,比如要将本地的FusionComputer文件上传到远程计算机192.168.1.110的home/Fusion中,远程主机登陆账号为root,命令如下:pscp Fusi....
打开Putty,输入欲访问的主机名或IP例如:qtstgfs2job01.appnet.atpco.org2.登陆,默认SSH端口223.输入用户名,密码4.转到log文件夹(命令:cd/log)5.查看所有日志文件(命令:ls-a)6.进入命令行,进入到Putty安装目录cdC:\ProgramFiles(x86)\PuTTY7.拷贝文件命令:pscpatpstyz..
分类:
系统相关 时间:
2015-04-02 19:08:53
阅读次数:
516
1.Linux拥有7个运行级别:0-6对应的配置文件/etc/inittab:#Defaultrunlevel.Therunlevelsusedare:#0-halt(DoNOTsetinitdefaulttothis)#1-Singleusermode#2-Multiuser,withoutNFS(Thesameas3,ifyoudonothavenetworking)#3-Fullmultiusermode#4-unused#5-X11#6-reboot(DoNOTseti..
分类:
其他好文 时间:
2015-04-02 16:40:14
阅读次数:
173
解决方法有多种:
1.新建个用户,进去之后,再切换用户,回来之后就可以了.
2.进入命令行,重新安装显卡驱动.
3.手工修改/etc/X11/xorg.conf把缺省分辨率改小再试....
纯粹转载记录一下解决方案。原文: http://ask.xmodulo.com/fix-broken-x11-forwarding-ssh.html 简述一下两种解决方案: * 修改/etc/ssh/sshd_config,增加``X11UseLocalhost no`` * 修改/etc/ssh/sshd_config,增...
分类:
其他好文 时间:
2015-03-30 14:44:58
阅读次数:
228
需要同时安装gnuplot和gnuplot-x11才能画出图sudo apt-get install gnuplot gnuplot-x11gnuplot not showing the graph window - Ask Ubuntu简单使用gnuplot>plot sin(x)
分类:
其他好文 时间:
2015-03-22 00:26:40
阅读次数:
140
putty套件下载地址:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html一些流行的linux发行版本:http://mirror.symnds.com/
分类:
系统相关 时间:
2015-03-20 22:11:55
阅读次数:
225
VNCServer的配置很简单:#vncpasswd
Password:******
Verify:******#cat.vnc/xstartup
#!/bin/sh
#Uncommentthefollowingtwolinesfornormaldesktop:
unsetSESSION_MANAGER
exec/etc/X11/xinit/xinitrc
[-x/etc/vnc/xstartup]&&exec/etc/vnc/xstartup
[-r$HOME/.Xresour..
分类:
系统相关 时间:
2015-03-19 18:44:18
阅读次数:
364