Teamviewer is a cross-platform, powerful, and secure remote access and control software that can connect to multiple devices simultaneously. It is an all-in-one solution for remote support which can be used for desktop sharing, online meetings, and file transfer between devices connected over the Internet. It works on notable operating systems such as Linux, Windows,
designlinux, Author at DesignLinux - Page 24 of 83
How to Enable Remi Repository to Install Latest LAMP Stack
If you are a system administrator, a developer, or a DevOps engineer, chances are that at some point you’ve had to set up (or work with) a LAMP (Linux / Apache / MySQL or MariaDB / PHP) stack. The web and database servers, along with the well-known server-side language, are not available in their latest
How to Setup MySQL Master-Slave Replication on RHEL 8
MySQL Replication is a process where data from one server is automatically copied or replicated onto another backup server in real-time. Replication provides redundancy and fault tolerance and gives the user peace of mind that even after a failure in the master server, data can still be recovered. In this tutorial, you are going to
LFCA: How to Monitor Basic System Metrics in Linux – Part 8
This article is Part 8 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to monitor basic system metricks and schedule administrative tasks in the Linux system. Keeping tabs on the performance of your system is one of the crucial roles that you will have to
LFCA: How to Manage Software Packages in Linux – Part 7
This article is Part 7 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage software packages in the Linux system. As a systems administrator, you will be tasked with the responsibility of managing software packages. This includes installing, upgrading, and removing or uninstalling packages
How to Install Mosh Shell as SSH Alternative on Linux
Mosh, which stands for Mobile Shell is a command-line application which is used for connecting to the server from a client computer, over the Internet. It can be used as SSH and contains more feature than Secure Shell. It is an application similar to SSH, but with additional features. The application is written originally by
How to Configure FirewallD in RHEL, CentOS and Fedora
Net-filter as we all know it’s a firewall in Linux. Firewalld is a dynamic daemon to manage firewalls with support for network zones. In the earlier version, RHEL & CentOS 6 we have been using iptables as a daemon for packet filtering framework. In RHEL/CentOS 7/8 and Fedora iptables interface is being replaced by firewalld.
Gdu – A Pretty Fast Disk Usage Analyzer for Linux
In this article, we will take a look at gdu an open-source disk usage analyzer written in go. Gdu is inspired by godu, dua, ncdu, and df. The gdu tool is created for SSD drives where parallel processing can be utilized. This tool can also work with HDD with less performance compared to SSD drives.
How to Install SQLite and SQLite Browser in Ubuntu
SQLite is a lightweight, small and self-contained RDBMS in a C library. Popular databases like MySql, PostgreSQL, etc. works in the client-server model and they have a dedicated process running and controlling all the aspects of database operation. But SQLite has no process running and has no client-server model. SQLite DB is simply an file
LFCA: Learn to Manage Time and Date in Linux – Part 6
This article is Part 6 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage time and date settings in the Linux system. Time is crucial in any Linux system. Multiple services such as crontab, anacron, backup and restore services depend on accurate time to