Add Username and Password Authentication to h5ai for Viewing

``` Explanation: Usually, after installing h5ai, you can directly view the directory without entering a username and password, which is not secure. Therefore, we need to manually add some code

2018-09-04

Read more
Lao Xue Hosting 10th Anniversary Celebration: Lifetime 50% Off on New Purchases

Laoxuehost, founded in October 2008, is dedicated to providing cost-effective overseas hosting services and domain registration services. All virtual hosts use powerful Cpanel panels and support SSL c

2018-09-04

Read more
Unzipping tar.gz files using PharData in PHP

**PHP解压tar.gz文件** - 发布日期:2018年7月6日 在项目开发中,需要使用PHP解压tar.gz文件,然后再对解压后的文件进行处理。因为PHP解压tar.gz文件这个需�

2018-07-06

Read more
Installing Firewalld Firewall and Common Commands in CentOS 7

firewalld is a firewall management tool for Linux operating systems. It provides firewall functionality by acting as a front-end to the netfilter framework of the Linux kernel, similar to iptables. !

2018-09-03

Read more
Vultr launches $3.5/month VPS, all data centers available

# Vultr $2.5/month Package In March 2017, Vultr launched a $2.5/month package, as mentioned in the article "[Vultr推出2.5$套餐,新用户注册送10$](https://blog.xiaoz.org/archives/8027)". How

2018-09-02

Read more
Zdir Update: Powerful and Practical Directory Listing Program

Zdir is a directory listing program developed using PHP. The initial purpose of developing Zdir was to create a frontend library and software library. However, it was found that the existing directory

2018-09-01

Read more
CSS Implementation of Gradient Color, Left to Right, Top to Bottom

1. Gradient color from left to right: ```css background:#74F195; background:-webkit-linear-gradient(left,#74F195,#C8FF9A); background:-o-linear-gradient(right,#74F195,#C8FF9A); background:-moz-linear

2017-12-28

Read more
Powerful Gif Recording Tool: ScreenToGif

ScreenToGif is an open-source screen recording tool that allows you to easily record your screen and convert it into a GIF animation. It also provides features to edit the GIF animation. ![](https://

2018-08-26

Read more
Using docsify to create a beautiful documentation system

docsify is a tool for dynamically generating documentation websites. Unlike GitBook and Hexo, it does not generate .md files into .html files. Instead, all the conversion work is done at runtime. doc

2018-08-25

Read more
Installing supervisord on Centos 7.X

supervisord is a process management tool for Linux/Unix systems. ## Installation ```shell yum install supervisor ``` ## Setting up auto-start ```shell systemctl enable supervisord.service ``` ## Co

2017-08-13

Read more