Category: Program

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Portainer.io makes it easier to manage containers

Portainer is ideal for anyone thinking of starting to orchestrate containers. It is an open source web application that has been developed to facilitate the administration of docker containers and images. What used to be done only via the command line can now be managed via a graphical interface accessed from any browser. As well

Standard

Monitoring Queries in MySQL in real time

Monitoring queries that are causing system bottlenecks is a common and extremely useful task. MySQL comes by default with the mysqladmin utility, which allows you to perform administrative tasks such as checking the MySQL server’s configuration, status, creating a database and so on. How to monitor Queries in real time using mysqladmin ? Given the

Standard

MySQL: Recovering the root password

Accidents happen. Losing or forgetting a password is not uncommon. In this brief guide, we’ll teach you how to change the MySQL root password on Linux servers. First of all, make sure you are logged in as root. We will edit the file “ /etc/my.cnf ” file and add the following directive at the end

Standard

Android getColor() Requires API Level 23

When using a newer API (API level 23) with support for older API’s (API Level 15), we have a small problem when trying to change the background programmatically. “Call requires API level 23 (current min is 15)…” To solve this problem, Android offers ContextCompat: ContextCompat.getColor(context, R.color.suspendedAccount)  

Latest news

Latest news directly from our blog.