RedHat/Fedora command cheat sheet: Packing, unpacking, and installing files: gzip compress: #gzip<filename.ext> gzip extract: #gunzip<filename.ext> gzip retrieve information about file: #gzip -l<filename.ext> tar archive: #tar cfv<archive name.ext> <file/folder to archive> ...
vim复制粘贴 1.选定文本块。使用v进入可视模式,移动光标键选定内容。 2.复制的命令是y,即yank(提起) ,常用的命令如下: y在使用v模式选定了某一块的时候,复制选定块到缓冲区用; yy复制整行(nyy或者yny,复制n行,n为数字); y^复制当前到行头的内容; y$复制当前到行尾的内容; yw复制一个word(nyw或者ynw,...
export PROMPT_COMMAND="echo -n \[\$(date +%H:%M:%S)\]\ " last executed exit codeecho $? memory dumpcat /proc/meminfo max open filescat /proc/sys/fs/file-max open file by type, open imagemimetype -d {filename} xdg-open {filename} w3m {filename} ...
pdf 来代替执行 zathuracheat_sheet_ssh_v4.pdf 命令 cheat_sheet_ssh_v4.pdf #3.查看别名 alias sd alias sd='shutdown -h now' #4.取消别名(永久和临时) unalias sl \sl #4.PS:别名中无法参数化 #你应当考虑使用的是函数。另一方面,别名可能覆盖真实的命令,从而误导你原本想要执行命令的意图。 type...
本文参考资料包括但不限于:[the-art-of-command-line](https://parg.co/bXZ)、[Linux Commands Cheat Sheet](https://parg.co/Uqu),更多参考资料请前往 [Linux Reference, Linux Shell Reference, Docker Reference, Git Reference]() 查看链接索引。相较于这些参考资料本文希望能够更为生动详细,并且不仅仅局限...
[ Keep your most commonly used commands handy with the Linux commands cheat sheet. ]You can accomplish task scheduling in numerous ways. In this article, I focus on a straightforward tool available on Linux operating systems to help achieve this goal: the at command. My colleague Seth ...
cheat(dependent/go based/python pip based) install from github release cheat 脚本化安装(预备:获取cheat包) reference(optional) 正式安装 目录结构(~/.config/cheat为树的根节点) ...
The cheat sheet describes the various ways the command dnf can be used to install and inspect applications running on the Red Hat Enterprise Linux, CentOS and Fedora operating systems. The term dnf is an abbreviation for Dandified yum. You can think of dnf as the next generation of the yum...
本文参考资料包括但不限于:[the-art-of-command-line](https://parg.co/bXZ)、[Linux Commands Cheat Sheet](https://parg.co/Uqu),更多参考资料请前往 [Linux Reference, Linux Shell Reference, Docker Reference, Git Reference]() 查看链接索引。相较于这些参考资料本文希望能够更为生动详细,并且不仅仅局限...
If you’re new to the Linux command line, this article will give youthe most important Linux commandsto know, plus a free downloadable cheat sheet to keep handy. How to install the sudo package The sudo package is available in the defaultrepository, but installing it requires administrator pe...