U盘启动盘制作工具Rufus
https://rufus.akeo.ie安装Ubuntu18.04系统
下载Ubuntu18.04系统的iso文件
http://mirrors.163.com/ubuntu-releases/18.04.2/ 下 ubuntu-18.04.2-desktop-amd64.iso:
http://mirrors.163.com/ubuntu-releases/18.04.2/ubuntu-18.04.2-desktop-amd64.iso
1.软件和更新:设置更新源
2.安装、配置vim
终端输入vim按照提示安装
配置vim显示行号等
set nu
set ruler
set tabstop=4
set autoindent
set ignorecase " 搜索模式里忽略大小写
3.个性化文件目录不同颜色:
cd ~
dircolors -p > .dircolors
vim .dircolors
EXEC 01;32;41 #执行文件底色
4.设置PS1:
sudo vim .bashrc
PS1改成
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\u\[\033[01;34m\]\[\033[00m\]:\[\033[01;35m\]\w\[\033[01;32m\] \$]\e[0m '
. .bashrc #使修改生效
5.home目录下设置常用软连接
/etc
/usr/include
/var/log
/proc
/sys
/usr/src/kernels
6.Ubuntu 18.04 安装chrome浏览器
添加了一个源在Ubuntu系统中
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ #下载地址添加到地址列表
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - #把下载的key添加到本地trusted数据库
sudo apt-get update #更新软件包列表
sudo apt-get install google-chrome-stable #安装chrome软件包
7.主题美化
安装Gnome-tweak-tool
sudo apt-get install gnome-tweak-tool
安装完毕候应用程序里会多了个“优化”的程序
8.安装ssh服务
sudo apt-get install ssh
9.Ubuntu——显示开机硬件自检、启动程序和服务
ubuntu启动时默认只显示壁纸画面不显示详细信息,如果让Ubuntu启动过程恢复到显示详细硬件自检启动过程模式,可如下操作:
# sudo vim /etc/default/grub
注释掉下面一行
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
sudo update-grub #更新grup
CentOS修改 /boot/grub/grub.conf,注释掉rhgb("rhgb"表示"redhat graphics boot",就是图形进度条模式)
--------------
10.开机自动登录,不需密码
应用程序-搜索-用户账户-安装
安装完毕候启动账户账户,再搜索用户,上面解锁,开启自动登录
11.其他
ifconfig
apt install net-tools
sudo apt install tree