D Blog

Just do it!

How to install Google Chrome Browser on Kali Linux

Download Google Chrome wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Install Google Chrome The easiest way to install google chrome on your Kali Linux is to by use...

TCP fast open may cause shadowsocks to be found

tcp fast open可能会导致ss被发现

Install v2ray on FreeBSD

Install pkg install v2ray Configuration Set v2ray system startup. Add content as following below to /etc/rc.conf v2ray_enable="YES" set v2ray’s config.json of client. vim /usr/local/etc/v2ray/con...

Install shadowsocks-libev on FreeBSD

Install Shadowsocks-libev is available in FreeBSD Ports Collection. You can install it in either way, pkg or ports. pkg(recommended) pkg install shadowsocks-libev Configuration Edit config.json...

Debian 9 turns on Google BBR

The network is bumpy, especially during late peak hours. We will inevitably experience slow speeds when accessing foreign servers. If our server is a Linux system, fortunately, the kernel version o...

Set static IP address and DNS on FreeBSD

1.Set IP address and default router # ee /etc/rc.conf Add content as following into /etc/rc.conf. ifconfig_em0="inet 192.168.1.18 netmask 255.255.255.0" defaultrouter="192.168.1.1" 2.Setting up ...

Post not shown if title contains : ( colon) on github used jekyll

If your post title contains : (colon) it will not shown on jekyll github. solution: Use &#58 instead of : in your post title.

failed to handler mux client connection

V2ray client(on Kali2019) connect to server(Debian9) Error Message as following: failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > v2ray.com/cor...

双拼键盘


server certificate verification failed. CAfile: none CRLfile: none

When you use command git pull error message as following: server certificate verification failed. CAfile: none CRLfile: none Solution: git config --global http.sslverify false git config --global...