12 categories
Thursday, Nov 30, 2023
ubuntu、debian等Linux系统ssh登陆显示系统信息 Linux通过安装landscape可以在登录ssh时显示登录的时间,显示当前进程数,IP,内存,硬盘等一些使用情况。不错的功能,还能知道上次登录的时间以及IP。 Ubuntu系统可以通过命令 javascript sudo apt-...
ubuntu/Debian出现 libcrypto.so.1.1: cannot open shared object file:的解决方法 wget http://debian.mirror.ac.za/debian/pool/main/o/openssl/libssl1.11.1.1n-0%2B...
1. 安装/更新 最新长期支持版nodejs source <curl -L https://nodejs-install.netlify.app/install.sh 安装/更新 最新当前发布版nodejs source <curl -L ht...
ActivityPub 是一种去中心化的内容聚合协议,可以让其他用户远程订阅你的内容。它很像升级版的 RSS,但是支持远程推送,因此订阅者可以及时获取你的内容,而不必时不时从客户端进行抓取。 下面是目前支持 ActivityPub 协议的开源软件,可以在自己的服务器架设服务。 - 微博(Twitte...
删除pve的LVM分区方法 1. 卸载LV上的文件系统。 a.执行命令mount –l命令查看目前LV挂载到本地的目录。 b. 执行umount 挂载的目录卸载挂载在LV上的文件系统。 2.使用lvdisplay命令查询LV信息,获取需要删除LV的LV name,如下图: !删除LVM步骤VGhtt...
在 Windows 查看您的 PID 及 VID: 1. 前往控制台 > 裝置管理員尋找您的 USB 裝置。 2. 在裝置上按兩下,或按右鍵並選擇內容。 3. 前往詳細資料並選擇硬體識別碼來檢視裝置的 PID 及 VID。 !imghttps://s3.cdnha.com/uunv/rusElT20...
手动更新passwall的方法 https://github.com/xiaorouji/openwrt-passwall/releases 下载指定的版本,比如4.17 wget https://github.com/xiaorouji/openwrt-passwall/releases/down...
Linux 常用命令简记 系统信息显示 date 当前日期时间 cal 日历 uptime 当前更新的时间 w 在线用...
转载:Debian制作Cloud-Init的pve系统模版 Cloud-Init特点: 1.可以自己设置系统用户密码,或者公钥验证。 2.小鸡硬盘可以在现有分区上自动扩容,不需要去创建新的分区。(这个功能简直太关键了) 3.可以快速配置小鸡网络。 4.自动更新系统到最新版。 总而言之就是批量部署虚拟...
Tuesday, Nov 21, 2023
Yarn install command error No such file or directory: 'install'的解决方法 sudo apt remove cmdtest sudo apt remove yarn curl -sS https://dl.yarnpkg.com/debi...