Linux Command: Ip

ip 是个命令, ip 命令的功能很多!基本上它整合了 ifconfig 与 route 这两个命令,不过 ip 的功能更强大。 ip命令用法12345678910% sudo ipUsage: ip [ OPTIONS ] OBJECT { COMMAND | help } ip [ -force ] -batch filenamewhere OBJECT :=...

Upgrade GCC to 7.3.0

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

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...

Visualization Matters

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...

Disable Clipboard in NoMachine

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 ...

Activate the Feature of Tabbed File Explorer

ViveTool GUI是一款用来激活Windows隐藏功能特性的工具。 我的系统Build版本是:Windows 11 Insider Preview Dev Channel Build 25158.rs_prerelease.220708-1401 vivetool addconfig 34370472 2 ...

Update GLIBC 2.17 in RHEL6

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...

NIS Commands

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...

Vim: Generate and Increment Numbers

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,...
167891016