ip 是个命令, ip 命令的功能很多!基本上它整合了 ifconfig 与 route 这两个命令,不过 ip 的功能更强大。
ip命令用法12345678910% sudo ipUsage: ip [ OPTIONS ] OBJECT { COMMAND | help } ip [ -force ] -batch filenamewhere OBJECT :=...
Download GCC Sourcehttps://mirrors.tuna.tsinghua.edu.cn/gnu/gcc/gcc-7.3.0/gcc-7.3.0.tar.gzor find a proper release in here: https://gcc.gnu.org/releases.html
Install GCC
1234567% tar xvf gcc-7.3.0.tar...
A man’s most powerful capacity does not lie in how intelligent he is. It resides in -
His/her persistency in a tedious job until it perfectly gets done;
His/her relentless exploration for u...
It truly matters to make it visualized when you try to demostrate these stuffs in project management.
Ideas
Resource/money budget
System architecture
Project schedule
Resource allocation
De...
123456789101112131415161718192021set black = "%{\033[0;30m%}"set Bblack = "%{\033[B;30m%}"set red = "%{\033[0;31m%}"set Bred = &qu...
Disabling clipboard (copy and paste) in NoMachine is possible by setting the appropriate key on the NoMachine server installation. It isn’t restricted to the product you are using. I.e you can set it ...
ViveTool GUI是一款用来激活Windows隐藏功能特性的工具。
我的系统Build版本是:Windows 11 Insider Preview Dev Channel Build 25158.rs_prerelease.220708-1401
vivetool addconfig 34370472 2
...
Update From RPMs (Recommended)
Download RPMshttps://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/
Install RPMs sudo rpm -Uvh glibc-2.17*.rpm You might e...
sudo /usr/lib64/yp/ypinit -m # server
sudo service ypbind status # nodesudo service ypbind start # nodesudo service ypbind stop # nodesudo service ypbind restart # nodesudo service ypbind reload # nod...
Increment Numbers
C-v to enter visual mode
Move the cursor up/down to select columns
g + C-a
Generate Numbers123:put=range(1,5) # Generate 1,2,3,4,5 by column:put=range(10,2,-2) # Generate 10,8,...