会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cansin
我没有爱好,如果有,那就是白日有梦
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2025年2月16日
微信多开工具
摘要: 微信多开工具 朋友要的,就做着玩。 微信多开,其实只要连续快速打开微信,就可以了,简单点就写个bat去启动。 为了方便直观的去启动,就打包成APP。 通过网盘分享的文件:微信多开链接: https://pan.baidu.com/s/1vMoF-2K6O1OY6WQoNAzThw?pwd=5x5q
阅读全文
posted @ 2025-02-16 14:25 cansin
阅读(20)
评论(0)
推荐(0)
2024年5月16日
使用玩客云 实现PS4 11.0 开机自动破解
摘要: 给玩客云刷好armbian后,安装pwn破解工具,通电自启,PS4 11.0开机自动破解,破解成功后自动关机 #改地区cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime#更换源bash <(curl -sSL https://linuxmirror
阅读全文
posted @ 2024-05-16 23:55 cansin
阅读(5734)
评论(0)
推荐(0)
2024年4月6日
gamelist.xml游戏列表编辑器
摘要: 支持emuelec、batocera、开源掌机OS等基于gamelist.xml的系统 功能很单一,优化gamelist.xml列表,删除空ROM指向的游戏,删除0KB的游戏。添加游戏。 本地或SMB访问编辑。 语言VB,视频控件VLC,纯个人兴趣制作,只因为突然迷上复古游戏,盒子刷emuelec,
阅读全文
posted @ 2024-04-06 18:26 cansin
阅读(1177)
评论(0)
推荐(0)
2024年1月10日
玩客云等armbian系统安装homeassistant、docker、casaOS、Alist、kilpper、qBittorrent、zerotier
摘要: # 备份当前的源列表sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak # 使用清华大学的镜像源替换原有的源sudo bash -c 'cat > /etc/apt/sources.list' << EOFdeb https://mirro
阅读全文
posted @ 2024-01-10 12:34 cansin
阅读(2584)
评论(0)
推荐(0)
2023年8月16日
CentOS 7 安装 libsodium
摘要: #下载并解压 wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-stable.tar.gz tar -zxf libsodium-1.0.18-stable.tar.gz cd libsodium-stab
阅读全文
posted @ 2023-08-16 22:15 cansin
阅读(946)
评论(0)
推荐(0)
2023年7月4日
快手PCDN部署脚本
该文被密码保护。
阅读全文
posted @ 2023-07-04 00:53 cansin
阅读(0)
评论(0)
推荐(0)
PVE 安装虚拟交换机与设置RDM直通
摘要: 因业务上的需求,从ESXI转PVE平台,一切都要慢慢的去了解! #PVE安装虚拟交换机#删除默认源 rm -rf /etc/apt/sources.list.d/pve-enterprise.list #创建软件源 nano /etc/apt/sources.list #添加源 deb https:
阅读全文
posted @ 2023-07-04 00:37 cansin
阅读(1724)
评论(0)
推荐(0)
2023年3月28日
创建Docker版本的wordpress
摘要: 由于一些特殊情况,需要在Centos服务器下 再搭建个WEB端,又不能影响现有的环境,于是在docker下做个wordpress博客,没想到还挺好用的哈。 #下载镜像 docker pull wordpress:latest docker pull mysql:latest #安装数据库与wordp
阅读全文
posted @ 2023-03-28 22:32 cansin
阅读(27)
评论(0)
推荐(0)
Vue脚手架安装与使用
摘要: #查看powershell配置$profile #查看配置文件,如果不存在,创建配置文件New-Item -ItemType File -Path $profile -Force #下载并安装nodejs,载23-03-28,官网提供的安装包内含npm9.5.0https://nodejs.org/
阅读全文
posted @ 2023-03-28 21:51 cansin
阅读(29)
评论(0)
推荐(0)
2023年3月13日
Centos下后台运行
摘要: 使用nohup命令可以使代码脚本软件放到后台运行,但关闭SSH,进程也跟着关闭。这里通过screen会话来实现,真实后台,且关闭ssh不会影响进程。当然重启肯定就没了,需要手动启用。 #安装screenyum install screen -y #创建新会话screen -S frp1 #添加后台进
阅读全文
posted @ 2023-03-13 13:08 cansin
阅读(351)
评论(0)
推荐(0)
1
2
3
下一页