Tag Archives: linux

Sudo

[zr@elcapitan tmp]$ sudo reboot

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.

Linux退回上次目录

如果你现在在dir1 想先到dir2 再回到dir1
可以先 cd dir2
然后 cd -
或者pushd dir2 之后

popd
就回到了dir1
(好久没写这么短的文章了^^)

...

Linux下打开chm文件

chm(Microsoft Compiled HTML Help)文件是常见的帮助文档,在linux下如何打开呢? 这里推荐KchmViewer.
如果是KDE桌面环境,默认安装了kchmviewer,因此可以直接双击打开。
Gnome下需要安装: sudo apt...

Linux下常见文件格式的压缩、解压小结 zz

被图形界面的Extract here惯坏了,一到终端每次都记不得命令,转载一篇贴在这里参考。。
Source: Linux下常见文件格式的压缩、解压小结
.tar
解包: tar xvf FileName.tar
打包:tar c...

Linux恶意命令大全

Ubuntu论坛上的公告提醒用户警惕有人假装提供问题解决方案而诱导用户使用恶意命令,并列出了一些恶意命令,特别强调以下是“DANGEROUS COMMANDS — look but DO NOT RUN”
删除所有文...