上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 1、修改系统变量echo "net.core.default_qdisc=fq" >> /etc/sysctl.confecho "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf 2、保存生效sysctl -p 3、查看内核是否已开启 阅读全文
posted @ 2018-11-02 16:55 boybai 阅读(6305) 评论(0) 推荐(0)
摘要: ubuntu 16.04: 安装gcc g++的依赖库sudo apt-get install build-essentialsudo apt-get install libtool 安装pcre依赖库(http://www.pcre.org/)sudo apt-get updatesudo apt 阅读全文
posted @ 2018-07-27 15:27 boybai 阅读(154) 评论(0) 推荐(0)
摘要: 1.Win32DiskImager 在U盘写入安装镜像 2.开启ssh登录 在内存卡里面创建 ssh 空文件 3.设置wifi连接 内存卡 创建 /boot/wpa_supplicant.conf country=CNctrl_interface=DIR=/var/run/wpa_supplican 阅读全文
posted @ 2018-07-14 17:30 boybai 阅读(305) 评论(0) 推荐(0)
摘要: 开启openssh-server 1.sudo apt-get remove --purge openssh-server 2.sudo apt-get install openssh-server 3.sudo vi /etc/ssh/sshd_config port 5000 4.配置防火墙 入 阅读全文
posted @ 2018-07-14 16:33 boybai 阅读(166) 评论(0) 推荐(0)
摘要: deepin版 qq 微信 迅雷安装 https://github.com/wszqkzqk/deepin-wine-ubuntu inkscape sudo add-apt-repository ppa:inkscape.dev/stablesudo apt-get updatesudo apt 阅读全文
posted @ 2018-04-30 15:36 boybai 阅读(5584) 评论(0) 推荐(0)
摘要: 测试github是否配置成功ssh -T git@github.com 把私钥交给ssh-agent管理ssh-agent bashssh-add ~/.ssh/id_rsa查看ssh-agent 管理的私钥对ssh-add -l删除私钥对ssh-add -d 显示登陆细节ssh -v root@x 阅读全文
posted @ 2018-04-13 11:40 boybai 阅读(214) 评论(0) 推荐(0)
摘要: vi 配置 syntax enableset nu set relativenumberset hlsearch set autoindentset shiftwidth=4set tabstop=4set expandtabset cursorlinelet g:netrw_liststyle = 阅读全文
posted @ 2018-04-02 14:00 boybai 阅读(874) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-03-30 16:38 boybai 阅读(124) 评论(0) 推荐(0)
摘要: 转 :http://blog.csdn.net/soonfly/article/details/51131141 目录(?)[-] 前言复杂类型说明 一细说指针 指针的类型 指针所指向的类型 指针的值 或者叫指针所指向的内存区或地址 指针本身所占据的内存区 二指针的算术运算 三运算符和 四指针表达式 阅读全文
posted @ 2018-02-24 16:08 boybai 阅读(184) 评论(0) 推荐(0)
摘要: 防火墙 firewall service firewalld restart 重启 service firewalld start 开启 service firewalld stop 关闭 firewall-cmd --list-all firewall-cmd --state firewall-c 阅读全文
posted @ 2017-12-20 15:37 boybai 阅读(102) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页