I’m doing a fair deal of development in the area of RESTFul API features, all of which use Secure Sockets Layer (SSL) to ensure the security of personal information being transmitted over the internet. …
Tag: Linux
Find everything Torbjorn has written about Linux
When website traffic grows to see an increase in traffic, one of the components that shows stress the fastest is the backend database. If your database is not distributed and configured to handle high loads, it can …
As part of launching a new WordPress website, you need to do some optimization from the standard installation and give your WordPress improved performance improve page loads. There are a number of ways you can do …
Recently I had a request, asking how can we set up redirects by country to have country-specific landing pages. This can be done by installing mod_geoip, you can download GeoIP legacy Apache module from GITHUB – compile the …
So you want to Safely Rename your MySql Database, here is a tip on how to do it. If you do not have phpmyadmin installed on your server, then below are the steps to safely rename a MySql database. …
WordPress uses MySql database to store all the plugin options, theme options, your pages, your posts, users and comments, with more visitors your site need to be able to scale or in my case, I had …
You have configured your MySql replication, the next step is to perform maintenance and monitor your replication. Percona Toolkit for MySQL is a collection of advanced command-line tools to perform a variety of MySQL server and …
I run into an issue recently, I got a use case to connect to the Luminoso service using their API, Luminoso has an Authentication library in Python, my backend server is written in PHP. …
If you looking at creating a “zip” archive file under Linux, the command to use is tar. To create an archive using tar, use a command like this, which bundles all the files in the current …
pwd Print working directory, i.e., display the name of my current directory on the screen. hostname Print the name of the local host (the machine on which I am working). Use netconf (as root) to change the name …
Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of hackers. The system administrator is responsible for the security Linux box. In this first part of a Linux …