unetbootin
- UNetbootin 启动u盘制作软件 https://unetbootin.github.io/
- 系统ISO 下载 https://www.ubuntu.com/download/alternative-downloads
不同版本介绍
desktop: 是livecd+图形安装cd(可以直接从光盘读取进入系统然后在图形界面下安装)
server : 是服务器版(只装用命令行模式,没有图形部分,一般用户估计没怎么人用)
alternate:是文本安装模式(安装过程用点中只能键盘操作,安装界面和windows前半段的类似)
LTS支持:长期服务、质量保证、本地化、认证。
安装过程:下载 UNetbootin ,把iOS写入U盘,直接用U盘启动系统,安装。
清华的源
替换为清华的源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
sudo cp /etc/apt/sources.list /etc/apt/sources.list.back
sudo vi /etc/apt/sources.list
安装常用软件
# SSH
sudo apt-get install openssh-server
sudo service ssh start
# 获取远程ROOT权限
sudo gedit /etc/ssh/sshd_config
# 把配置文件中的” permitrootlogin without-password“加一个”#”号,把它注释掉
# 再增加一句” PermitRootLogin yes“–>保存,修改成功
# 查看IP
sudo ifconfig
sudo apt-get install aptitude git
- 更换zsh https://blog.csdn.net/luo617/article/details/81361353
相关阅读
#include<bits/stdc++.h> using namespace std; const int N=55,L=22,C=33,mod=990804011; char s[N][L]; int n,m,dp[N][N][L][C
小米手机解锁刷机后,安装apk出现Failure [INSTALL_FAIL
C:\Users\17030102>adb install E:\素材\apk\weixin.apkPerforming Streamed Installadb: failed to install E:\素材\a
解决sql server2008数据库安装之后,web程序80端口被占
前言: 原来电脑上的Apache一直使用正常,在安装sql server2008后,突然发现Apache无法启动,检查了一下是因为80端口被强制占用了。 解
ADODB是Active Data Objects Data Base的缩写,与PDO一样,也是一个数据库抽象层。设计之初是为了解决PHP在存取不同数据库时采用不同
.login-button { /* 按钮美化 */ width: 270px; /* 宽度 */ height: 40px; /* 高度 */ border-width: 0px; /* 边框宽度 */ b