Search

Tag: mysql

View:
Vladan Seget
  • Vladan Seget
  • October 12, 2023

Observium Community Edition – Check out this cool network monitoring tool

Looking for a powerful network monitoring tool to keep your data center running smoothly? Datacenter admins, this one’s for you – Observium Community Edition, an open-source tool. Discover how Observium simplifies network monitoring, offering real-time insights, automatic device discovery, scalability, and more.
Read more
Florent Appointaire
  • Florent Appointaire
  • June 16, 2022

[Azure] Upgrade an Azure Data Disk Used in AKS

Upgrading is necessary for smooth virtualization workload, as well as it is to compliance. However scrupulous and automated things may be, it can still happen that certain Azure disks in your Azure Kubernetes Service (AKS) can be full, so the upgrade won’t be possible without some tweaking. Luckily, there’s a way to deal with that.
Read more
Florent Appointaire
  • Florent Appointaire
  • April 21, 2022

Move your Azure resources in CLI instead of using the portal

In addition to using Azure Portal, there is also the ability to migrate desired resources using CLI (command-line interface). This way, you can bypass the long waiting time for the Portal to perform validation and then enact the move. Instead, you can type in certain commands and start moving resources to another group, subscription, or region right away.
Read more
Karim Buzdar
  • Karim Buzdar
  • September 21, 2021

How to install and use DBeaver in Linux

DBeaver is an open-source, free multi-platform database management software. It’s also an SQL client for developers and database administrators that has a user-friendly UI. It can be used as an alternative for MySQL-Workbench and PGAdmin to work with various databases, like MySQL, PostgreSQL, Greenplum, and others.
Read more
Karim Buzdar
  • Karim Buzdar
  • May 6, 2021

How to Setup Nextcloud with LAMP on Ubuntu 20.04 LTS

Looking to set up a remote office? NextCloud is an open-source solution that simplifies access to necessary data and secures it on your personal cloud-based workspace. You can sync, access, and share that data fast among your chosen devices. No more need to worry that files are out of reach or outdated anymore.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • November 5, 2019

How to Install Django on Ubuntu Server 18.04 LTS – Part 3: Configuring Django to use PostgreSQL database

Creating apps in Ubuntu that will work seamlessly on different platforms may seem like quite the challenge. Nonetheless, with the right knowledge, you can manage that like a pro. By installing Django on Ubuntu Server 18.04 LTS and configuring it to use PostgreSQL (which is focused on SQL standards compliance), you can now easily build apps there using heterogeneous databases.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • September 3, 2019

How to Install Django on Ubuntu Server 18.04 LTS – Part 2: Configuring Django to use MySQL database

You have probably already covered the basics of Django installation on Ubuntu Server 18.04 LTS. This framework now is ready for the ride, but, as you know, there’s always room for improvement. If you have a little interest in using default SQLite database option, then it’s time to opt for better!
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • April 18, 2019

Installing AMP stack on Ubuntu Server 18.04.2

Websites serving a large number of requests or providing services require high uptime. Here AMP (Apache, MySQL, and PHP) stack comes. It performs a logical pooling of resources, distributing workloads across multiple servers. So, with AMP stack you receive improved performance and high availability (HA) of your services.
Read more