May 2022 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
- Authentication (1)
- Docker (1)
- Linux (1)
Archives
Meta
Author Archives: admin
Linux date command -s (–set) doesn’t work
When we use the date command to change system DateTime: date -s '2021-03-04 11:21:13' to change system time, the system return Thu Mar 4 11:21:13 CST 2021 It looks like the time have already changed successfully, but run the date command again and found the time still the … Continue reading
Use Docker to deploy phpmyadmin
Docker is a very powerful tool to deploy application, no need to worry about the Operation System, docker app delivered with runtime, it means you don’t need prepare the runtime and dependencies and just load the docker images and run … Continue reading
Why I said don’t use JWT(JSON Web Token)
JWT (JSON Web Token) officially states the industry-standard RFC 7519 method for representing claims securely between two parties. With stateless, decentration, even small package size makes it more advantageous to other protocol. but according to my actual investigation, I found … Continue reading