<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - shell</title>
    <link>http://firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=134</link>
    <description>Latest 20 threads of shell</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 28 Apr 2026 10:36:15 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://firemail.wang:8088/</link>
    </image>
    <item>
      <title>SSH教程</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10269</link>
      <description><![CDATA[SSH教程
SSH文档地址：https://wangdoc.com/ssh/index.html

开源项目地址：https://github.com/wangdoc/ssh-tutorial]]></description>
      <category>shell</category>
      <author>Qter</author>
      <pubDate>Wed, 20 Jan 2021 01:02:59 +0000</pubDate>
    </item>
    <item>
      <title>tty</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9851</link>
      <description><![CDATA[linux下tty，控制台，虚拟终端，串口，console（控制台终端）详解 2009-12-14 15:59 1428人阅读 评论(6) 收藏 举报 首先：1。终端和控制台都不是个人电脑的概念,而是多人共用的小型中型大型计算机上的概念.
一台主机,连很多终端,终端为主机提供了人机接口,每个人都通过 ...]]></description>
      <category>shell</category>
      <author>Qter</author>
      <pubDate>Sun, 05 Jan 2020 08:07:51 +0000</pubDate>
    </item>
    <item>
      <title>linux文件编码查看转换工具</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9849</link>
      <description><![CDATA[ASCII:American Standard Code for Information Interchange 美国信息交换标准代码
ANSI:American National Standards Institute 美国国家标准学会
ANSI 只是 Windows 系统中对于默认编码格式的定义，中文 Windows 中 ANSI 就是 GB18030，繁体中文的 ANSI 就是 Big5  ...]]></description>
      <category>shell</category>
      <author>Qter</author>
      <pubDate>Sun, 05 Jan 2020 08:00:50 +0000</pubDate>
    </item>
    <item>
      <title>linux man 命令输出文件在wind下乱码问题解决办法</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9847</link>
      <description><![CDATA[man command | col -b  &gt; test.txt

例如：man who | col -b &gt; who.txt]]></description>
      <category>shell</category>
      <author>Qter</author>
      <pubDate>Sun, 05 Jan 2020 07:59:20 +0000</pubDate>
    </item>
    <item>
      <title>注意当前用户下.bashrc的配置</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9846</link>
      <description><![CDATA[home目录下的每个用户的主目录下都存在
.bashrc文件
bashrc是配置文件，在你的账号登录系统的时候，系统就会自动读取的，不是用来执行的如果你修改过，
要想使它及时生效，可以登出账号再登入，或者用source .bashrc]]></description>
      <category>shell</category>
      <author>Qter</author>
      <pubDate>Sun, 05 Jan 2020 07:58:29 +0000</pubDate>
    </item>
    <item>
      <title>shell</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9807</link>
      <description><![CDATA[使用较广的shell有标准的Bourne shell (sh)、Korn Shell(ksh)、C shell (csh)、Bourne Again Shell(bash)等。
查看当前环境所用shell：echo $SHELL
Linux黑洞 : /dev/null
*用户管理
? 新建用户(user add)
   useradd UserName
           新建用户后，会在/home ...]]></description>
      <category>shell</category>
      <author>Qter</author>
      <pubDate>Wed, 01 Jan 2020 06:09:54 +0000</pubDate>
    </item>
    <item>
      <title>linux下csv导出文件中文乱码问题</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9449</link>
      <description><![CDATA[http://www.cnblogs.com/soqu36/p/6957330.html

近日在服务器端通过导出csv文件，将数据从linux服务器端保存到windows桌面端，以便用户可以通过excel打开使用数据。
但是在使用excel打开csv文件时，出现了中文乱码的情况，但是使用记事本打开没有问题。
经过分析， ...]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Sat, 28 Apr 2018 06:49:34 +0000</pubDate>
    </item>
    <item>
      <title>4个可以发送完整电子邮件的命令行工具</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9447</link>
      <description><![CDATA[https://www.linuxidc.com/Linux/2015-05/117959.htm

在 Debian / Ubuntu 系统

apt-get install mutt
apt-get install swaks
apt-get install mailx
apt-get install sharutils


在基于Red Hat的系统，如 CentOS 或者 Fedora

yum install mutt
yum ins ...]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Sat, 28 Apr 2018 01:59:28 +0000</pubDate>
    </item>
    <item>
      <title>Shell脚本中执行sql语句，操作mysql数据库</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9441</link>
      <description><![CDATA[mysql -h192.168.89.78 -P1040 -uadmin -p1234 &lt; ./result.sql &gt; sql.log

https://blog.csdn.net/u011630575/article/details/50986835]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Thu, 26 Apr 2018 08:33:14 +0000</pubDate>
    </item>
    <item>
      <title>计划任务 linux定时执行python脚本　crontab</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9367</link>
      <description><![CDATA[#crontab -e 加入：
*  *  *  * * date&gt;&gt;~/test.log


crontab命令格式：*  *  *  *  * command
M H D m d commandM: 分（0-59） 
H：时（0-23）
D：天（1-31）
m: 月（1-12）
d: 周（0-6） 0为星期日
* 代表取值范围内的数字 / 代表\&quot;每\&quot; - 代表从某个数字到 ...]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Tue, 20 Mar 2018 11:28:28 +0000</pubDate>
    </item>
    <item>
      <title>Linux几种中断信号</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9324</link>
      <description><![CDATA[HUP     1    终端断线
INT       2    中断（同 Ctrl + C）
QUIT    3    退出（同 Ctrl + \\）
TERM    15    终止
KILL      9    强制终止
CONT   18    继续（与STOP相反， fg/bg命令）
STOP    19    暂停（同 Ctrl + Z）
    INT----是当用户键入时由终端 ...]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Thu, 01 Mar 2018 09:57:10 +0000</pubDate>
    </item>
    <item>
      <title>shell学习资料</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9134</link>
      <description><![CDATA[https://github.com/ruanyf/simple-bash-scripts]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Tue, 24 Oct 2017 02:35:46 +0000</pubDate>
    </item>
    <item>
      <title>Shell学习笔记</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=8780</link>
      <description><![CDATA[https://www.w3cschool.cn/linux/linux-shell.html

Shell 教程
Shell 是一个用C语言编写的程序，它是用户使用Linux的桥梁。Shell既是一种命令语言，又是一种程序设计语言。Shell 是指一种应用程序，这个应用程序提供了一个界面，用户通过这个界面访问操作系统内核的 ...]]></description>
      <category>shell</category>
      <author>java</author>
      <pubDate>Tue, 20 Jun 2017 07:43:38 +0000</pubDate>
    </item>
    <item>
      <title>shell常用脚本命令</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=1253</link>
      <description><![CDATA[-----------------------1-----------------------
如在shell中执行命令 ./update.sh
update.sh中的内容$0 表示当前运行的命令（即： ./update.sh）
dirname 用于取指定路径所在的目录 ，如 dirname /home/firemail   结果为 /home

$(命令) 返回该命令的结果

 ...]]></description>
      <category>shell</category>
      <author>jimu</author>
      <pubDate>Thu, 21 Jan 2016 15:05:08 +0000</pubDate>
    </item>
  </channel>
</rss>