GPG

GPG GNU Privacy Guard 什么是 GPG 首先得搞清楚一个和它很像的东西:PGP (Pretty Good Privacy),这是一个非对称加密协议,可惜它本身是商业软件。于是万能的开源社区

Switch to R1C1 Reference Style in Excel 2010

Switch to R1C1 Reference Style in Excel 2010 Question: How do I switch from A1 to R1C1 reference style? I used to do it in the Options menu, General tab in Excel 2003. But how do I do it in Excel 2010? **Answer: ** In Excel 2010, you would go to Formula section of the Excel Options dialog box. Go to File->Options, click on “Formula” on the left side. On the right side, under “Working with Formulas” section, you will find the checkbox for switching to R1C1 reference style.

Fedora

Fedora 配置方法 备份 mv /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora.repo.backup mv /etc/yum.repos.d/fedora-updates.repo /etc/yum.repos.d/fedora-updates.repo.backup 下载新的 fedora.repo 和 fedora-updates.repo 到 /etc/yum.repos.d/ fedora wget -O /etc/yum.repos.d/fedora.repo http://mirrors.aliyun.com/repo/fedora.repo 或者 curl -o /etc/yum.repos.d/fedora.repo http://mirrors.aliyun.com/repo/fedora.repo

KVM的USB支持

KVM的USB支持 在启动KVM的时候,加入参数 “-usb”, 同时还要加入 “-usbdevice host::”。 将 USB VendorID 和 ProductID 传给虚拟机,这样虚拟机就会知道有一个 US

kvm 快捷键

kvm 快捷键 在图形模拟时,我们可以使用下面的这些组合键: Ctrl-Alt-f 全屏 Ctrl-Alt-n 切换虚拟终端’n’.标准的终端映射如下: n=1 : 目标系统显示

断路器, 隔离开关

断路器, 隔离开关 断路器breaker和隔离开关Disconnector都是开关,但有许多不同。 断路器有灭弧装置,不但可以开断电气设备的额定电

emacs org-mode TODO状态

emacs org-mode TODO状态 https://qiwulun.github.io/posts/org-mode%E5%B8%B8%E7%94%A8%E5%8A%9F%E8%83%BD%EF%BC%8D%EF%BC%8DTODO%E7%8A%B6%E6%80%81%E4%B8%8E%E5%A4%8D%E9%80%89%E6%A1%86.html org-mode常用功能--TODO状态与复选框 快捷键 t 将当前项的状态在 (unmarked) ->TODO->DONE 之间循环切换 =,/= 各种稀疏树的检索形式 =,T= / C-c / t 在

linux ebtables

linux ebtables linux 以太网桥防火墙 ebtables. 2.4以后的内核才能支持ebtables Ebtables即是以太网桥防火墙,以太网桥工作在数据链路层,Ebtables

Apt-get, aptitude 命令对比

Apt-get, aptitude 命令对比 出自Guoshuang Wiki http://wiki.guoshuang.com/Apt-get_%E5%92%8C_aptitude_%E5%91%BD%E4%BB%A4%E5%AF%B9%E6%AF%94%E5%8F%82%E8%80%83 Apt-get commands Aptitude commands apt-get install package aptitude install package install package 安装软件包 apt-get install package--reinstall reinstall package 重新安装 apt-get -f install force install 强制安装 apt-get remove package aptitude remove package remove package 删除软件包 apt-get remove package--purge

Debian的运行级别

Debian的运行级别 转自: http://dagai.net/archives/569 最近在看王旭的《debian标准教程》,讲的真的是很广,但很浅,就运行级别这一小段,让老夫琢磨了好几天,也就明

robots.txt

robots.txt robots.txt (统一小写) 是一种存放于网站根目录下的ASCII编码的文本文件,它通常告诉网络搜索引擎的漫游器 (又称网络蜘蛛) ,此网站中的哪些内容是不能

CentOS 与 RHEL 的区别

CentOS 与 RHEL 的区别 CentOS是Community ENTerprise Operating System的简称,我们有很多人叫它社区企业操作系统,不管你怎么叫它,它都是Linux操作系

set -x

set -x set指令能设置所使用shell的执行方式,可依照不同的需求来做设置 -a 标示已修改的变量,以供输出至环境变量。 -b 使被中止的后台程序立刻回报

iw

iw Getting station statistics iw dev wlan1 station dump https://wireless.wiki.kernel.org/en/users/documentation/iw http://www.linuxquestions.org/questions/linux-wireless-networking-41/ifconfig-vs-iwconfig-268525/ iwconfig only deals with the wireless elements of a wireless card: the ESSID, WEP keys, etc. All the normal attributes of the network card (IP address, subnet mask etc) are assigned through ifconfig. The two utilities don’t overlap, and both are required to use the card (unless you’re using dhclient, in which case you won’t have to use ifconfig directly).

TUN, TAP

TUN, TAP 在计算机网络中,TUN与TAP是操作系统内核中的虚拟网络设备。不同于普通靠物理设备/硬件网卡实现的设备,这些虚拟的网络设备全部用软件实现