Wlxyzxyz's Blog
搭建speedtest
安装nginx和php ```shell sudo apt install nginx php-fpm php --version #测试是否安装成功 ``` 在目录下下载speedte
windows下telegram更换字体
下载TGFont.dll [https://github.com/ysc3839/TGFont/releases](https://github.com/ysc3839/TGFont/releas
隐藏模块中出现错误 link
mac的word打开时出现隐藏模块中出现错误 link  删除Word文件夹下的内容 ```shell cd ~/Library/Group\ C
实用软件
# Windows quick look https://github.com/QL-Win/QuickLook cmder http://cmder.net/ cygwin ht
用dnsmasq搭建dns服务器
## 1 安装dnsmasq ```shell sudo apt-get install dnsmasq ``` 说明:/etc/resolv.conf是默认的文件,记录的是本机器的上
树莓派安装系统
## 1. 下载raspbian raspbian网址 [https://www.raspberrypi.org/downloads/raspbian/ ](https://www.raspbe
树莓派下载
## transmission 安装transmission ```shell sudo apt-get install transmission-daemon ``` 给用户权
github部署hugo博客
## 1 安装hugo 首先在本地安装hugo https://github.com/gohugoio/hugo/releases/ ```shell wget https://g
树莓派安装nginx
安装nginx ```shell sudo apt-get install nginx ``` 启动 sudo /etc/init.d/nginx start sudo n