debian搭建网站debian系统搭建

debian10换源

debian安装后,默认来源是光盘,一般没有。如果不修改源码,就不能安装任何软件,甚至不能安装本地的deb包,所以首先要做的就是连接网络,更换源码和网线,插上就可以用了。需要先安装笔记本wifi驱动。

Gnome桌面环境默认文本编辑器是gedit,xfce4默认编辑器是mousepad。您想要编辑哪个文件,使用sudo gedit文件名或sudo mousepad文件名,或者使用vim文件名,无论您可以使用什么。

清华镜来源:清华镜来源

#默认情况下,源图像被注释以提高apt更新速度。如有必要,您可以自行取消注释。

黛比https://mirrors.tuna.tsinghua.edu.cn/debian/巴斯特主要贡献非免费

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/巴斯特主要贡献非免费

黛比https://mirrors.tuna.tsinghua.edu.cn/debian/巴斯特-更新主要贡献非免费

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/克星-更新主要贡献非免费

deb https://mirrors.tuna.tsinghua.edu.cn/debian/巴斯特-反向传播主要贡献非免费

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/巴斯特-反向端口主要贡献非免费

deb https://mirrors.tuna.tsinghua.edu.cn/debian-security巴斯特/更新主要贡献非免费

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security巴斯特/更新主要贡献非免费

将以上段落写入/etc/apt/source.list并保存。原来的可以备份,也可以只在所有行前面加#注释。如果你已经有了#注释,就不需要再添加了。

然后更新来源,

在apt update #root账号下,yjddpj需要添加sudo

debian10使用sudo

,默认用户不能使用sudo,用户需要添加到sudo的权限中。打开文件/etc/sudoers:查找用户权限规范。一开始默认只有根。在根目录下添加一行。先写用户名,然后复制保存。该用户可以使用sudo命令。

#用户权限规范

rootALL=ALL:ALL) ALL

ryze ALL=ALL:ALL) ALL

00-1010笔记本在安装debian的时候可能没有安装wifi驱动,然后打开之后就无法上网了。直接插网线就可以上网。如果没有网线,手机USB线连接电脑,然后用USB共享网络。这时候USB就相当于一根网线,可以直接上网。

然后需要安装wifi驱动,百度搜索debian wifi,进入Debian -软件包下载地址选择,点击亚洲下任意第一个:

http://FTP . cn . debian . org/debian/pool/non-free/f/firmware-nonfree/firmware-iwlwifi _ 20210315-3 _ all . deb

然后下载到deb包,用sudo dpkg -i deb包安装wifi驱动,然后重启电脑。重启后可以使用Wifi。

00-1010,最好现在备份系统,因为基本功能,互联网打字已经存在,现在最干净了。如果继续安装软件,它可能会崩溃。如果不想重装,可以先备份,损坏了直接恢复,不需要重装系统。

创建一个新的backup.sh脚本文件,并编写以下内容:

#!/pgjr/bash

cd /

tar-cvpzf Linux _ backup . tgz-exclude=/proc-exclude=/mnt-exclude=/lost found-exclude=/sys-exclude=/media-exclude=/run-exclude=/Linux _ backup . tgz-exclude=/backup sh . sh-exclude=/home/

Tar -cvpzf是一个打包命令。Linux_backup.tgz是打包的文件-exclude=文件夹。这是排除等号后的文件。

不备份这些文件。最后一个/就是打包的目录,/是根目录,linux系统就是一堆文件,所有文件都是从根目录/开始。排除的文件夹中,除了home目录可以打包,上面排除的文件夹都是没有必要打包的,可以自行百度看那些文件夹是什么意思。

这个脚本复制到根目录/下。然后注销登录,来到登录界面,按alt+F1-7中的任意一个,比如alt+F1,进入终端登录界面,输入root回车,输入密码。登录成功之后,用cd命令进入根目录;

cd /

然后运行脚本:

./backup.sh

等待打包完成。

然后按alt+F1-7中的一个,不知道是哪一个,自己试,1-7中有一个是图形界面,有时候登录的都不一样,但都在alt +F1-7中,把刚才打包好的tgz文件,复制到你的硬盘上,就可以了。

还原如果不小心弄坏系统,还原的时候,和刚才一样用终端登录,然后解压到根目录就行。

debian10安装搜狗输入法

1.在搜狗输入法官网下载.deb包。

2.用sudo dpkg -i xxxx.deb安装。

3.直接安装会报错,有依赖问题,在报错之后:

sudo apt intall -f

自动安装依赖,然后再使用sudo dpkg -i xxxx.deb安装。这时就安装成功了。

然后重启。debian 重启需要使用systemctl reboot,不能直接用reboot.

安装虚拟机virtualBox。

虚拟机肯定是必备的,不用折腾太多搞wine,直接虚拟机,节省时间。

debian10安装virtualbox不能直接从官方源添加,需要从非官方源安装,如果你直接下载deb包,安装完成之后,可能会无法正常使用。

非官方源参考:debian-wiki-Virtualbox

如下:

Add virtualbox.list to /etc/apt/sources.list.ddeb http://download.virtualbox.org/virtualbox/debian buster contrib
Add Oracle VirtualBox public key:wget https://www.virtualbox.org/download/oracle_vbox_2016.asc
sudo apt-key add oracle_vbox_2016.asc
Install virtualbox-6.1sudo apt-get update
sudo apt-get install virtualbox-6.1

安装完之后:

In KDE, go to: KDE menu > System > Oracle VM VirtualBox

In GNOME, go to: Activities > List Applications > all super + A) > Oracle VM Virtualbox

In Mate, go to: Mate menu > Applications > System tools > Oracle VM VirtualBox

In Xfce, go to: Application > System tools > Oracle VM VirtualBox

From an X terminal:

virtualbox

# Or

VirtualBox

安装Guest Addition

Debian 10 “Buster”

There is no package for guest additions for Debian Buster in the repositories. In order to install the pre-requisites to build the guest-additions from the virtualbox guest additions iso. By following these instructions:

The approriate kernel headers and build tools:sudo apt install build-essential dkms linux-headers-$uname -r)
Mount the guest additions iso and copy VBoxLinuxAdditions.run from the iso’s location to your home folder.Open a terminal and execute the following commands to install the guest additions:sudo chmod +x ./VBoxLinuxAdditions.run
sudo ./VBoxLinuxAdditions.run
Reboot the system and the virtualbox guest additions should be installed

安装FSearch

脚本:FSearch_install.sh

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily
sudo apt update
sudo apt install fsearch-trunk

add-apt-repository 命令是software-properties-common包的一部分,如无法使用,安装这个包就OK了

sudo apt-get install software-properties-common
sudo apt-get update

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注