Categories
- GLog (5)
- GWeekly (121)
- Lists (2)
- other (74)
- Uncategorized (2)
- Useful Tips (8)
Archives
feed and other
-
twitter stream
@MaxTtll @baotong1949 @Y2FbnpLBrl5aIoo 来源是哪里呢? 上下文不清楚, 也许是小孩被有精神问题的大人抢走了, 这边特警是来帮忙救回来的 - 5 months ago
@TheNewCircle hi, is there any way to download the newcircle slide after your accuired? like https://t.co/ykfSGAjcc5 - 10 months ago
can't download the trail version https://t.co/sca13VP0Hg via @ActualTools - 10 months ago
@kamranayub Kamran, I watched your tutorials about typescript, but there's no code files, and why the ctor iterface… https://t.co/4iYpZeziUi - 1 year ago
@DynalistHQ @jasimmk hope it will be soon! - 1 year ago
@Firstladybri34 what does hunger game means? - 1 year ago
Verifying myself: I am gohan on Keybase.io. 5LwafR847aPUW_lx1c9wyBtcrHweTGIKw1pX / https://t.co/Yxk8pHEG3e - 1 year ago
Verifying myself: I am gohan on Keybase.io. 5LwafR847aPUW_lx1c9wyBtcrHweTGIKw1pX / https://t.co/Yxk8pHWhrO - 1 year ago
Get it free: Free: Audible 60-Day Membership https://t.co/fDaWaT8pOu via @StackSocial - 2 years ago
Get it free: Free: Audible 60-Day Membership https://t.co/9jeHom9mDe via @StackSocial - 2 years ago
Tag Archives: IPv6
Basic IPv6 Configure/ IPv6 基础设置 on Ubuntu
如题, 简单的需要在一个分配了IPv6的VPS上用上IPv6, 能够ping6通只有ipv6的机器. 假设我这里的网卡设备是 eth0 查看路由 ping6 -c 1 ff02::2%eth0 #查看路由网关, 之后的{IPv6-Gateway} 设置路由 ip -6 route # 查看路由列表 sudo ip -6 route add default via {IPv6-Gateway} dev eth0 # 设置路由列表 设置IP地址 sudo ip -6 addr add {IPv6-IPAddress}/64 dev eth0 # … Continue reading