随笔分类 -  Ubuntu

Ubuntu
摘要:https://www.cnblogs.com/lqlq/p/14637191.html?ivk_sa=1024320u 阅读全文
posted @ 2022-03-08 15:42 b̶i̶n̶g̶.̶ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:1.打开配置文件$ sudo vi /etc/ssh/sshd_config2.修改操作PermitRootLogin without-password 修改为PermitRootLogin yes3.重启shh服务或重启计算机$ service sshd restart 阅读全文
posted @ 2015-07-01 17:35 b̶i̶n̶g̶.̶ 阅读(1578) 评论(0) 推荐(0) 编辑
摘要:安装前准备://更新系统1.sudo apt-get update//安装pcre包2.sudo apt-get install libpcre3 libpcre3-dev3.sudoapt-getinstall openssllibssl-dev 阅读全文
posted @ 2015-07-01 15:58 b̶i̶n̶g̶.̶ 阅读(227) 评论(0) 推荐(0) 编辑
摘要:admin@gpc:/$ sudo mkfs-text3-c/dev/sdb1mkfs.ext3: inode_size (128) * inodes_count (0) too big for a filesystem with 0 blocks, specify higher inode_rat... 阅读全文
posted @ 2015-04-08 16:14 b̶i̶n̶g̶.̶ 阅读(773) 评论(0) 推荐(0) 编辑
摘要:原文来自:http://www.cnblogs.com/vikings-blog/p/4223462.html 阅读全文
posted @ 2015-01-14 11:48 b̶i̶n̶g̶.̶ 阅读(204) 评论(0) 推荐(0) 编辑
摘要:为网卡配置静态IP地址编辑文件/etc/network/interfaces:sudo vi /etc/network/interfaces并用下面的行来替换有关eth0的行:# The primary network interfaceauto eth0iface eth0 inet static... 阅读全文
posted @ 2014-07-09 19:10 b̶i̶n̶g̶.̶ 阅读(185) 评论(0) 推荐(0) 编辑
摘要:1.查看系统版本 cat /proc/version cat /etc/issue2.查看IPifconfig3.重启 shutdown -r now4.更多 http://wenku.baidu.com/view/b3472f96daef5ef7ba0d3cbc.html5.查看libc版本apt... 阅读全文
posted @ 2014-07-09 13:00 b̶i̶n̶g̶.̶ 阅读(176) 评论(0) 推荐(0) 编辑