待整理

Everything database Magic ESDb Version

>https://www.voidtools.com/support/everything/db/ DB This is very basic description and is likely to change... Since the database is just a cache of the NTFS mft with some volume information, it ca

CentOS-6.4 CentOS-Base.repo

vi /etc/yum.repos.d/CentOS-Base.repo```[base]name=CentOS-6.4 - Base - mirrors.aliyun.comfailovermethod=prioritybaseurl=http://mirrors.aliyun.com/centos-vault/6.4/os/$basearch/gpgcheck=1gpgkey

Centos查看端口占用情况和开启端口命令

Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令:lsof -i tcp:80列出所有端口netstat -ntlp1、开启端口(以80端口为例)方法一:/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 写入修改/etc/init.d/iptables save 保存修改serv