sed 替换两行之间的内容

wshon@thinkbook:~$ cat hosts2 123456 234567 ## Ghs ## asd asd ## Ghe ## wshon@thinkbook:~$ sed -i '/## Ghs ##/,/## Ghe ##/{d}' hosts2 wshon@thinkbo...

kasmweb

docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/firefox:1.12.0

Ecrypt Home Folder on Raspberry Pi

Install StepCreate a temp user tu, and add it to sudo groupsudo adduser tu sudo gpasswd -M tu sudoLogout and re-login with temp user tuInstall nece...

Emerson

2009年10月07日 Emerson 收购 Avocent2017年10月16日 Emerson 更名为 Vertiv

让网站整体变成灰色

html{ -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filte...