Using netboot.xyz to Install Linux System on Oracle Free Tier Machine (x86, ARM)
This post is to sum up the steps using netboot.xyz package to install Linux system into Oracle Free Tier machine, either x86 or ARM architecture.
Learning, Sharing, Creating
This post is to sum up the steps using netboot.xyz package to install Linux system into Oracle Free Tier machine, either x86 or ARM architecture.
Windows RDP program MSTSC has a compatibility issue with xRDP application in Linux. Based on our testing with previous posts : Install xRDP with Ubuntu Desktop on Oracle ARM VM…
Oracle Cloud provides free tier ARM machines which you can have maximum 4 Core OCPU and 24G RAM to use. There are lots of usage for this generous offer. In…
Remote Desktop Protocol allows users to access remote systems desktop. The XRDP service provides you a graphical login to the remote machines using Microsoft RDP (Remote Desktop Protocol). The XRDP…
This post is to summarize some interesting but special usage which is out of normal linux commands. For basic Linux commands, you can find it from my previous post.
Ssmtp (Simple SMTP) is a little nice tool you can use under Linux command line to send out email. SSMTP allows users to transfer emails through an SMTP server from the…
I am having a couple of low memory vm in the cloud to run some basic testing lab. It always gets me a notification for the performance , especially on…
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 /…