Is production: true
Add password to PDF using pdfbox
March 19, 2023 by Xeth [~1 mins]

#migrated
Check raided disk info
March 19, 2023 by Xeth [~1 mins]

#migrated
Curl configurations
March 19, 2023 by Xeth [~1 mins]

#migrated
Docker daily operation command
March 19, 2023 by Xeth [~1 mins]

#migrated
How to add user in CentOS
March 19, 2023 by Xeth [~1 mins]

#migrated
How to change CentOS timezone
March 19, 2023 by Xeth [~1 mins]

#migrated
How to change server hostname
March 19, 2023 by Xeth [~1 mins]

#migrated
How to do port forwarding through ssh
March 19, 2023 by Xeth [~1 mins]

#migrated
How to install docker on Raspberry PI
March 19, 2023 by Xeth [~1 mins]

#migrated
How to install mdadm on centos
March 19, 2023 by Xeth [~1 mins]

#migrated
How to make Android Studio Portable
March 19, 2023 by Xeth [~1 mins]

#migrated
How to release python package to pypi
March 19, 2023 by Xeth [~1 mins]

#migrated
How to resume a mdadm device
March 19, 2023 by Xeth [~1 mins]

#migrated
how to set up ntp on CENTOS8
March 19, 2023 by Xeth [~1 mins]

#migrated
How to set up raspberry pi 4
March 19, 2023 by Xeth [~1 mins]

#migrated
How to setup sftp
March 19, 2023 by Xeth [~2 mins]

#migrated
How to start task like nohup in linux
March 19, 2023 by Xeth [~1 mins]

#migrated
Install docker on CentOS
March 19, 2023 by Xeth [~1 mins]

#migrated
Install jupyter notebook from docker
March 19, 2023 by Xeth [~1 mins]

#migrated
Make Visual Studio Code Portable
March 19, 2023 by Xeth [~1 mins]

#migrated
Secure ssh configuration
March 19, 2023 by Xeth [~1 mins]

#migrated
centos Group management
March 17, 2023 by Xeth [~1 mins]

A snippet to manage cnetos group

#linux
#migrated
How to sync time in Linux
March 17, 2023 by Xeth [~1 mins]

#migrated
#ntp
Disable git ssl cert verification
March 17, 2023 by Xeth [~1 mins]

Discover how to skip SSL verification in Git commands when accessing a …

#migrated
Nginx SSL security testing and tuning
March 17, 2023 by Xeth [~1 mins]

Learn how to set the utf8mb4 collation in MySQL with our step-by-step …

#migrated
#security
#tls
UTF 8 support in Windows Cmd
March 17, 2023 by Xeth [~1 mins]

Tried using scala repl in windows, chinese words now showing …

#windows
#migrated
#scala
#encoding
How to setup static IP
April 5, 2021 by Xeth [~1 mins]

To modify the linux to machine bind to static IP address. the example …

#migrated
#raspberry-pi
#linux
Disable WebRTC in firefox
February 16, 2021 by Xeth [~1 mins]

The below line indicates how to disable WebRTC in windows for web …

#migrated
#mullvad
Disable windows password manager for git
February 16, 2021 by Xeth [~1 mins]

On windows 10+ version(susppecting only, not so sure), the windows git …

#migrated
Linux sudo bug - CVE-2021-3156
February 6, 2021 by Xeth [~1 mins]

Learn how to detect if your operating system is vulnerable to the …

#linux
#migrated
Url to install gitea on centos
January 31, 2021 by Xeth [~1 mins]

Just linage to a url which help to install gitea on the centos 7

#migrated
How to setup git diff in windows
May 19, 2020 by Xeth [~1 mins]

The below how to demo how to set up the diff tool to git on windows …

#migrated
#outdated
Android NavigationView click event not working
April 27, 2020 by Xeth [~1 mins]

An article describe an issue encountered when the working on android …

#migrated
#issue
How to start disk management tool in windows
January 5, 2020 by Xeth [~1 mins]

In windows, we can switch disk letter with the tools called …

#migrated
Nextcloud generated url using http instead of https
January 1, 2020 by Xeth [~1 mins]

A issue happen when setup nextcloud behind a reverse proxy server.

#migrated
#issue
#nextcloud
Partition deletion and creation in windows
December 2, 2019 by Xeth [~1 mins]

A article description the how to use the `diskpart` command.

#migrated
Creating https system
November 20, 2019 by Xeth [~2 mins]

A guideline about the ssl setup and application with nginx or spring …

#migrated
#outdated
ffmpeg techniques
November 20, 2019 by Xeth [~1 mins]

A list of useful script for `ffmpeg`.

#migrated
#ffmpeg
Try catch close in scala
November 20, 2019 by Xeth [~1 mins]

#migrated
Skip Git ssl verification
October 14, 2019 by Xeth [~1 mins]

The snippet help to skip the ssl verification when git operation(such …

#migrated
Linux crontab
October 12, 2019 by Xeth [~1 mins]

While using linux as application host, there are quite a lot chance …

#migrated
#shell
#crontab
Reset nextcloud password in docker environment
October 12, 2019 by Xeth [~1 mins]

You can reset the admin user password of nextcloud by flowing this …

#migrated
#nextcloud
Creating docker mysql in quick manner
September 29, 2019 by Xeth [~1 mins]

The following snippet help creating simple mysql docker container for …

#migrated
Install nodejs and npm from portable zip file
September 25, 2019 by Xeth [~1 mins]

The article describe how install portable version of npm.

#migrated
#outdated
#nodejs
How to setup customized sbt console
September 19, 2019 by Xeth [~1 mins]

#migrated
Javapoet get field with generic type
September 9, 2019 by Xeth [~1 mins]

The below snippet show how to create field with generic type in …

#migrated
#java
Springfox Swagger2 java.lang.NoSuchMethodError
September 5, 2019 by Xeth [~1 mins]

An issue about spring boot with swagger2 integration through …

#migrated
#java
#issue
#swagger
Add Security to Maven
August 29, 2019 by Xeth [~1 mins]

A article descritpion how to use the maven master encryption password …

#migrated
#maven