Menu

Explore Technology Insights

Dive into the latest trends, innovations, and in-depth articles across various tech categories.
Search Gadget Rumours

Linux

All About: Linux

Discover the latest Linux news, updates, and tutorials with Gadget Rumours. Whether you're a seasoned user or a newbie, we have something for everyone.

How To Add Swap Space on Debian 9

How To Add Swap Space on Debian 9

Pavlos PapadopoulosDec 29, 20181 min read

Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space. Swap space…

How to Configure LDAP Client to Connect External Authentication

How to Configure LDAP Client to Connect External Authentication

Pavlos PapadopoulosDec 14, 20181 min read

LDAP (short for Lightweight Directory Access Protocol) is an industry standard, widely used set of protocols for accessing directory services. A directory service in simple terms is a centralized, network-based database optimized for read access. It stores and provides access to information…

How to Install Anaconda on CentOS 7

How to Install Anaconda on CentOS 7

Pavlos PapadopoulosDec 10, 20181 min read

Anaconda is the most popular python data science and machine learning platform, used for large-scale data processing, predictive analytics, and scientific computing. Anaconda distribution ships with more than 1,000 data packages, the conda command-line tool, and with a desktop graphical…

How to install Gradle on CentOS 7

How to install Gradle on CentOS 7

Pavlos PapadopoulosDec 2, 20183 min read

Introduction: A Beginner’s Guide How to Install Gradle on CentOS Gradle is a powerful build automation tool widely used in Java development projects. If you’re an amateur user looking to install Gradle on CentOS, this guide will walk you through…

How To Add Swap Space on Ubuntu 18.04

How To Add Swap Space on Ubuntu 18.04

Pavlos PapadopoulosDec 1, 20181 min read

Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space. Swap space…

How to Setup FTP Server with VSFTPD on CentOS 7

How to Setup FTP Server with VSFTPD on CentOS 7

Pavlos PapadopoulosNov 23, 20181 min read

FTP (File Transfer Protocol) is a standard client-server network protocol that allows users ro transfer files to and from a remote network. There are several open source FTP servers available for Linux. The most popular and widely used are PureFTPd,…

How to Install Flask on Ubuntu 18.04

How to Install Flask on Ubuntu 18.04

Pavlos PapadopoulosNov 20, 20183 min read

Flask is a popular Python web framework that allows you to create web applications quickly and easily. In this article, we’ll show you how to install Flask on Ubuntu 18.04. Step 1: Update the Package Repository Before installing any new…

How to install Tomcat 9 on CentOS 7

How to install Tomcat 9 on CentOS 7

Pavlos PapadopoulosNov 17, 20183 min read

Introduction: A Beginner’s Guide How to Install Tomcat 9 on CentOS Apache Tomcat is a popular web server and servlet container that allows you to run Java web applications. If you’re an amateur user looking to install Tomcat 9 on…

How to Install phpMyAdmin with Nginx on Ubuntu 18.04

How to Install phpMyAdmin with Nginx on Ubuntu 18.04

Pavlos PapadopoulosNov 15, 20183 min read

Introduction: A Beginner’s Guide How to Install phpMyAdmin with Nginx on Ubuntu phpMyAdmin is a popular web-based database management tool that provides an intuitive interface for managing MySQL databases. If you’re an amateur user looking to install phpMyAdmin with Nginx…

How To Install Atom Text Editor on Ubuntu 18.04

How To Install Atom Text Editor on Ubuntu 18.04

Pavlos PapadopoulosNov 14, 20182 min read

Atom is a popular open-source text editor that is highly customizable and provides a modern and intuitive user interface. In this tutorial, we will guide you through the installation process of the Atom text editor on Ubuntu 18.04. Step 1:…

Linux Category On Gadget Rumours