快乐坚果

博客园 首页 新随笔 联系 订阅 管理

#

摘要: 综合网站 天工 通义 豆包 本页 google 36氪搜狐 虎嗅新浪 腾讯网易 ABCNewsCNBC NPR凤凰网 谷哥学术站巨人学术搜索 哔哩哔哩小红书 OpenYoutubeDownload 有道词典 剑桥词典 牛津字典 百度翻译 欢乐Lib 免费 主页 云盘→本地盘 youtube 欧路词典 阅读全文
posted @ 2020-04-18 17:22 merrynuts 阅读(751) 评论(0) 推荐(0) 编辑

2024年11月28日 #

摘要: 1.PDF编辑工具:xournal++ 2.PDF页面组合、删除、修改处理工具:PDF Arranger 上述两个软件是跨平台可用的,可用平台有:windows、Linux、MacOS。 阅读全文
posted @ 2024-11-28 15:21 merrynuts 阅读(12) 评论(0) 推荐(0) 编辑

2024年11月13日 #

摘要: 首先运行AppImage 打开文件管理器,如doublecmd、thunar等,进入/tmp目录 查看 *mount* 相关的目录或文件,如果发现有对应appimage文件名的目录或文件,则打开或进入里面。 一般里面会有png和desktop文件。 然后可以利用里面的图标文件和desktop文件,编 阅读全文
posted @ 2024-11-13 17:13 merrynuts 阅读(51) 评论(0) 推荐(0) 编辑

2024年10月22日 #

摘要: 1.安装网络工具包 sudo apt install lshw sudo apt install net-tools sudo apt install lshw sudo apt install arp-scan 2.查看本机网络设备情况 1)列出局域网所有设备: sudo arp-scan --i 阅读全文
posted @ 2024-10-22 10:32 merrynuts 阅读(47) 评论(0) 推荐(0) 编辑

摘要: 转自:https://www.chiphell.com/thread-2639431-1-1.html 1.打开组策略,在“本地计算机策略 > 计算机配置 > 管理模板 > 网络 > Lanman 工作站”中启用“启用不安全的来宾登录”。2.打开组策略,在”本地计算机策略 > 计算机配置 > Win 阅读全文
posted @ 2024-10-22 09:29 merrynuts 阅读(674) 评论(0) 推荐(0) 编辑

2024年10月18日 #

摘要: 一、下载并安装Visual Studio Community Edition和cmake编译系统。 如未安装git,需提前安装好最新版git。 二、安装rust及zed相关依赖。 1.下载rust-init.exe并安装之。 2.安装zed依赖 rustup update rustup target 阅读全文
posted @ 2024-10-18 14:21 merrynuts 阅读(30) 评论(0) 推荐(0) 编辑

2024年10月17日 #

摘要: 下面方法证明无效,原因待查。 怎么把Win11系统的任务栏调整到左边。 具体步骤: 1、通过“regedit”,打开注册表编辑器。 2、打开注册表路径“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Stuck 阅读全文
posted @ 2024-10-17 12:05 merrynuts 阅读(125) 评论(0) 推荐(0) 编辑

摘要: 一、安装Vue开发环境: 1. 安装Node.js和npm Vue.js是基于JavaScript的框架,因此需要先安装Node.js和npm(Node.js的包管理器)。你可以通过以下命令安装: sudo apt update sudo apt install nodejs npm 2. 安装Vu 阅读全文
posted @ 2024-10-17 11:13 merrynuts 阅读(53) 评论(0) 推荐(0) 编辑

2024年10月3日 #

摘要: 1. GitHub - Sound-Linux-More/sacd-extract: Extract tracks of SACD ISO image sacd_extract 0.3.9.3-107 / GUI Free Download - VideoHelpsacd_extract 0.3.9 阅读全文
posted @ 2024-10-03 21:10 merrynuts 阅读(32) 评论(0) 推荐(0) 编辑

2024年9月26日 #

摘要: 1.安装samba等相关服务 sudo apt install samba smbclient cifs-utils 2.配置组及用户 1)建立smb访问目录 sudo mkdir /mnt/scan 2)建组 sudo groupadd smbscan 3)建立用户 sudo useradd -g 阅读全文
posted @ 2024-09-26 18:53 merrynuts 阅读(56) 评论(0) 推荐(0) 编辑

2024年9月24日 #

摘要: 1、安装samba sudo apt install samba 2、安装cifs-utils sudo apt install cifs-utils 3、建立一个目录,并mount之 sudo mount -t cifs //Helloqf /home/username/sharefolder - 阅读全文
posted @ 2024-09-24 15:37 merrynuts 阅读(104) 评论(0) 推荐(0) 编辑