Conner

To be Stronger


  • Home

  • Tags

  • Categories

  • Archives

  • Commonweal 404

  • Search

Ubuntu svn开机启动脚本

Posted on 2022-07-19 | In Linux , Shell | Visitors:
Words count in article: 259 字 | Reading time ≈ 1 分钟
最近配置了一台svn服务器,参考了网上很多开机启动的配置,发现都没有生效。直到测试了其中一个脚本。内容如下: #!/bin/sh### BEGIN INIT INFO# Provides: start-svn.sh# Required-Start:# Required-Stop:# ...
Read more »

RealVNC Server Ubuntu 18.04 无显示器连接

Posted on 2022-07-06 | In 杂项 | Visitors:
Words count in article: 193 字 | Reading time ≈ 1 分钟
安装xserver-xorg-video-dummy,做一个虚拟的显示器。 sudo apt install xserver-xorg-video-dummy 修改配置文件。 cd /usr/share/X11/xorg.conf.dsudo vim xorg.conf 配置文件内容如下 ...
Read more »

Ubuntu 解决耳机驱动异常

Posted on 2022-06-29 | In 杂项 | Visitors:
Words count in article: 25 字 | Reading time ≈ 1 分钟
echo "options snd_hda_intel probe_mask=1" | sudo tee /etc/modprobe.d/tensorbook.confsudo update-initramfs -u -k all 重新启动即可。
Read more »

Ubuntu 18.04 安装 RealVNC Server 指南

Posted on 2022-06-29 | In 杂项 | Visitors:
Words count in article: 140 字 | Reading time ≈ 1 分钟
打开 RealVNC的网址(https://www.realvnc.com/en/connect/download/vnc/) 选择对应的版本,Linux DEB x64,点击下载; 下载完成后,双击安装包,进行安装;此步骤中,会要求输入电脑当前登录账户的密码; 安装完成后,在应用程序中搜索 ...
Read more »

U盘安装Linux系统后如何正常恢复容量

Posted on 2022-06-29 | In 杂项 | Visitors:
Words count in article: 33 字 | Reading time ≈ 1 分钟
使用Windows 系统 使用cmd 键入 diskpart list disk And select the U disk (etc: select disk 1 ) clean create partition primary format fs fat32(比较耗时)
Read more »

Ubuntu 18.04 安装 WineHQ版本

Posted on 2022-06-29 | In 杂项 | Visitors:
Words count in article: 650 字 | Reading time ≈ 3 分钟
准备工作 安装 libfaudio0 库 cd ~/Desktopwget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/amd64/libfaudio0_19.07-0~bionic ...
Read more »

Beyond compare 4 This license key has been revoked 解决办法

Posted on 2022-06-27 | In 杂项 | Visitors:
Words count in article: 64 字 | Reading time ≈ 1 分钟
Linux 删除配置文件 rm -rf ~/.config/bcompare 重新破解 cd /usr/lib/beyondcompare/sudo sed -i "s/keexjEP3t4Mue23hrnuPtY4TdcsqNiJL-5174TsUdLmJSIXKfG2NGPwB ...
Read more »

创建 WISA隐藏分区步骤

Posted on 2022-06-27 | In 杂项 | Visitors:
Words count in article: 107 字 | Reading time ≈ 1 分钟
使用管理员权限打开命令行终端 输入diskpart 指令,进入diskpart管理部分; 输入list disk ; 选中要目标分区 select disk 1 输入 rescan 输入 list partition,显示所有的分区; 选中目标分区 ,select partition 1(假设目 ...
Read more »
123<i class="fa fa-angle-right"></i>

21 posts
8 categories
9 tags
RSS
© 2022 Conner Xu | Site words total count: 9.5k
Powered by Hexo
|
Theme — NexT.Pisces