Deepin深度系统安装蓝牙支持

Deepin深度系统安装蓝牙支持

一般情况下,只需要安装bluetooth就可以了: sudo apt-get install bluetooth 如果要连接音箱的蓝牙,还要安装pulseaudio-module-bluetooth: sudo apt-get install pulseaudio-module-bluetooth 加载模块: pactl load-module module-bluetooth-discover 驱动没问题的 …

Deepin深度系统如何打开Wine软件配置界面

Deepin深度系统打开Wine6的配置界面: WINEPREFIX=~/.bottle deepin-wine6-stable winecfg Deepin打开Wine5的配置界面命令如下: WINEPREFIX=~/.bottle deepin-wine winecfg 如果提示命令不存在,请参考:deepin-wine:未找到命令解决方法 打开W …

Deepin深度系统安装教程

Deepin深度系统安装教程

制作U盘启动盘的方法参考:使用Ventoy制作万能U盘启动 电脑插上U盘,进入主板的方法一般是开机时不停的按Delete键,直到进入主板界面。有些主板是开机按F2键,而有一些电脑侧边 …

Deepin深度系统手动分区详解

Deepin深度系统手动分区详解

我们先看一下Deepin深度系统全盘安装方式默认分区是怎么设置的? 分区 大小 挂载点 /dev/sda1 488M /boot /dev/sda3 12G /recovery /dev/sda4 随内存大小分配 swap /dev/sda5 15G / /dev/sda7 剩余空间 /data 其中sda2和sda6没有挂载,/opt、/var、 …

deepin-wine:未找到命令解决方法

Deepin默认是安装了Wine的,如果执行deepin-wine提示未找到命令,则需要手动添加命令。 首先查看Deepin的wine路径: $HOME/.deepinwine/deepin-wine5-stable/bin/wine 我们直接使用以上路径也可以,但每次敲这么 …

VS Code界面配色及常用扩展

我比较喜欢简洁一些,所以没有安装太多的扩展,对VS Code的默认界面配色也做了少量的修改。 安装的扩展Chinese (Simplified) (简体中文) 安装中文支持 Minify 代码压缩。 例如:写好CSS后,按F1, …

Centos关闭账号密码登录,生成密钥并使用密钥登录

服务器开启账号密码登录容易被暴力破解,使用密钥登录会更安全。 生成公钥和私钥: ssh-keygen -t rsa 基本上一路回车即可: [root@user ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key …

WordPress开启Redis和OPcache缓存加速

WordPress开启Redis和OPcache缓存加速

WordPress对象缓存机制可以大大减少数据库的查询,如果自己开发主题或插件,那么尽可能使用WordPress自带函数获取数据。一些特殊的数据查询需求,必须自己编写查询语句,则可 …

Ubuntu下VirtualBox无法启动虚拟机,提示modprobe vboxdrv

昨天系统提示了一堆更新,按照习惯在没看详情的情况下就直接更新了所有软件。今天启动VirtualBox虚拟机,提示错误如下: RTR3InitEx failed with rc=-1912 (rc=-1912) The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing 'modprobe vboxdrv' may correct …

宝塔面板网站日志不更新、文件太大解决方法

宝塔面板网站日志不更新、文件太大解决方法

宝塔面板的网站访问日志文件路径为: /www/wwwlogs/www.beizigen.com-access_log 在线查看、编辑只支持3M以下的文件,默认下日志文件不会分割,体积会越来越大。删除日志文件后发现日志不再更新,解决方法很简单,在软件商店中,找到A …