route add -net 192.56.76.0 netmask 255.255.255.0 dev eth0#添加一条静态路由
route add default gw 192.168.0.1#添加默认路由
route del -net 192.168.1.0/24[......]栏目归档: Software
One or more security groups in the launch configuration are not linked to the VPCs configured in the Auto Scaling group解决方案
AWS使用中,创建 Auto Scaling 组的时候遇到了报错:“One or more security groups in the launch configuration are not linked to the VPCs configured in the[……]
Google AdSense PIN 付款地址如何修改
Jira how to enable signup 如何开启注册
Jira开启注册方法如下:
进入后台->System->Edit Settings->Mode从private切换为public即可[……]
Visio画布大小调整方法
Mac OS 包管理器Homebrew常用指令
Homebrew是一款Mac OS平台下的软件包管理工具,拥有安装、卸载、更新、查看、搜索等很多实用的功能。
1.安装Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent[......]Mac OS时间不同步问题如何解决
同事有台Mac OS 10.14的电脑,时间不同步,总是和北京时间差个几十秒。经过查找,解决方案摘录如下: 10.14直接终端执行:
sudo sntp -sS pool.ntp.org注意,NTP服务器可以自己找国内的。 如果提示:
kod_init_kod_[......]RedHat 6.5 Docker 安装
Linux 返回刚才的目录
Linux group 用户组名变更方法
有时需要变动用户组的名称,方法如下:
groupmod --new-name NEW_GROUP_NAME OLD_GROUP_NAME参考:https://superuser.com/questions/404135/rename-users-group-nam[……]