linux知识链接收藏

news/2024/5/20 14:22:39 标签: linux, 运维, 服务器

linux如何杀死、暂停、继续一个后台程序https://www.cnblogs.com/wybliw/p/10237648.html

shell编程100例https://blog.csdn.net/yugemengjing/article/details/82469785

shell脚本快速入门之-----shell脚本练习100例!!!https://cloud.tencent.com/developer/article/1691052

GitHub 上的优质 Linux 开源项目,真滴牛逼https://www.jianshu.com/p/64bb45f9ee98

推荐超详细的5个Shell脚本实例https://www.linuxprobe.com/shell-share.html

Linux Shell脚本面试25个经典问答https://zhuanlan.zhihu.com/p/94545042

Linux下提示命令找不到https://www.cnblogs.com/testing-way/articles/5487743.html
🐖 有时候我们在Linux命令行执行某个命令时,会报命令找不到的错误,这个错误出现的原因是,在执行命令时,系统会从系统环境变量中去寻找,如果找到了就执行,没找到就会报命令未找到。

Linux sudo 找不到命令https://www.cnblogs.com/hanby/p/14150174.html

一文入门Shell,学完就能看懂别人写的Shellhttps://blog.csdn.net/weixin_44718794/article/details/108211007

linux ln 命令https://blog.csdn.net/wb284551926/article/details/84772472

linux 里的`反引号https://blog.csdn.net/baidu_25226775/article/details/49491027

crontab -e 定时任务文件保存及查看地方https://blog.csdn.net/aizhishiren2010/article/details/91046231

crontab -e每天定时任务https://blog.csdn.net/ielhmps7796/article/details/84444400

awk 使用教程 - 通读篇(30分钟入门)https://cloud.tencent.com/developer/article/1159061

3分钟短文 | Linux 命令正确的退出方式:exit 0https://zhuanlan.zhihu.com/p/146997505

shell脚本书写规范https://www.cnblogs.com/thatsit/p/shell-jiao-ben-shu-xie-gui-fan.html

shell中各种括号()、(())、[]、[[]]、{}的作用和区别https://blog.csdn.net/u013402321/article/details/80333272
shell中各种括号的作用()、(())、[]、[[]]、{}https://blog.csdn.net/nostandby/article/details/82915332

shell中定义变量用双引号和单引号以及不用引号的区别
https://www.cnblogs.com/lonecloud/p/9066199.html
Linux shell中单引号,双引号及不加引号的简单区别https://blog.csdn.net/appke846/article/details/81303208

Linux不能输入中文https://blog.csdn.net/weixin_42042680/article/details/88913602

设置vim 永久显示行号https://cloud.tencent.com/developer/article/1404057

Linux中的$符号的三种常见用法https://blog.csdn.net/weixin_37766087/article/details/99974385

linux系统下shell命令中的sleephttps://www.cnblogs.com/xiaojianblogs/p/6376029.html

expr命令_Linux expr命令:四则远算和字符串运算http://c.biancheng.net/linux/expr.html


http://www.niftyadmin.cn/n/1183638.html

相关文章

Asp.net中多语言的实现

/Files/geniushuai/MultiLanguage.rar首先可以参考一下(有比较详细的归纳): http://www.cnblogs.com/aierong/archive/2008/11/25/culture.html 这里我只说我的应用。 1.首先得先了解下面的知识: 了解一个名词:表达式语法 表达式…

常用网络命令及命令实例详解4

Tftp向运行平凡文件传输协议 (TFTP) 服务或 daemon 的远程计算机(尤其是运行 UNIX 的计算机)传输文件或从运行平凡文件传输协议 (TFTP) 服务或 daemon 的远程计算机(尤其是运行 UNIX 的计算机)传输文件。语法tftp [-i] [Host] [{g…

Linux grep 命令

Linux grep 命令 https://www.runoob.com/linux/linux-comm-grep.html grep命令_Linux grep命令:文本搜索工具(可使用正则表达式)http://c.biancheng.net/linux/grep.html 在linux系统中可通过man grep命令查看帮助文档 Linux grep 命令用于…

SharePoint Software DownLoad Address 微软软件 下载地址

以下下载地址均为中文版,英文版下载地址请到下载页面选择语言为English即可。 Windows SharePoint Services 3.0 86版本:下载页面:http://www.microsoft.com/downloads/details.aspx?FamilyIDd51730b5-48fc-4ca2-b454-8dc2caf93951&DisplayLangzh-cn下载地址:h…

ubuntu速度慢的原因之内存和swap分区

ubuntu速度慢的原因之内存和swap分区浏览: 75 评论: 0 发表评论 作者: 聖騎天下我在日常使用ubuntu时,经常要同时打开10几个窗口和应用,有时候就会发生速度变得很慢的情况,甚至系统明显反应迟钝,这时一般是物理内存不够用&#x…

Mysql中count(*),DISTINCT的使用方法和效率研究

Mysql中count(*),DISTINCT的使用方法和效率研究 在处理一个大数据量数据库的时候突然发现mysql对于count(*)的不同处理会造成不同的结果 比如执行SELECT count(*) FROM tablename即使对于千万级别的数据mysql也能非常迅速的返回结果而对于SELECT count(*) FROM tablename WHERE…

shell变量的五种赋值方式

shell变量的赋值https://blog.51cto.com/u_14881361/2673174 一.直接赋值 格式为:变量名变量值。 🐖 直接赋值时禁止在 等号 两端添加空格。 namehahah echo $name # 输出 hahah二.从键盘读入赋值 从键盘读入赋值的命令格式为:read -p [提…

Win7 LShield

Windows 7 时代到来啦,我还是喜欢自己的LShield而不是那个讨厌的UAC。 于是就得解决两者的兼容性问题。 COM方面的问题已经没有了,最近都是在搞UI……Win 7界面绘制真是太邪恶了。 焦头烂额…… 于是弄来Win SDk 7,看看里面的例子……喷了………