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/)
RSA encryption in Java and JavaScript
Using RSA encryption to:
- Encrypt plain text in Java and decrypt cypher text in JavaScript.
- Encrypt plain text in JavaScript and decrypt cypher text in Java.
Encryption in JavaScript side
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:
- Encrypt plain text in Java and decrypt cypher text in JavaScript.
- Encrypt plain text in JavaScript and decrypt cypher text in Java.
JavaScript side
I use library CryptoJS for AES encryption.
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:
Install WordPress plugins and themes without asking FTP credentials
Sau khi cài đặt một bản WordPress mới, bạn sẽ cần cài đặt thêm theme hoặc các plugins hỗ trợ. Những lúc như thế này, đôi khi bạn phát hiện ra rằng WordPress yêu cầu bạn phải upload qua giao thức FTP, với các thông tin xác thực được yêu cầu. WordPress sẽ chỉ yêu […]
Install Gnome 3 GUI on RHEL, CentOS
Kiểm tra yum package đã có sẵn gói cài đặt giao diện hay chưa bằng lệnh:
sudo yum group list
Cài đặt gói giao diện:
sudo yum -y groupinstall "GNOME Desktop" "Graphical Administration Tools" sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
Open port for SQL Server remote connection
Ports and protocols used by Microsoft SQL Server database engine (SQLServer).
About this task
Microsoft SQL Server is a relational database management system (RDBMS) produced by Microsoft. Its primary query language is Transact-SQL, an implementation of the ANSI/ISO standard Structured Query Language (SQL) which is used by Microsoft. You need to allow distant users to connect to the SQL server so they can address it their queries.
SQL Server is used by:










