okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 3年, 1个月前
1.suod apt update && sudo apt upgrade过程中出现如下错误:
Could not get lock /var/lib/apt/lists/lock. It is held by process 13807 (packagekitd)
[fixed]
#sudo rm /var/cache/apt/archives/lock
#sudo rm /var/lib/dpkg/lockokass 在版块 Linux平台 中发起了话题 Linux常见问题问题合集汇总 3年, 1个月前
这里总结了在Linux使用过程中遇到的一些问题及解决办法,单独开一帖进行汇总。
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 3年, 1个月前
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 3年, 1个月前
[tools] Markdown 编辑器 typora安装
# or run:
# sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys BA300B7755AFCFAE
wget -qO – https://typora.io/linux/public-key.asc | sudo apt-key add –# add Typora’s repository
sudo add-apt-repository ‘deb https://typora.io/linux ./’
sudo apt-get update# install typora
sudo apt-get install typoraokass 在版块 IT技术 中回复了话题 Linux软件生态探讨 3年, 1个月前
3. Gnome桌面3.XX 后无法显示桌面的解决方案
原因: 官方已经屏蔽了桌面显示
参考链接: https://gitlab.gnome.org/GNOME/nautilus/-/issues/158#instructions
okass 在版块 Linux平台 中发起了话题 Mint OS中重启命令响应时间太长解决方案 3年, 1个月前
终端输入sudo reboot或者界面点击重启,无法迅速响应,延时大概近1分钟。
解决办法:
#sudo vim /etc/systemd/system.conf
将默认停止时间改为1S
DefaultTimeoutStopSec=1s
保存重启即可。
或者输入命令: sudo systemctl daemon-reload
okass 在版块 IT技术 中回复了话题 Ubuntu 安装deep wine qq 3年, 1个月前
Deep-wine 微信相关问题
1.图片显示不完整
sudo apt install libjpeg62:i386
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 3年, 1个月前
有关达芬奇软件常见问题
1> DaVinci Resolve GPU Memory Full
Here’s how to fix the DaVinci Resolve GPU Memory Full issue in DaVinci Resolve 17:
- Go to the menu “DaVinci Resolve” -> “Preferences” -> “System” -> “Memory and GPU” -> “GPU Configuration” -> against “GPU Processing Mode” uncheck “Auto” and select “CUDA” instead of “OpenCL”.
Against “GPU Sele…
- Go to the menu “DaVinci Resolve” -> “Preferences” -> “System” -> “Memory and GPU” -> “GPU Configuration” -> against “GPU Processing Mode” uncheck “Auto” and select “CUDA” instead of “OpenCL”.
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 3年, 1个月前
2. Davinci resolve 达芬奇专业视频制作软件安装
所需要的Software:
- DaVinci Resolve 17
- MakeResolveDeb
1> Install xorriso and fakeroot
sudo apt install fakeroot xorriso
2>. Install NVIDIA proprietary drivers (optional)
sudo apt insta…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 3年, 1个月前
1.如何安装TLP电源管理优化工具GUI
sudo add-apt-repository ppa:linuxuprising/apps
sudo apt update
sudo apt install tlpuiokass 在版块 Linux平台 中发起了话题 Linux软件生态探讨 3年, 1个月前
https://wirelesslink.net/1448.html
很多年过去了,Linux桌面系统阵营对比以前有了很大的进步。但是仍然是支离破碎,尤其是用户体验方面。一切都是工具,请勿陷入Mac OS/ Windows/ linux os等阵营之争的死循环。
不同的业务场景和使用需求使用不同的系统,抛开产品需求和使用场景空谈情怀都是没用的。自己用的顺手、用的爽即可…
用户应用层软件…[阅读更多]
okass 在版块 IT技术 中回复了话题 Mint下安装Snap错误解决方案 3年, 1个月前
okass 在版块 IT技术 中回复了话题 Mint下安装Snap错误解决方案 3年, 1个月前
Install Spotify on Ubuntu
Snap
If you don’t have access or don’t want to use Ubuntu Software, it is possible to install Spotify from the command line with snap. Run the following command in your terminal:snap install spotify
If you run another Linux distribution than Ubuntu, first see https://snapcraft.io/ for how to install snap, then…[阅读更多]
okass 在版块 IT技术 中回复了话题 Mint下安装Snap错误解决方案 3年, 1个月前
1. sudo rm /etc/apt/preferences.d/nosnap.pref
2. sudo apt update
3. sudo apt install -y snapd
4. snap versionsnap 2.51.1+20.04ubuntu2
snapd 2.51.1+20.04ubuntu2
series 16
linuxmint 20.1
kernel 5.4.0-58-genericokass 在版块 Linux平台 中发起了话题 Mint下安装Snap错误解决方案 3年, 1个月前
Linux mint下安装snap提示错误的解决方案
原因: Mint官方团队屏蔽了snap
1.Delete the nosnap.pref file in the directory /etc/apt/preferences.d by running the command:
sudo rm /etc/apt/preferences.d/nosnap.pref
2.Comment the three lines of code in the same file.
Package: snapd
Pin: release a=*
Pin-Priority: -10okass 在版块 IT技术 中回复了话题 Ubuntu 安装deep wine qq 3年, 1个月前
添加仓库
首次使用时,你需要运行如下一条命令将移植仓库添加到系统中。
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
应用安装自此以后,你可以像对待普通的软件包一样,使用apt-get系列命令进行各种应用安装、更新和卸载清理了。
比如安…[阅读更多]
okass 在版块 Linux平台 中发起了话题 Ubuntu 安装deep wine qq 3年, 1个月前
cd ~
wget -o- https://deepin-wine.i-m.dev/setup.sh
sudo chmod +x setup.sh
sudo ./setup.sh大功告成,现在可以试试安装deepin-wine软件了,
安装/更新TIM:sudo apt-get install com.qq.office.deepin
安装/更新QQ:sudo apt-get install com.qq.im.deepin
安装/更新微信:sudo apt-get install com.qq.weixin.deepin安装后apps地址路径:
# /opt/apps/xxx…[阅读更多]
okass 在版块 Linux平台 中发起了话题 Mint OS 中SMB访问NAS中smb服务方法 3年, 1个月前
文件状态栏目快捷输入
smb://192.168.1.xx
输入对应的NAS用户名密码即可。
GCP运行一段时间后出现如下错误:
the zone does not have enough resources available to fulfill the request/ the resource is not ready
尝试解决方案:
gcloud compute instances move XXXX –zone europe-west4-b –destination-zone europe-west4-c
出现错误。
最终解决方案:使用快照恢复功能来解决
1.转到我的 Google Cloud Platform >>> Compute Engine
2.转到快照 >>> 创建快照 >>> 选择您的 Compute Engine 实例…[阅读更多]
okass 在版块 Linux平台 中发起了话题 Ubuntu安装macos 字体 3年, 1个月前
Ubuntu安装macos字体命令如下:
#wget https://github.com/todylu/monaco.ttf/blob/master/monaco.ttf?raw
安装install
#sudo apt install gnome-tweak-tool
使用tweak-tool进行替换选择
- 读取更多