标签: Linux
thumbnail

2.网络管理-Linux复习计划

Centos7 1.mii-tool eth0 查看网卡连接状态 eth0: negotiated 1000baseT-FD flow-control, link ok 2.route -n 查看路由IP不解析为主机名,netstat -nr 也可查……
thumbnail

ElementaryOS/Ubuntu修改登录界面分辨率

安装elementaryos8后,显示器分辨率太高导致显示字体和UI元素太小,系统里可以设置显示器缩放比例,但是登录界面还是很小,经过尝试,算是找到了解决办法。 ……
thumbnail

Ubuntu24.04-minimal安装crontab

今天在Ubuntu最小版安装acme时提示crontab未安装,这还是第一次见,安装一下cron apt update apt install cron 如果是REHL系需要安装 yum install cronie &n……
thumbnail

GPG签名报错error: gpg failed to sign the data:

环境: Ubuntu24.04 今天在学习给github添加gpg签名,签名时提示 error: gpg failed to sign the data: [GNUPG:] KEY_CONSIDERED 6Axxxxxxxxxxxxxxxxxxxxxxxxx……
thumbnail

Ubuntu24.04修改DNS

vi /etc/systemd/resolved.conf 打开resolved.conf文件写入 DNS=8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8……
thumbnail

树莓派安装CUPS打印服务器实现局域网共享iPhoneAirprint打印

家里打印机型号有点老,只能USB打印,要实现局域网共享可以安装免费的PaperCut Mobility Print,也可以安装打印CUPS服务器来实现,今天安装CUPS。 1. 构建CUPS……
thumbnail

Rclone开机自动挂载onedrive备份网站数据

因为网站数据没备份重新搞一次有点头大,手里有几个onedrive账号,刚好用来备份。 1. 获取微软账号的client_id和client_secret 访问https://portal.azure.com/……
thumbnail
Web

Cloudflare Zero Trust保护网站后台

今天为大家带来的是利用Cloudflare大好人家的Zero Trust保护网站后台。 登录Cloudflare,首页点击Zero Trust→Access→Applications→Add an application,选择se……
thumbnail

从零搭建自己的密码管理器-Vaultwarden

Bitwarden是非常流行的密码管理器,Vaultwarden是使用Rust语言编写的开源的Bitwarden服务端API的替代实现。本文将利用本地树莓派Docker部署Vaultwarden+Cloudf……
thumbnail
Web

本站支持HTTP3了

系统:Ubuntu 24.04 openssl从3.2版本已经合入QUIC cd /root git clone https://github.com/openssl/openssl.git git clone https://github.com/arut/nginx-……