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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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). …
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 …