putty

关于Putty显示中文的问题

匿名 (未验证) 提交于 2019-12-03 00:27:02
Ubuntu 18.04换国内源 编辑 /etc/apt/sources.list 文件, 在文件最前面添加以下条目(操作前请做好相应备份): 阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe

Windows to Windows SSH登录

别来无恙 提交于 2019-12-02 23:49:31
网上一直都是windows to linux或者linux to linux的SSH登录,现记录windows to windows的SSH登录。 SSH 登录原理参考:http://www.cnblogs.com/hukey/p/6248468.html 先来个目录,理清思路: - 服务器端PowerShell server安装与配置 - 客户端Putty安装与配置 - 用户名/密码登录(不够安全) - 证书登录(安全,简单) 关于PowerShell server和putty这两个ssh软件,大家还可以百度到更多同类软件。在此不表。 服务器端PowerShell server安装与配置 1. 访问https://www.nsoftware.com/powershell/server/download.aspx下载试用版安装,安装时勾选加到防火墙开放端口。 2. 配置如下:可以选择已有证书,也可以自己生成证书 端口22是默认的,如果被占用,也可以修改成其他的。 3. 如下地方一定要选择GB2312, 因为Jenkins安装的是简体中文版,两边字符不一致,Jenkins控制台输出会有乱码 4. 在服务tab下,可以看输出日志。其他tab下可以设置日志存放目录以及更改日志类型 5. 注意:此软件个人版支持的连接数是1,超过此连接数就连不上了。 客户端Putty安装与配置 访问

Python 3.4.3 modules installation in linux error

坚强是说给别人听的谎言 提交于 2019-12-02 22:42:56
问题 I just installed the python-3.4.3 via putty. I'm very new to Linux and it's operation. I created a script for docx operation in windows and it's working great but my manager wants to host it into the server, so that everyone in my team can use that. My problem is installing the packages into the Linux. Here i uploaded the image that what I'm getting. Please let me know the correct way. 回答1: Installing on Debian and Ubuntu (Trusty Tahr and newer) for Python 3.x Run the following commands from

Creating a ctrl+tab keybinding in PuTTY

本秂侑毒 提交于 2019-12-02 22:39:48
I'd like to be able to map the vim commands :tabnext and :tabprev to CTRL+TAB and CTRL+SHIFT+TAB respectively. Unfortunately, I seem to be running into the problem where PuTTY eats these character combinations. I've tried searching for information, but to no avail. I'm pretty sure this is a PuTTY thing but there doesn't seem to be any sort of help/reference area for the application. I am curious if anyone here has any experience or suggestions for figuring this out. @rmeador: try mapping the key combo within vim. I have attempted to do this, but it doesn't appear like vim is getting the combo.

在windows下使用Putty+Xming远程Linux下图形界面程序

匿名 (未验证) 提交于 2019-12-02 21:59:42
参考:百川汇海 因为在Linux下安装和维护Oracle时要用到GUI,之前研究了下用VNC来远程连接Linux桌面, 但有如下缺点: 1.不方便,每台被远程的Linux都需要安装tigervnc-server程序,并针对用户加以配置, 不同的用户要配不同的服务脚本。 2.不安全,vnc是不加密的,虽然可以通过Putty加密转发的方式。。 废话不多说,如果只需要运行某个图形界面程序的话,完全可以用Putty+Xming的方法来远程 Xming下载地址 Xming安装包有2个(一个是程序,一个是字体)下载下来后直接安装,无脑下一步即可使用。 Linux主机上需要的配置: #vi /etc/ssh/sshd_config X11Forwrding yes CentOS是默认yes,无需修改 运行PuTTY,在配置界面,选择“ Connection-SSh-X11 ”,选中“ Enable X11forwarding ”,“ X display location ”留空即可。 试着在Putty下运行带图形界面的程序,是不是图形窗口自动跳出来啦,很方便吧 转载请标明出处: 在windows下使用Putty+Xming远程Linux下图形界面程序 文章来源: 在windows下使用Putty+Xming远程Linux下图形界面程序

使用Putty远程连接Linux,使用xshell5连接Linux ;Putty密钥认证 ,xshell5密钥认证

匿名 (未验证) 提交于 2019-12-02 21:59:42
在使用vmware操作虚拟机的时候可以在pc上进行,但是现实的工作环境当中,公司的服务器往往都是托管在IDC机房里,机房噪音大辐射大,不适合我们长时间在里面调试维护,这时就需要远程登录软件了,目前比较多见的secureCRT(这个要付费)、Xshell、Putty 等软件,而且这些软件使用起来比直接在机器上操作更方便快捷,比如可以向上查看屏幕上的内容、复制、粘贴等功能,这些都是直接在机器上操作所不能实现的。 先介绍一下Putty ,putty的下载网址:https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 使用PuTTy 登录 双击putty 这个图标就打开了连接窗口,如下图所示,点击session ,再host name这里输入ip,再Port这里输入端口,默认是22 (保持默认),在saved sessions 这个地方输入你要取的名称,然后点save就保存了,要连接哪一个ip就选择哪一个,然后load→open 就可以了 随后出现的就是登陆画面,输入用户名和密码就可以了 putty软件中常用选项的作用: putty当中Appearance这个选项当中右侧有一个change按钮,可以通过它来设置putty显示界面的字体、字形、和大小 在Windows这个选项当中,如上图画黑框的显示

Putty远程登录VMware虚拟机Linux

匿名 (未验证) 提交于 2019-12-02 21:56:30
Putty远程登录VMware虚拟机Linux Putty ,这是一款SSH和telnet客户端登陆软件,可以远程登陆Linux主机。 从上图可以看出,Ubuntu的网络IP地址为:192.168.230.128,我安装好Putty软件后,打开Putty如下图所示: 在Host Name一项中输入刚才的Ubuntu的IP地址192.168.230.128,点击【OPen】按钮,结果出现NetWork error:Connection refused的错误。 原因是Ubutnu默认没有安装SSH服务,如果通过ssh链接ubuntu,需要自己手动安装ssh-server,即需要安装openssh-server 。 解决方法如下: (1)安装SSH。 默认的Ubuntu是没有安装SSH的,为此我们首先检验是否安装了。 在终端中输入命令:ssh localhost 如果出现:connect to host localhost port 22: Connection refused 则说明没有安装,需要按如下方法安装: 安装SSH:sudo apt-get install openssh-server 启动服务:sudo /etc/init.d/ssh start 启动后,观察该服务是否正常启动:ps -e | grep ssh 观察到: 2261 ? 00:00:00 sshd 2673

PuTTY Connection Manager download? [closed]

早过忘川 提交于 2019-12-02 20:16:07
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Where can I still download PuTTY Connection Manager? I am a PuTTY user and finally decided I need to upgrade to a tabbed SSH environment. I found a lot of threads/sites talking about PuTTY Connection Manager, but all of them pointed to missing pages/files. Try SuperPuTTY . It is similar to puttycm. You can also try mobaxterm or mremoteng Tom You can get it at PuTTY: Extreme Makeover Using PuTTY Connection Manager . Giri

Linux 上传、下载的rz、sz命令

拥有回忆 提交于 2019-12-02 20:06:19
Linux上安装rz和sz命令 : rzsz 官网入口: http://freecode.com/projects/lrzsz/ lrzsz是一个unix通信套件提供的X,Y,和ZModem文件传输协议 windows 需要向centos服务器上传文件,可直接在centos上执行命令yum -y install lrzsz 程序会自动安装好,然后如你要下载者sz [找到你要下载的文件] 如果你要上传,通过rz 浏览找到你本机要上传的文件。需要注意的事这个命令无法在putty界面使用! 安装与使用 1)yum安装 root 账号登陆后执行以下命令: yum install -y lrzsz 2.用说明 sz命令发送文件到本地: # sz filename rz命令本地上传文件到服务器: # rz filename 执行该命令后,在弹出框中选择要上传的文件即可。 说明:打开SecureCRT软件 -> Options -> session options -> X/Y/Zmodem 下可以设置上传和下载的目录。 来源: oschina 链接: https://my.oschina.net/u/2376274/blog/2396022

SourceTree on Windows: How to connect to SSH?

女生的网名这么多〃 提交于 2019-12-02 18:02:45
I have an SSH access to my web hosting, it works great with PuTTY (I just had to enter my domain, username and password), however it seems much more complicated with SourceTree. While PuTTY has a field for "Host Name", "username" and "password", SourceTree doesn't and requires a special file " .ppk "?! I need to connect SourceTree to my web hosting via SSH for the obvious reason that I want to use it to push to a remote repository located on my web hosting. So how do I get a .ppk file generated from my domain/username/password? Any help greatly appreciated! PS: I've noticed that they made it