码迷,mamicode.com
首页 >  
搜索关键字:gedit    ( 984个结果
Linux服务器配置---配置telnet
配置telnet 通过配置文件,我们可以设置telnet的连接时间、连接数、连接ip等,实现更加安全的连接 1、设置连接时间,参数“access_times” [root@localhost wj]# gedit /etc/xinetd.d/telnet service telnet { flags ...
分类:Web程序   时间:2018-12-29 11:18:21    阅读次数:206
Linux下gedit显示行号
Gedit 编辑->视图 Gedit 编辑->视图 再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://www.cnblogs.com/captainbed ...
分类:系统相关   时间:2018-12-26 12:55:06    阅读次数:211
Linux服务器配置---ssh配置
Ssh配置 通过配置文件,我们可以有效的管理ssh 1、空闲时间关闭连接 1)修改配置文件“/etc/ssh/sshd_config”,设置clientAliveInterval和clientAliveCountMax,注意取消前面的注释 [root@localhost wj]# gedit /et ...
分类:系统相关   时间:2018-12-26 10:38:36    阅读次数:211
注册登陆(从文件中获取用户名密码)
注册(regedit.py) 登陆(login.py) ...
分类:其他好文   时间:2018-12-21 22:49:35    阅读次数:232
Fix: Windows Script Host access is disabled on this machine
If you receive this Windows Script Host access is disabled on this machine, Contact your administrator for details message box, on your Windows 10/8/7 ...
分类:数据库   时间:2018-12-15 22:55:51    阅读次数:309
Ubuntu常用命令
加粗的是命令 非加粗是变量 操作文本 gedit hello.txt # 创建一个hello.txt文件 cat hello.txt # 看hello.txt 里的内容(tac倒看) vi hello.txt # 编辑hello.txt 的内容 nl hello.txt # 显示看hello.txt ...
分类:系统相关   时间:2018-12-15 13:39:05    阅读次数:152
Xshell
一:配置SSH参数 修改/ etc / ssh / sshd_config文件:gedit / etc / ssh / sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES,// kali中默认是yes 将PermitRootLogin无密 ...
分类:系统相关   时间:2018-12-15 11:44:43    阅读次数:166
linux服务器---配置samba
配置samba使用用户名和密码登录 1、当samba配置文件中的secure设置为user的时候,需要正确的用户名和密码才能登录。 root@localhost /]#gedit /etc/samba/smb.conf # Standalone Server Options # Scurity ca ...
分类:系统相关   时间:2018-12-14 10:18:23    阅读次数:217
Winnt常用的快捷运行命令
control - Win7风格的控制面板 appwiz.cpl - 添加删除程序 sysdm.cpl - 系统属性 services.msc - 服务管理 gpedit.msc - 组策略管理 compmgmt.msc - 计算机管理 calc - 计算器 regedit - 注册表编辑器 msc ...
分类:Windows程序   时间:2018-12-09 16:30:22    阅读次数:223
excel2013超链接进不去,提示“您的组织策略不允许...”
搜索regedit 然后找到HKEY_CURRENT_USER->Software->Classes->.html 右键修改或者双击修改数值数据为Htmlfile 关闭之后此窗口,关闭excle后重新打开excle超链接就好使了 ...
分类:其他好文   时间:2018-12-08 17:59:11    阅读次数:204
984条   上一页 1 ... 17 18 19 20 21 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!