by ray | Feb 2, 2019 | AWS, Wordpress
Each Bitnami stack includes a control script that lets you easily stop, start and restart services. The script is located at /opt/bitnami/ctlscript.sh. Obtain the status of a service with the service bitnami status command: sudo...
by ray | Feb 2, 2019 | AWS, Wordpress
Introduction WordPress is one of the most popular open source Content Management Systems (CMS). In this how-to guide, you will learn how Bitnami configures WordPress, what the common issues are and how to address them. Configuration Bitnami offers two...
by ray | Sep 27, 2018 | AWS
cat /etc/system-release
by ray | Jul 16, 2018 | AWS
Lately, I have been working frequently with a couple EC2 instances. Remote editing on these instances has become a day-to-day task for me. These instances are based on Amazon Linux. I am so used to the “Ubuntu” way of remote editing, which I have...
by ray | Jul 16, 2018 | AWS, Linux / Ubuntu
Introduction SSH, or secure shell, is the most common way of connecting to Linux hosts for remote administration. Although the basics of connecting to a single host are often rather straight forward, this can become unwieldy and a much more complicated task when you...
by ray | Jul 16, 2018 | AWS
The AWS CLI should be your best friend The AWS console is certainly very well laid out and, with time, becomes very easy to use. However if you are not using the AWS CLI (Command Line Interface) from your local terminal, you may be missing out on whole lot of great...