-
Dufs一个灵活并功能强大的文件服务器
Jun 11, 2024
Dufs一个独特的文件服务器,支持静态文件、访问控制、上传、搜索和webdav功能。 dufs特性 静态文件 打包下载目录为zip文件 上传文件或目录,支持拖放 新建、编辑、搜索文件 支持上传、下载断点续传 访问控制 支持https 支持webdav curl访问 安装dufs 官方下载地址 https://github.com/sigoden/dufs/releases 国内下载地址 (密码3705) …
-
Mapinfo提取图层中的经纬度
May 29, 2024
拿到一个乡镇点位的Mapinfo图层,打开后发现表结构没有经纬度信息,如下: 下来介绍如何为图层添加坐标字段 Tab(表)->Maintenance(维护)->Tab Structure(表结构) …
-
NekoBoxForAndroid配置Hysteria2
May 29, 2024
服务器安装Hysteria2 root@bwg:~# bash <(curl -fsSL https://get.hy2.sh/) Checking for installed version ... not installed Checking for latest version ... v2.1.1 Downloading hysteria binary: https://github.com/apernet/hysteria/releases/download/app/v2.1.1/hysteria-linux-amd64 ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13.0M 100 13.0M 0 0 15.4M 0 --:--:-- --:--:-- --:--:-- 36.0M Installing hysteria executable ... ok Install /etc/hysteria/config.yaml ... ok Creating user hysteria ... ok Install /etc/systemd/system/hysteria-server.service ... ok Install /etc/systemd/system/[email protected] ... ok Congratulation! Hysteria 2 has been successfully installed on your server. What's next? + Take a look at the differences between Hysteria 2 and Hysteria 1 at https://hysteria.network/docs/misc/2-vs-1/ + Check out the quick server config guide at https://hysteria.network/docs/getting-started/Server/ + Edit server config file at /etc/hysteria/config.yaml + Start your hysteria server with systemctl start hysteria-server.service + Configure hysteria start on system boot with systemctl enable hysteria-server.service 配置文件/etc/hysteria/config.yaml示例如下: …
stufflinuxNekoBoxHysteria2HysteriaNB4ANekoBoxforAndroidnekorayproxy
-
将blogger备份批量转换为md文件
May 22, 2024
安装blog2md apt install git npm git clone https://github.com/xtod/blog2md.git cd blog2md npm install 使用blog2md转换blogger导出的xml文件 node index.js b bak.xml outmd 处理完成后,所有的md文件将保存在outmd文件夹下。 …
-
Unixbench
Dec 26, 2023
Version 5.1.3 – 2011-01-13 下载地址: http://0x8.net/res/UnixBench.zip UnixBench是测试类Unix系统性能基本指标的一个软件;使用多个测试来测试系统性能的各个方面。然后将这些测试结果与基线系统的分数进行比较,以产生指数值,该值通常比原始分数更容易理解。然后将整组索引值组合在一起,为系统创建整体评估分数。 …
-
小米Mix2S安装Mobian
Oct 08, 2023
解锁Mix2S 下载小米官方解锁工具,解锁Mix2S的bootloader。 miflash_unlock_7.6.727.43.zip 密码: 3705 下载所需文件 下载SDK Platform-Tools 官方地址:https://developer.android.com/tools/releases/platform-tools 国内地址: platform-tools-36.0.0-windows.zip 密码: 3705 platform-tools_r34.0.4-windows.zip 密码3705 下载好的文件解压,路径添加至系统环境变量。 …
-
小狼毫使用搜狗词库设置方法
Aug 10, 2023
将搜狗个人词库导入小狼毫 备份搜狗个人词库 搜狗输入法设置->属性设置->词库->中文词库->导出/备份 将个人词库备份到本机,如下操作,导出文件名为搜狗词库备份_2023_8_10.bin …
stufflinuxwindowsrime小狼毫中州韵scelimewlconverterime输入法搜狗sogou深蓝词库转换深蓝词库词库转换
-
Chicago95一个windows95风格的linux主题
Jul 11, 2023
发现了个好东西,Chicago95,一个windows95风格的linux主题。 下面是一些截图: Windows 95 启动屏幕 Windows 95 启动屏幕 RetroTux 启动屏幕 RetroTux 启动屏幕 …
-
Bash读取CSV 文件
Jun 11, 2023
CSV文件是使用逗号作为分隔符的文本文件,CSV文件以纯文本格式存储数据,文件的每一行都是一条数据记录。 我们可以使用bash中的while循环来读取CSV文件。IFS变量设置分隔符为,(逗号)。read命令读取每一行并将数据存储到每个字段中。 …
-
树莓派最新版系统开启SSH登录和设置默认用户
Jun 10, 2023
下载系统为Raspberry Pi OS Lite,信息如下: Release date: May 3rd 2023 System: 32-bit Kernel version: 6.1 Debian version: 11 (bullseye) 下载后使用balenaEtcher写入tf卡。 进入到bootfs分区,新建ssh空文件即可开启默认ssh登录。 …