okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 4年, 4个月前
Linux Mint 安装wine的方案
64位版本 使用软件管理器搜索wine会报错
如果你的系统是64位,请使用以下命令启用32位架构:
#sudo dpkg –add-architecture i386
接下来,运行以下命令以下载Wine存储库的公钥:
#wget -nc https://dl.winehq.org/wine-builds/winehq.key
并将此密钥导入系统密钥环:
#sudo apt-key add winehq.key
然后,执行以下命令以添加Wine存储库:
#sudo apt-…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 4年, 4个月前
5. dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack …/ros-melodic-moveit-core_0.10.8-0bionic.20181227.040044_amd64.deb … Unpacking ros-melodic-moveit-core (0.10.8-0bionic.20181227.040044) over (0.10.5-0bionic.20181117.193206) … dpkg: error processing archive…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 4年, 4个月前
[Tools]如何在Ubuntu 20.0.4上安装wine
安装wine 5.0
#sudo dpkg –add-architecture i386
#sudo apt update
#sudo apt install wine64 或者wine32
查看wine 版本
wine –version
安装wine 6.0
如果您正在运行64位Ubuntu系统,请启用32位体系结构并更新包列表:
#sudo dpkg –add-architecture i386
#sudo apt update导入Winehq存储库的GPG密钥:
# wget -qO- https://dl.winehq.org/wine-builds/winehq.ke…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 4年, 4个月前
[Tools] Ubuntu 20.04安装Adobe Reader步骤
安装Adobe Reader
#sudo apt update
#sudo apt install libxml2:i386 gdebi-core libcanberra-gtk0 libcanberra-gtk-module libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
#wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
#sudo dpkg -i AdbeRdr9…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 4年, 4个月前
4. Gnome桌面3.XX 后无法显示桌面的解决方案
原因: 官方已经屏蔽了桌面显示
参考链接: https://gitlab.gnome.org/GNOME/nautilus/-/issues/158#instructions
[fixed]
解决方案:使用nemo桌面管理器
1>. Install nemo from your distribution’s repositories. On Fedora, enter this command on the Terminal application:
#sudo dnf install nemo
Open a text editor and copy the following text…[阅读更多]
okass 在版块 Linux平台 中发起了话题 Ubuntu/Mint等笔记本电池优化专题 4年, 4个月前
Ubunut或者Linux Mint的笔记本端电池优化做的很差,这里提供一些辅助解决方案
通常在 Linux 发行版上提高电池寿命的其他简单方法包括使用较低的屏幕亮度、移除任何未使用的 USB 设备、关闭 Wi-Fi 和使用以太网。
方案: 通过电源优化管理工具TLP和slimbok来进行综合管理
1. 安装TLP工具(属于命令行管理)
#sudo apt install tlp
安装完后后,默认的参数配置即完成了优化。无需人为过多干预
如果想体验TLP的UI界面工具,则按照如下代码进行安装
sudo add-a…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 4年, 4个月前
3. Ubuntu更新过程中提示 cannot initate the connection to us.archinve.ubuntu.com:80 或者onnect (101: Network is unreachable)
Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::15). – connect (101: Network is unreachable) Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::18). – connect (101: Network is unreac…[阅读更多]
okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 4年, 4个月前
2. sudo apt update && sudo apt upgrade 升级过程中出公钥错误,提示如下错误:
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEYxxxx
[fixed]
sudo apt-key adv –[两短横]keyserver keyserver.ubuntu.com –[两短横]recv-keys xxxxx
okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 4年, 4个月前
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常见问题问题合集汇总 4年, 4个月前
这里总结了在Linux使用过程中遇到的一些问题及解决办法,单独开一帖进行汇总。
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 4年, 4个月前
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 4年, 4个月前
[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软件生态探讨 4年, 4个月前
3. Gnome桌面3.XX 后无法显示桌面的解决方案
原因: 官方已经屏蔽了桌面显示
参考链接: https://gitlab.gnome.org/GNOME/nautilus/-/issues/158#instructions
okass 在版块 Linux平台 中发起了话题 Mint OS中重启命令响应时间太长解决方案 4年, 4个月前
终端输入sudo reboot或者界面点击重启,无法迅速响应,延时大概近1分钟。
解决办法:
#sudo vim /etc/systemd/system.conf
将默认停止时间改为1S
DefaultTimeoutStopSec=1s
保存重启即可。
或者输入命令: sudo systemctl daemon-reload
okass 在版块 IT技术 中回复了话题 Ubuntu 安装deep wine qq 4年, 4个月前
Deep-wine 微信相关问题
1.图片显示不完整
sudo apt install libjpeg62:i386
okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 4年, 4个月前
有关达芬奇软件常见问题
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软件生态探讨 4年, 4个月前
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软件生态探讨 4年, 4个月前
1.如何安装TLP电源管理优化工具GUI
sudo add-apt-repository ppa:linuxuprising/apps
sudo apt update
sudo apt install tlpui
okass 在版块 Linux平台 中发起了话题 Linux软件生态探讨 4年, 4个月前
https://wirelesslink.net/1448.html
很多年过去了,Linux桌面系统阵营对比以前有了很大的进步。但是仍然是支离破碎,尤其是用户体验方面。一切都是工具,请勿陷入Mac OS/ Windows/ linux os等阵营之争的死循环。
不同的业务场景和使用需求使用不同的系统,抛开产品需求和使用场景空谈情怀都是没用的。自己用的顺手、用的爽即可…
用户应用层软件…[阅读更多]
okass 在版块 IT技术 中回复了话题 Mint下安装Snap错误解决方案 4年, 4个月前
- 读取更多

