first commit
This commit is contained in:
10878
public/linux-入门/index.html
Normal file
10878
public/linux-入门/index.html
Normal file
File diff suppressed because it is too large
Load Diff
245
public/linux-入门/index.xml
Normal file
245
public/linux-入门/index.xml
Normal file
@@ -0,0 +1,245 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Linux 入门s on 星火文档中心</title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/</link>
|
||||
<description>Recent content in Linux 入门s on 星火文档中心</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="http://example.org/linux-%E5%85%A5%E9%97%A8/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/readme/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/readme/</guid>
|
||||
<description>Linux 入门 #前沿 本文将介绍一些linux的基本知识。
|
||||
感谢茹枫的大力支持 加入茹枫官方QQ群 deepin天天用7343311</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.1/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.1/</guid>
|
||||
<description>1.1基本格式命令 选项 参数 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.10/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.10/</guid>
|
||||
<description>#1.10### 视窗管理
|
||||
linux的视窗叫X,视窗提供了图形界面,其中X负责协调各个组件,同时设计成客户端/服务器的模式。组件有窗口管理器,登录界面,桌面等。组件化提供linux更大的灵活性,甚至图形界面也不是必须的,是建立在字符界面的一层应用,这样好处是方便图形出问题的时候,在字符界面挽救一下系统。但是,有得必有失,相对来说,linux的图形界面稳定性,效率比较低(但可以接受)。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.11/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.11/</guid>
|
||||
<description>#1.11#### apt 包:
|
||||
xorg : X视窗的一个具体实现。 xserver-xorg : X服务器套件 xbase-clients : X客户端 X11-common : X的基础设施 menu :debian菜单,位于/usrk/share/menu/ menu-xdg:freedesktop.org 菜单(标准),位于/usr/share/applications/,该包负责将debian专属menu转化为标准菜单 xdg-utils: xdg是一个桌面标准,这是它的工具包 task-gnome-desktop:gnome桌面环境 task-kde-desktop:kde桌面环境 task-xfce-desktop:xfce桌面环境 task-lxqt-desktop:lxqt桌面环境 fluxbox: 窗口管理器 gdm3:gnome显示管理器 sddm:kde显示管理器 xdm:X显示管理器 wdm:windowmaker显示管理器 ldm: LTSP显示管理器(SSH网络) openssh-client : ssh -X 远程链接X xfonts-utils : X窗口字体工具包 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.12/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.12/</guid>
|
||||
<description>#1.12
|
||||
X客户端/X服务器 X客户端是相对应用程序的视角出发的定义,即程序本身。但是这个程序在用户角度可能是服务器上的一个程序。
|
||||
X服务器是相对应用程序而言的,即提供显示设备和输入设备服务端,对用户来说是眼前的设备。
|
||||
更多时候,X客户端和X服务器同时运行在本地电脑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.13/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.13/</guid>
|
||||
<description>#1.13
|
||||
X管理命令 dpkg-reconfigure --priority=low x11-common 重新配置X服务器 startx 启动X会话,即同时启动X服务器和客户端 graphical.target : systemd启动守护进程,某个dm显示管理器。 /etc/X11/default-display-manager :默认的dm /etc/X11/Xsession /etc/X11/Xsession.options ~/.xsession /usr/bin/x-session-manager update-alternatives --config x-session-manager 由debian选择系统指定真实的X会话管理器 /usr/bin/x-window-manager /usr/bin/x-terminal-emulator xset q 查看配置 fc-match 字体匹配 fc-list 字体列表 .pcf.gz : 点阵字体 .pcf | .afm :postscript轮廓字体 .ttf :truetype 轮廓字体 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.14/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.14/</guid>
|
||||
<description>#1.14
|
||||
汉化 多语言multilingualization(M17N)、国际化internationalization(I18N)、本地化localization(L10N)的支持,linux是比较友好的,虽然没有商业化软件那么到位,但是基本的框架都有,就看实际的应用程序有没有支持了。
|
||||
有些软件的汉化工作是通过另一个包来实现的,比如chromium浏览器,通过chromium-l10n包来实现汉化。注意那几个特殊英文的缩写m17n、i18n、l10n,查看软件有没有提供类似的包。
|
||||
gettext :本地化的工具 sudo dpkg-reconfigure keyboard-configuration 键盘配置 sudo dpkg-reconfigure console-setup ibus : 输入法框架 im-config:输入法框架选择器 XMODIFIERS=none :禁用XIM输入法 sudo dpkg-reconfigure locales 配置本地支持的语言集 /etc/environment : 支持PAM插入式验证模块设置的环境变量 /etc/default/locale :设置LANG变量 convmv :转换文件名编码 sudo dpkg-reconfigure tzdata 修改时区 /etc/timezone iconv :转换字符串编码 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.15/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.15/</guid>
|
||||
<description>#1.15
|
||||
驱动 lspci lsusb xset alsa-utils :“高级linux声音体系”工具包 pulseaudio :替代ESD libphonon4: KDE声音引擎 打印机 cups 通用uinx打印系统 cups-client http://localhost:631/ IPP(internet printing protocol)协议 udevadm : udev管理工具 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.16/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.16/</guid>
|
||||
<description>#1.16
|
||||
文件系统 e2fsprogs : ext文件系统工具 dosfstools :fat文件系统工具 ntfs-3g :ntfs文件系统工具 jfsutils:jfs文件系统工具 hfsprogs:hfs文件系统工具 mount 挂载 /etc/fstab 挂载配置 systemd.mount 服务 mkfs 格式化 fsck 检查 tune2fs 调整ext hdparm 测试硬盘 mtools : dos工具包 hfsutils : hfs工具包 df -h: 查看文件系统空间 du -hcd1 * 查看目录空间,h人性化、c总计、d1目录深度1 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.17/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.17/</guid>
|
||||
<description>#1.17
|
||||
映像 cp /dev/sda sda.img 制作整盘映像 dd if=/dev/sda of=sda.img bs=512 count=1 备份启动扇区 mount -t auto -o loop sda.img /mnt/loop0 挂载映像 losetup -vf sda.img 加载循环设备 dd bs=1 count=0 if=/dev/zero of=disk.img seek=5G 制作5GB空盘映像 isoinfo -d -v xp.iso 查看光盘映像信息 dd if=xp.iso bs=2048 count=307733 conv=notrunc,noerror | md5sum 计算映像的md5散列和 od -t x1 查看二进制数据 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.18/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.18/</guid>
|
||||
<description>#1.18
|
||||
数据管理 tar :归档 tar -cavf x.tar.xz x1 x2 x3 tar -rvf x.tar x1 x2 x3 未压缩前可以追加文件进包-r tar -xavf x.tar.xz -C x 解压缩到x tar -tvf x.tar.xz 查看包内容 cpio :unix归档 pax:posix归档 gzip: .gz压缩 gunzi/gzip -d bzip2: .bz2压缩 xz-utils : .xz压缩 zip/unzip: .zip压缩(支持多文件) zip x.zip x1 x2 x3 打包压缩x1、x2、x3 upzip x.zip -d x 解压缩到x目录 p7zip: .7z压缩 cp/scp/rsync: 复制、同步 split:分段 gnupg: openpgp加密签名工具包 md5sum: 计算md5校验和 openssl: 计算信息摘要 git: 分布式数据版本管理 iconv -f GBK -t UTF-8: 字符集转换 catdoc :将msword转化为txt rsync : 备份 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.19/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.19/</guid>
|
||||
<description>#1.19
|
||||
编译 预先安装以下apt包:build-essential、libncurses5-dev、fakeroot、libqt4-dev(make xconfig需要)、libglalde2-dev和libgtk2.0-dev(make gconfig需要)、flex、bison、bc、libelf-dev、libssl-dev
|
||||
或者:
|
||||
sudo apt install build-essential fakeroot sudo apt build-dep linux sudo apt install devscripts #简单修补 /boot/config-version 当前内核配置文件 cp /boot/configxxx .config 拷贝当前配置到内核目录 make olddefconfig 转换为缺省应答 make oldnoconfig 转换为相反应答 make oldconfig 人工应答 make clean 清除当前编译内容 make distclean 清除编译内容和配置 make defconfig 自定义配置 make localmodconfig 基于当前加载模块生成配置 scripts/config --disable MODULE_SIG 禁用模块签名 scripts/config --disable DEBUG_INFO 禁用调试信息 linux-source 内核源文件 https://www.kernel.org/ make menuconfig 文本模式(libncurses5-dev) make xconfig 图形qt(libqt4-dev) make gconfig 图形GTK+(libglade2-dev/libgtk2.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.2/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.2/</guid>
|
||||
<description>1.2 常用命令 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.20/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.20/</guid>
|
||||
<description>#1.20
|
||||
应用案例 删除 i386架构,因为我安装了winehq,他要求i386架构,但是后来我用虚拟机解决和windows兼容的问题了,所以就想着删除。但是如果没有把相应的i386库删除完毕,是无法删除架构的。光删除wine是无法彻底删除i386库。
|
||||
dpkg --print-foreign-architectures #这条命令可以查看是否安装了i386架构 sudo dpkg --remove-architecture i386 #删除i386架构,但前提是你没有安装任何i386库。 dpkg -l | grep i386 |awk &#39;{print $2}&#39; #这条命令会列出系统内安装的i386库 dpkg -l | grep i386 |awk &#39;{cmd=&#34;echo y|sudo apt autoremove &#34;$2;system(cmd)}&#39; #这条命令根据上一条命令稍微改装了一下,自动化调用apt删除相关库 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.21/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.21/</guid>
|
||||
<description>#1.21
|
||||
参考 让linux console支持中文显示和fcitx输入法: http://www.voidcn.com/article/p-wrcgydjy-er.html Ubuntu中在tty终端显示和输入汉字: https://blog.csdn.net/xiajian2010/article/details/9625131 编码:GBK CP936、GB2312 CP20936、GB18030 CP54936、ASCII ISO-8859-1 CP850、BIG5 CP950、UTF-32 UCS-4、UTF-16 UCS-2、UTF-8。 一张图让你学会LVM: https://www.cnblogs.com/linuxprobe/p/5381538.html 在Ubuntu 18.04系统中下载并手动编译Linux 5内核的方法: https://ywnz.com/linux/4699.html debian 管理员手册:https://www.debian.org/doc/manuals/debian-handbook/sect.kernel-compilation.zh-cn.html sudo配置文件/etc/sudoers详解及实战用法: https://blog.csdn.net/heli200482128/article/details/77833881 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.3/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.3/</guid>
|
||||
<description>1.3 命令行技巧 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.4/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.4/</guid>
|
||||
<description>1.4 管理linux 安装debian linux </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.5/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.5/</guid>
|
||||
<description>1.5 apt 程序包管理 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.6/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.6/</guid>
|
||||
<description>#1.6### systemd 服务管理
|
||||
dmesg 显示内核启动日志 systemd-analyze 启动时间 systemctl 服务管理 systemctl poweroff 关机 systemctl reboot 重启 systemctl suspend 挂起 systemctl hibernate 休眠 /lib/systemd/system /etc/systemd/system 服务文件 目标文件 journalctl 查看日志 systemd-cgls 跟踪启动过程 lsmod 列出内核模块 modinfo 模块信息 常见端口: 80:www 25:smtp 20:ftp-data 21:ftp 23:telnet 143: imap2 110:pop3 389:ldap 443:https 465:ssmtp 989:ftps-data 990:ftps 992:telnets 993:imaps 995:pop3s 636:ldaps rsyslog 日志后台守护进程 crontab 计划任务 /etc/cron.daily/ /var/spool/cron/crontabs/user /etc/cron.allow @daily @yearly @monthly @ weekly @hourly @reboot 分 时 日 月 星期 账号 命令 a-b 区间 a-b/c 间隔 * 任意 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.7/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.7/</guid>
|
||||
<description>#1.7### 用户管理
|
||||
/etc/passwd 用户 sudo vipw 编辑 /etc/shadow 加密后的密码 sudo vipw -s 编辑 /etc/group 组 getent 浏览帐号文件信息 passwd 设置帐号密码 passwd -g 设置用户组密码 /etc/sudoers 可用sudo提升权限的账户 visudo 编辑 gpasswd 用户组设置 chsh 变更登录shell /etc/shells :支持的shell列表 /etc/bash.bashrc 初始脚本 /etc/profile 登录脚本 chfn 变更账户个人信息 newgrp/sg 变更主用户组 groups 列出当前帐号所属的用户组列表 id 显示当前帐号相关情况 addgroup 创建用户组 delgroup 删除用户组 groupmod 修改用户组 adduser 添加或修改账户 /etc/adduser.conf /etc/skel 模板 sudo adduser user group 添加用户到组(linux对这个加入用户组的概念实现得非常反人类) 权限 u所有者user、g用户组group、o其他other 文件:r读read、w写write、x执行exectute、u+s授权所有者uid执行二进制程序,g+s 所有者组gid执行二进制程序 chmod u+s设置u为s授权使用所有者权限执行 chmod g+s设置g为s授权使用用户组权限执行 chmod o+t 无效 目录:r列出文件、w添加删除文件、x进入文件夹、g+s新建文件继承组gid、 o+t其他人不能删除 chmod u+s 无效 chmod g+s设置g为s目录内继承目录用户组 chmod o+t设置o为t目录下的文件仅文件所有者,目录所有者和root可以删除,其他人无法删除(不递归) </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.8/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.8/</guid>
|
||||
<description>#1.8### 网络管理
|
||||
/etc/systemd/network/ 网络配置目录 ip addr : 地址 ip route : 路由 ip neigh : arp或ndisc缓存 ip maddr : 多播地址 ip tunnel : ip 隧道 ifrename : mac地址接口名 ethtool : 以太网设备设置 traceroute : 跟踪路由 netstat: 监听端口状态 ping -c 1 -s $((1500-28)) -M do baidu.com : 测试最大MTU。 tracepath : 跟踪网络 ntp 时间服务器 ntpdate :简易客户端包 ntpdate-debian /etc/default/ntpdate ssh vnc nat(dnat):改变封包地址(可用于端口转发) /etc/sysctl.conf vpn :以信道方式提供虚拟专用网 ssl :安全套接层 tls: 传输层安全,标准化的ssl x.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.9/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/1.9/</guid>
|
||||
<description>#1.9### 网络应用
|
||||
chromium :chrome 的社区版 chromium-browser-l10n :中文包 firefox :火狐浏览器 firefox-esr : 长期支持版火狐 epiphany-browser : GNOME版浏览器 konqueror: KDE版浏览器 dillo: FLTK版浏览器 w3m、lynx、elinks、links、links2 :其他 </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title></title>
|
||||
<link>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/readme/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/linux-%E5%85%A5%E9%97%A8/%E7%AC%AC%E4%B8%80%E7%AB%A0/readme/</guid>
|
||||
<description>一、命令行 进入linux世界,不可避免要接触到命令行的使用。命令行相比图形界面有如下优点:
|
||||
占用更少的资源 更容易批量处理 更容易整合 比如在服务器领域,经常都是不带界面的,因为用户通过网络来使用服务器,而不需要连接服务器的显示器。如果安装界面,目的就是为了管理系统本身,如果通过命令行,就可以减少服务器的资源浪费,服务更多客户。
|
||||
批处理是对同一类事物经常的串联处理,这个是命令行的强项,比如文件改名字,用图形界面经常是一个文件一个文件的修改,而命令行可以批量的,根据某些规则进行统一修改。
|
||||
图形应用程序通常都是为特定业务服务的,它们设计上更加偏向自成体系,因为图形应用程序往往更加复杂。而命令行程序很多都是很简单的业务,设计上更加偏向组合其他命令行来完成更大的任务。因为比较简单,也更容易整合在一起。当然,结论不是一成不变的,只能说总体上如此。
|
||||
说了那么多,就是为了让大家放下对命令行的偏见,不要认为i图形界面必然比命令行优秀。或者反过来也是不成立的,应该是各有优缺点。</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
10891
public/linux-入门/readme/index.html
Normal file
10891
public/linux-入门/readme/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10886
public/linux-入门/第一章/1.1/index.html
Normal file
10886
public/linux-入门/第一章/1.1/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10887
public/linux-入门/第一章/1.10/index.html
Normal file
10887
public/linux-入门/第一章/1.10/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10907
public/linux-入门/第一章/1.11/index.html
Normal file
10907
public/linux-入门/第一章/1.11/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10898
public/linux-入门/第一章/1.12/index.html
Normal file
10898
public/linux-入门/第一章/1.12/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10929
public/linux-入门/第一章/1.13/index.html
Normal file
10929
public/linux-入门/第一章/1.13/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10915
public/linux-入门/第一章/1.14/index.html
Normal file
10915
public/linux-入门/第一章/1.14/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10912
public/linux-入门/第一章/1.15/index.html
Normal file
10912
public/linux-入门/第一章/1.15/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10916
public/linux-入门/第一章/1.16/index.html
Normal file
10916
public/linux-入门/第一章/1.16/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10905
public/linux-入门/第一章/1.17/index.html
Normal file
10905
public/linux-入门/第一章/1.17/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10930
public/linux-入门/第一章/1.18/index.html
Normal file
10930
public/linux-入门/第一章/1.18/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10950
public/linux-入门/第一章/1.19/index.html
Normal file
10950
public/linux-入门/第一章/1.19/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10886
public/linux-入门/第一章/1.2/index.html
Normal file
10886
public/linux-入门/第一章/1.2/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10900
public/linux-入门/第一章/1.20/index.html
Normal file
10900
public/linux-入门/第一章/1.20/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10900
public/linux-入门/第一章/1.21/index.html
Normal file
10900
public/linux-入门/第一章/1.21/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10886
public/linux-入门/第一章/1.3/index.html
Normal file
10886
public/linux-入门/第一章/1.3/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10886
public/linux-入门/第一章/1.4/index.html
Normal file
10886
public/linux-入门/第一章/1.4/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10886
public/linux-入门/第一章/1.5/index.html
Normal file
10886
public/linux-入门/第一章/1.5/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10942
public/linux-入门/第一章/1.6/index.html
Normal file
10942
public/linux-入门/第一章/1.6/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10952
public/linux-入门/第一章/1.7/index.html
Normal file
10952
public/linux-入门/第一章/1.7/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10940
public/linux-入门/第一章/1.8/index.html
Normal file
10940
public/linux-入门/第一章/1.8/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10899
public/linux-入门/第一章/1.9/index.html
Normal file
10899
public/linux-入门/第一章/1.9/index.html
Normal file
File diff suppressed because it is too large
Load Diff
10897
public/linux-入门/第一章/readme/index.html
Normal file
10897
public/linux-入门/第一章/readme/index.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user