07
04/2018
Ubuntu16.04 VMware Workstation Unknow Display
在~/.profile中加入如下内容:# change the resolution
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1...
14
09/2017
linux 安装配置 apache (httpd)
1、安装Apacheyum install httpd2、设置Apache启动级别chkconfig --levels 235 httpd on在Linux中有7种启动级别分别为: # 0 - halt (Do NOT set initdefault to this) # 1 - Singl...
27
11/2016
Linux handbook of Kangry
Uninstall programlist all program you have installed: dpkg --listuninstall the program you want to remove, it is a command to remove both program and config files: sudo apt-get --purge remove <prog...
26
08/2015
Linux获得本机公网ip
我们主要使用的两个命令,curl 和 wget。你可以换着用。Curl 纯文本格式输出:curl icanhazip.com
curl ifconfig.me
curl curlmyip.com
curl ip.appspot.com
curl ipinfo.io/ip
curl ipecho.net/plain
curl&n...