2025年6月25日

ubuntu24.04安装向日葵

摘要: ubuntu24.04不能安装向日葵​​解决方法​​:​​1. 安装依赖库 libgconf-2-4​​在 Ubuntu 24.04 中,libgconf-2-4 可能不在默认软件源中,需要手动下载安装:# 下载依赖包wget http://kr.archive.ubuntu.com/ubuntu/ 阅读全文

posted @ 2025-06-25 18:01 万里驰骋 阅读(29) 评论(0) 推荐(0)

2025年6月12日

windows强制远程

摘要: win+R 运行 mstsc -admin 阅读全文

posted @ 2025-06-12 10:10 万里驰骋 阅读(2) 评论(0) 推荐(0)

2025年5月12日

ubuntu安装企业微信

摘要: 通过Deepin-Wine环境安装 添加Deepin-Wine仓库在终端中执行以下命令,添加移植仓库并安装依赖:wget -O- https://deepin-wine.i-m.dev/setup.sh | sh sudo apt update安装aptitude,提供更灵活的依赖解决方案,例如降级 阅读全文

posted @ 2025-05-12 09:48 万里驰骋 阅读(252) 评论(0) 推荐(0)

2025年4月10日

gdb调试方法

摘要: 在QT项目.pro文中,加入以下三行QMAKE_CC += -gQMAKE_CXX += -gQMAKE_LINK += -g解除系统对coredump文件大小的限制,可写入~/.bashrc文件中ulimit -c unlimited指定core dump文件路径echo "/tmp/core-% 阅读全文

posted @ 2025-04-10 07:28 万里驰骋 阅读(7) 评论(0) 推荐(0)

2025年4月9日

linux创建ftp服务器

摘要: sudo apt install vsftpd 编辑/etc/vsftpd.conf local_root=/home/xql/ftp # 指定根目录 sudo useradd -d /home/xql/ftp -s /usr/sbin/nologin ftpuser sudo passwd ftp 阅读全文

posted @ 2025-04-09 15:52 万里驰骋 阅读(6) 评论(0) 推荐(0)

2025年4月8日

netcdf安装

摘要: 银河麒麟 sudo apt updatesudo apt install gfortransudo apt install libxml2-devsudo apt-get install libcurl4-gnutls-dev 到hdf5官网下载最新源码包,解压./configure --prefi 阅读全文

posted @ 2025-04-08 18:57 万里驰骋 阅读(43) 评论(0) 推荐(0)

2025年3月4日

ubuntu下QT打包

摘要: sudo apt install qtchooser export LD_LIBRARY_PATH=/home/xql/Qt/6.8.2/gcc_64/lib:$LD_LIBRARY_PATH export QT_PLUGIN_PATH=/home/xql/Qt/6.8.2/gcc_64/plugi 阅读全文

posted @ 2025-03-04 11:28 万里驰骋 阅读(14) 评论(0) 推荐(0)

2025年2月20日

禁止Windows 11任务栏中已打开的文件夹标签显示“-文件资源管理器”字样

摘要: 将以下代码保存为 .bat 文件(例如 HideText.bat): @ECHO OffPUSHD %~DP0>NUL 2>&1REG.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}" /ve / 阅读全文

posted @ 2025-02-20 17:13 万里驰骋 阅读(150) 评论(0) 推荐(0)

2025年2月18日

ubuntu下安装QT

摘要: 到清华源https://mirrors.tuna.tsinghua.edu.cn/qt/archive/online_installers/4.5/ 下载安装脚本qt-unified-linux-x64-4.5.0-online.run apt install libxcb-xinerama0./q 阅读全文

posted @ 2025-02-18 15:18 万里驰骋 阅读(18) 评论(0) 推荐(0)

2025年2月17日

firefox打开B站视频默认静音

摘要: 在B站视频页面上按ctrl+i 权限-自动播放-允许音频和视频 阅读全文

posted @ 2025-02-17 20:30 万里驰骋 阅读(100) 评论(0) 推荐(0)

导航