Wlxyzxyz's Blog

搭建speedtest

2018/8/11

安装nginx和php ```shell sudo apt install nginx php-fpm php --version #测试是否安装成功 ``` 在目录下下载speedte

windows下telegram更换字体

2018/8/10

下载TGFont.dll [https://github.com/ysc3839/TGFont/releases](https://github.com/ysc3839/TGFont/releas

隐藏模块中出现错误 link

2018/7/31

mac的word打开时出现隐藏模块中出现错误 link ![link](link.png) 删除Word文件夹下的内容 ```shell cd ~/Library/Group\ C

实用软件

2018/7/31

# Windows quick look https://github.com/QL-Win/QuickLook cmder http://cmder.net/ cygwin ht

用dnsmasq搭建dns服务器

2018/7/31

## 1 安装dnsmasq ```shell sudo apt-get install dnsmasq ``` 说明:/etc/resolv.conf是默认的文件,记录的是本机器的上

树莓派安装系统

2018/7/29

## 1. 下载raspbian raspbian网址 [https://www.raspberrypi.org/downloads/raspbian/ ](https://www.raspbe

树莓派下载

2018/7/29

## transmission 安装transmission ```shell sudo apt-get install transmission-daemon ``` 给用户权

github部署hugo博客

2018/7/29

## 1 安装hugo 首先在本地安装hugo https://github.com/gohugoio/hugo/releases/ ```shell wget https://g

autojump

2018/7/29

autojump brew install autojump brew info autojump

树莓派安装nginx

2018/7/25

安装nginx ```shell sudo apt-get install nginx ``` 启动 sudo /etc/init.d/nginx start sudo n