Linux 常用命令

UBUNTU
指定固定IP
sudo ifconfig eht0 192.168.0.12 netmask 255.255.255.0

安装软件 apt-get install softname1 softname2 softname3……
卸载软件 apt-get remove softname1 softname2 softname3……
卸载并清除配置 apt-get remove --purge softname1
更新软件信息数据库 apt-get update
进行系统升级 apt-get upgrade
搜索软件包 apt-cache search softname1 softname2 softname3……
察看软件安装位置
fengzl@fengzltt://$ dpkg -L mysql

你可能感兴趣的:(linux,mysql,cache,ubuntu)