Free self-hosted softwares

Free self-hosted softwares

Read More

10 Anti-patterns các lập trình viên cần phải tránh

Thuật ngữ “anti-patterns” xuất hiện lần đầu tiên trong một cuốn sách mang tên Anti-Patterns vào năm 1998. Nó đề cập đến những giải pháp tái sử dụng mà ban đầu trông có vẻ hữu ích, nhưng dần sau đó, chúng lại trở nên có hại hơn là lợi.

Read More

PHP Notes

PHP Notes

Read More

Install multiple versions of PHP with php-fpm

Install multiple versions of PHP with php-fpm

Read More

15 Docker Commands Beginners Should Know

In this post, basically, I don’t put options. If you think this command is lacking something important, you will need to check Docker Doc (https://docs.docker.com/)

Read More

RSA encryption in Java and JavaScript

Using RSA encryption to:

  1. Encrypt plain text in Java and decrypt cypher text in JavaScript.
  2. Encrypt plain text in JavaScript and decrypt cypher text in Java.

Encryption in JavaScript side

Read More

AES encryption in Java and JavaScript

In this article, I’m going to discuss about both side AES encryption in Java and JavaScript. It means:

  1. Encrypt plain text in Java and decrypt cypher text in JavaScript.
  2. Encrypt plain text in JavaScript and decrypt cypher text in Java.

JavaScript side

I use library CryptoJS for AES encryption.

Read More

Atlassian Confluence troubleshooting

Language Settings

Administrators can define a default language to be applied to all spaces in your Confluence site. Note that individual users can select a language preference for their session.

Setting the default language

To change the default language for the Confluence site:

Read More