Using X2Go to Remote Desktop Into Linux Server
X2Go is an open-source remote desktop software for Linux distributions. It provides a secure, smooth and speedy connection even with slow internet. X2Go uses an NX protocol to transmit information…
Learning, Sharing, Creating
X2Go is an open-source remote desktop software for Linux distributions. It provides a secure, smooth and speedy connection even with slow internet. X2Go uses an NX protocol to transmit information…
This post is to summarize the steps to install MySQL DB on CentOS/Ubuntu and illustrate how to generate the db data then populate them into your MySQL Database. Install MySQL…
xRDP protocol is a bit slow to connect based on my previous testing. This time, I am trying to use VNC protocol to do connection, which has been proven much…
Most Cloud Providers do not allow you to log in directly using Password. It will ask you to use public/private key to log in. This post is using AWS EC2…
Ngx_lua_waf is a web application firewall based on lua-nginx-module. Prevent SQL injection, local inclusion, partial overflow, fuzzing, xss, SSRF and other web attacks Prevent file leaks, such as svn /…
Certbot website has explained very well all steps for most of linux OS and situation. You wont get wrong as long as you read the steps carefully. https://certbot.eff.org/ This post…
The default SSH port on all Operating Systems is port 22. For security measures, it is recommended to use other port instead, such as 2222, 2200. The configuration file located…
Download replacement kernel The CentOS6 kernel is replaced with: 2.6.32-504.3.3.el6.x86_64
1. Speedtest Script
Disable Consistent Interface Device Naming To regain the ethX back, edit the grub file. vi /etc/default/grub Look for GRUB_CMDLINE_LINUX and add or change to the following net.ifnames=0. FROM: GRUB_CMDLINE_LINUX="crashkernel=auto resume=/dev/mapper/cl-swap…
It might not make sense to use RDP to remote linux machines. The speed and performance all are not that good from my point to view. But in certain situation,…
The Linux kernel includes the Netfilter subsystem, which is used to manipulate or decide the fate of network traffic headed into or through your server. All modern Linux firewall solutions…