赞美孩子


你付出努力,你该得到它

你一定会为自己感到骄傲

你对此感觉如何

你自己能找到解决问题的方法

我相信你的判断

Read more ⟶

站点发布时序图


img

Read more ⟶

Linux系统下设置静态IP


编辑 etc/network/interfaces

将dhcp 一行屏蔽

# The primary network interface

auto eth0

#iface eth0 inet dhcp

添加和静态ip有关的参数

# The primary network interface

iface eth0 inet static

address 192.168.0.10

netmask 255.255.255.0

gateway 192.168.0.1

编辑 /etc/resolv.conf ,设置dns

nameserver 202.96.134.133

nameserver 202.106.0.20

ubuntu下重启后会被回退,自动恢复默认值。我们需要这样做:修改 /etc/ppp/peers/dsl-provider 注释掉userpeerdns这一行即可

Read more ⟶

Emacs 添加一条org


M-X org-add-note

Read more ⟶

检查ADFS服务是否有效


Read more ⟶