无事水,但要|

Nolca

园龄:6年9个月粉丝:12关注:9

随笔分类 -  资源教程

linux mint/debian/ubuntu 安装sway 2025
摘要:sway支持multi seats,这就是动机 打算换系统了,linux mint 22.1基于Ubuntu noble,而很多ubuntu package仓库的最新版都在ubuntu的最新系统,很多软件要自行编译,而debian testing(unstable)比ubuntu更新。 也就是说,u
50
0
0
linux qemu GPU加速
摘要:无须独占显卡的virtio方式有2种: qemu+各种驱动 docker/podman(distrobox) + nvidia/vulkan qemu教程: https://tm23forest.com/contents/how-to-enable-virtio-gpu-venus-on-qemu-
43
0
0
rdp on linux
摘要:结论 gnome 47的屏幕共享才有persistent session,即持久化会话——在重连时仍然保持会话,而不是像gnome 46的gnome-remote-desktop一样,直接注销用户。不过独立会话都会在结束时马上注销 幽灵账户+拓展u->g组权限失败,firefox/edge都无法保持
19
0
0
手动机翻流程
摘要:现在记事本里粘贴,然后再在wps表格里粘贴(识别为纯文本才能多行粘贴) 然后在gpt里翻译,保留换行符 粘贴回wps,保存时不要有双引号
3
0
0
balatro save mod
摘要:#!/bin/env python import regex as re import argparse import os SAVE = "/media/n/data/SteamLibrary/steamapps/compatdata/2379780/pfx/dosdevices/c:/users
13
0
0
linux下软件无法输入中文的完美解决方案:对话框+wl-clipboard+xdotool (输入法)
摘要:kimpannel gnome-shell安装此拓展即可,不用看下面废话 https://extensions.gnome.org/extension/261/kimpanel/ 症状 blender(wayland支持fcitx5输入法,但x11下不行) ue for linux (5.3) re
61
0
0
samba/smb 可读不可写的问题
摘要:解:分享名不能与文件夹名一致(大小写不敏感),如 分享名为Music,在samba网络上为\localhost\Music,在linux本机上是/home/music Can read but cannot write to Samba share Viewed 84k times Questio
9
0
0
游戏开发入门指引
摘要:推荐课程 底层向 GAMES 101/202... + openGL迷你渲染器tinyRender + 补充笔记 【双语】【TheCherno】游戏引擎 笔记 旋转是特殊的剪切 blender Lesson 3 变换矩阵 模拟 L3.blend.zip,记得去掉.zip后打开 ui_L3.py备份,
23
0
0
markdown 转 ppt
摘要:marp: true # theme: uncover footer: 'Nolca 2024-09-23' paginate: true style: | img { height: 350px; } * { width: fit-content; } .row { display:flex; f
119
0
0
桌面玩具
摘要:也许能做成游戏? 合成器/dwm Linux 一开始是因为 weston 有个 Win+鼠标中键 可以旋转窗口的特性,挺搞笑但又很好玩 Linux做DIY合成器有很多开源项目可以参考,不像其他OS那么难。故优先考虑linux 一些支持Wayland的DE:Gentoo wiki 一些主流的DE:Ni
24
0
0
报错时,考虑“版本命名一致性”
摘要:安装paddleocr时报错: C++ Traceback (most recent call last): 0 paddle_infer::Predictor::Predictor(paddle::AnalysisConfig const&) 1 std::unique_ptr<paddle::P
133
0
0
解决podman: ERRO[0000] running newuidmap: write to uid_map failed: Invalid argument
摘要:https://github.com/containers/podman/discussions/23861 https://github.com/containers/podman/discussions/11217 报错现象 processing tar file Getting image s
143
0
0
python threading 线程原理实验
摘要:原理 进程之间,编程语言可以不同,内存不共享。需要用socket/IRC/RPC等技术实现进程间通信 线程之间,编程语言必须相同,内存共享。类变量self.xxx共享,分叉target的函数内变量private不共享。 现象 fork自己的fork,fork内的代码执行速度呈指数型增长。 代码 #!
12
0
0
waydroid+weston折腾
摘要:linux mint cinnamon对wayland支持不好,使用weston waydroid waydroid_scripts https://github.com/casualsnek/waydroid_script git clone https://github.com/casualsn
186
0
0
VirGL与NVIDIA GPU一起运行 - 2024(QEMU)
摘要:安装 Nvidia 驱动程序 550 和下一版本(如果需要检查,请将 550 更改为 555 等)。 sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update sudo apt install nvidia-driver-550
365
0
0
#!Shebang妙用
摘要:激活conda环境 #! /usr/bin/env -S conda run --live-stream -n my_env python https://stackoverflow.com/questions/41914739/how-do-i-activate-a-conda-env-in-a-
15
0
0
git 妙用
摘要:查看项目总代码行数 git ls-files | grep '\.java' | xargs wc -l > ../list.txt 合并2个历史无关的分支 git archive -o A.zip $SHA && unzip A.zip -d .TMP && rsync -av --delete
11
0
0
x.thumbnailer 修复psd缩略图/nemo-preview 自定义预览 / mediainfo nemo-action右键菜单
摘要:缩略图 https://askubuntu.com/questions/1368910/how-to-create-custom-thumbnailers-for-nautilus-nemo-and-caja 安装imagemagick sudo apt install imagemagick-6.
45
0
0
Linux各大发行版个人踩坑总结
摘要:Debian系 使用时长:2025/1 ~ 至今 服务器/无GUI使用:debian stable 个人使用:debian testing(或unstable)的官方apt仓库,比ubuntu 24.04(或非最新版本),软件更新更前沿。这能节省很多自己编译软件时间! HackerNews: deb
97
0
0
Linux Xorg与Vsync不兼容,使用独显启动,在外置显示器上有时会卡死
摘要:https://forums.linuxmint.com/viewtopic.php?t=420491 解决方法1 切换Wayland NVIDIA提出的Xwayland的显式GPU同步现在终于合并到XOrg服务器中 mint的bug:Edge检测不到ctrl/alt/shift键了 ue5.4.1
59
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起
  1. 1 ⏩intro 山姆精
  2. 2 🎸吉他 马叉
  3. 3 ☁升调 山姆精
  4. 4 🐦Flutter Virtual Riot/Madi
  5. 5 🎶纯律 山姆精
  6. 6 👻yeah~Color Bass! VR
🎸吉他 - 马叉
00:00 / 00:00
An audio error has occurred, player will skip forward in 2 seconds.