Categories

tech

Postgres Partition Test

2 minute read

Partition is seperated by a field key. But this field will not generate index on each partition table. We should create index manually.

Docker Compose Notes

less than 1 minute read

Docker-compose is a client for arranging docker resources.

Some Viewpoints For Go Oauth2 Pkg

1 minute read

go-oauth2 is a pkg for oauth2 features. We could build a oauth2 server by modifying the hanlder functions to verify. See the code below:

Don’t Run K8s On Aws Free Host

less than 1 minute read

After a complely setting, I finally run the k8s on a aws free host, which has one cpu core and 1G memory, with --vm-driver=none option.

Note Of Linux User

less than 1 minute read

group create group add a ‘test’ group groupadd test modify group change ‘test’ group’s name to ‘test2’ groupmod -n test2 test delete group delete ‘test2’ ...

Jekyll with Github-Page

less than 1 minute read

How to organize Categories and Tags Just put index.html in the folder, whose name indicating the name of node, under categories or tags. Nested folder is acc...

Back to top ↑

DevOps

Postgres Partition Test

2 minute read

Partition is seperated by a field key. But this field will not generate index on each partition table. We should create index manually.

Docker Compose Notes

less than 1 minute read

Docker-compose is a client for arranging docker resources.

Don’t Run K8s On Aws Free Host

less than 1 minute read

After a complely setting, I finally run the k8s on a aws free host, which has one cpu core and 1G memory, with --vm-driver=none option.

Note Of Linux User

less than 1 minute read

group create group add a ‘test’ group groupadd test modify group change ‘test’ group’s name to ‘test2’ groupmod -n test2 test delete group delete ‘test2’ ...

Jekyll with Github-Page

less than 1 minute read

How to organize Categories and Tags Just put index.html in the folder, whose name indicating the name of node, under categories or tags. Nested folder is acc...

Back to top ↑

Dev

Some Viewpoints For Go Oauth2 Pkg

1 minute read

go-oauth2 is a pkg for oauth2 features. We could build a oauth2 server by modifying the hanlder functions to verify. See the code below:

Back to top ↑

personal

Hello World!

less than 1 minute read

This is my first post. It is never too late to get started on blogging.

Back to top ↑