ubuntu16.04 ide搭建
ubuntu常用命令
sudo ifconfig ens38 down #配置网络
sudo ifconfig ens38 up #配置网络
sudo ifconfig ens33 192.168.1.3 #配置网络
sudo ifconfig ens33 192.168.0.120 #配置网络
sudo ifconfig ens33 192.168.1.120 #配置网络
sudo /etc/init.d/networking restart #配置网络
printf "\e[?2004l" #Linux终端复制粘贴后前后会多出0~和~1
du -h -d1 #查看当前目录文件或文件夹大小
hostname #查看主机名
vim /etc/hostname #修改第一行
vim /etc/hosts #修改第二行
find . -type f -exec dos2unix {} \; #批量转换dos到unix
Rg -C 2 -F "require('uglifyjs-webpack-plugin')" #括号无须转义
sudo ifconfig ens33 192.168.0.120 #配置网络
sudo ifconfig ens33 netmask 255.255.255.0 #配置网络
sudo route add default gw 192.168.0.1 #配置网络
sudo /etc/init.d/networking restart #配置网络 sudo service network restart
ctags --languages=c -R linux-3.4.2/ #生成tags
sudo chgrp book Hi3516Ev200Kits/ -R #转换文件属性的用户组
:UpdateTypesFile #vim开启taghighlight插件 同时生成tags
:UpdateTypesFileOnly #vim开启taghighlight插件 不生成tags
sudo update-alternatives --config vim #切换vimbanben