From:https://developer.nvidia.com/pc-gpu-performance-hot-spots Introduction Game developers shipping titles for PC and consoles are faced with many in ...
分类:
其他好文 时间:
2017-09-22 16:10:39
阅读次数:
156
本文转载自:https://www.coder4.com/archives/1506 分享3个Putty配色方案 4 Replies 虽然服务器都是Linux的,平时也基本用Linux,但是难免还是要在Windows下连服务器。我用的是putty,在winxp下的配色非常别扭,普遍偏暗。(没错,和系 ...
分类:
其他好文 时间:
2017-09-21 19:34:53
阅读次数:
226
XShell应该是最强大的,在Ubuntu下只有SecureCRT能实现跨平台(Linux/Windows/Mac)。还可以使用PuTTY。 一、下载: 登录官网,不过要注册账号密码。 历史版本:https://www.vandyke.com/download/prevreleases.html 最 ...
分类:
系统相关 时间:
2017-09-21 15:52:09
阅读次数:
1023
ssh包括客户端配置(ssh_config)和服务端配置(sshd_config) 一、客户端配置ssh_config,客户端软件有SecureCRT、putty、Xshell等 “#”表示注释,虽然表示不起作用,但有时说明此为系统默认的初始化设置 二、服务端配置sshd_config ###### ...
分类:
其他好文 时间:
2017-09-21 11:19:38
阅读次数:
450
本篇对于Python操作MySQL主要使用两种方式: 原生模块 pymsql ORM框架 SQLAchemy pymsql pymsql是Python中操作MySQL的模块,其使用方法和MySQLdb几乎相同。 下载安装 ? 1 pip3 install pymysql 使用操作 1、执行SQL + ...
分类:
数据库 时间:
2017-09-19 14:48:49
阅读次数:
245
Linux远程连接配置0.本人实验系统RHEL6.4,前提配置yum,参考:http://lk886655.blog.51cto.com/7036409/1965548#yuminstallxdm2.#vi/etc/X11/xdm/Xaccess#*#anyhostcangetaloginwindow修改为*#anyhostcangetaloginwindow3.#vi/etc/gdm/custom.conf[security]AllowRemoteRoot=t..
分类:
系统相关 时间:
2017-09-15 18:49:44
阅读次数:
223
centos系统,使用vnc登陆报错 “The connection was refused by the host computer” 使用以下两个命令解决: [root@mesos-m-02 ~]# rm /tmp/.X11-unix/X2 [root@mesos-m-02 ~]# system ...
分类:
其他好文 时间:
2017-09-14 21:32:55
阅读次数:
217
确保桌面已安装yum-yinstallxorg-x11-app*yum-yinstalltigervnctigervnc-servertigervnc-server-modulecp/lib/systemd/system/vncserver@.service/etc/systemd/system/vncserver@:1.servicevim/etc/systemd/system/vncserver@:1.service[Service]Type=forking#Cleananyexisting..
分类:
其他好文 时间:
2017-09-14 18:46:52
阅读次数:
139
需求:有在不同平台互传文件的需求,会使用远程工具登录Linux服务器。前提:使用远程工具Xshell/SecureCRT登录远程Linux服务器(暂不支持putty)安装:yuminstall-ylrzsz使用:Windows内文件传至Linux:rz+Enterrz传递的文件默认保存在Linux系统的当前目录下,也可以更改存放目..
打开PuTTYgen,点击Generate生成秘钥。保存私钥。创建authorized_keys文件$sudomkdir~/.ssh$sudovim~/.ssh/authorized_keys#粘贴公钥$sudochmod700~/.ssh$sudochmod600~/.ssh/authoryied_keys用PuTTY登陆时选择保存好的私钥。
分类:
系统相关 时间:
2017-09-11 22:55:34
阅读次数:
240