Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 27 min ago

How to Create a Basic HTML5 Project in Ubuntu Using Netbeans

Mon, 10/25/2021 - 14:45
The post How to Create a Basic HTML5 Project in Ubuntu Using Netbeans first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this 4-article mobile web development series, we will walk you through setting up Netbeans as an IDE (also known as Integrated Development Environment) in Ubuntu to start developing mobile-friendly and responsive HTML5 web

The post How to Create a Basic HTML5 Project in Ubuntu Using Netbeans first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install SVN on RHEL-Based Linux Distributions

Fri, 10/22/2021 - 14:46
The post How to Install SVN on RHEL-Based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in C programming language, Apache Subversion, colloquially abbreviated as SVN, is a free and open-source versioning control system that keeps track of historical versions of files and directories. Simply put, SVN is simply

The post How to Install SVN on RHEL-Based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install LAMP Stack on Debian 11/10/9

Thu, 10/21/2021 - 14:30
The post How to Install LAMP Stack on Debian 11/10/9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

On (August 14, 2021), the Debian project announced the availability of the new stable version (Debian 11) codenamed Bullseye. With this release, the well-known and widely-used Debian 10 Buster gained old-stable status, which designates

The post How to Install LAMP Stack on Debian 11/10/9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Debian 11 (Bullseye) Server Using Net Install

Thu, 10/21/2021 - 13:47
The post How to Install Debian 11 (Bullseye) Server Using Net Install first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this guide, we will walk you through the installation of a Debian 11 (Bullseye) Minimal Server, using the netinstall CD ISO image. This installation you will carry out is appropriate for building a

The post How to Install Debian 11 (Bullseye) Server Using Net Install first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Upgrade from Debian 10 to Debian 11

Wed, 10/20/2021 - 12:48
The post How to Upgrade from Debian 10 to Debian 11 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

For those wishing to upgrade from Debian 10 Buster to Debian 11 Bullseye, the process is very simple but does take a while depending on the connection speed to the Internet. An upgrade the

The post How to Upgrade from Debian 10 to Debian 11 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

A Fresh Installation of Debian 11 Bullseye

Tue, 10/19/2021 - 15:49
The post A Fresh Installation of Debian 11 Bullseye first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

August 14, 2021, marks a new major release for the popular Debian Linux distribution. Codenamed Bullseye and chock-full of enhancements as well as software updates after 2 years, 1 month, and 9 days of

The post A Fresh Installation of Debian 11 Bullseye first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install ModSecurity for Nginx on Debian/Ubuntu

Mon, 10/18/2021 - 18:14
The post How to Install ModSecurity for Nginx on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

It is every developer’s desire to deploy secure web applications which are safe from threats. On most occasions, this is effortless said than done. The frequency of websites being hacked keeps rising as hackers

The post How to Install ModSecurity for Nginx on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install Guacamole for Remote Linux/Windows Access in Ubuntu

Fri, 10/15/2021 - 14:18
The post Install Guacamole for Remote Linux/Windows Access in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As a system administrator, you may find yourself (today or in the future) working in an environment where Windows and Linux coexist. It is no secret that some big companies prefer (or have to)

The post Install Guacamole for Remote Linux/Windows Access in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Access Remote Desktop from Browser Using TightVNC

Thu, 10/14/2021 - 13:30
The post How to Access Remote Desktop from Browser Using TightVNC first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

VNC stands for (Virtual Network Computing) is an open-source graphical desktop sharing tool for managing and control machines remotely using a VNC client called VNC Viewer. You must install a VNC client on your

The post How to Access Remote Desktop from Browser Using TightVNC first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Best OpenSSH Server Best Security Practices

Mon, 10/11/2021 - 12:16
The post 5 Best OpenSSH Server Best Security Practices first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH (Secure Shell) is an open-source network protocol that is used to connect local or remote Linux servers to transfer files, make remote backups, remote command execution, and other network-related tasks via scp command

The post 5 Best OpenSSH Server Best Security Practices first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Nethogs – Monitor Linux Network Traffic Usage Per Process

Fri, 10/08/2021 - 12:00
The post Nethogs – Monitor Linux Network Traffic Usage Per Process first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

There are tons of open-source network monitoring tools available for the Linux operating systems on the web. Say, you can use the iftop command to monitor bandwidth usage, netstat command, or ss command to

The post Nethogs – Monitor Linux Network Traffic Usage Per Process first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Cacti on Rocky Linux and AlmaLinux

Wed, 10/06/2021 - 14:07
The post How to Install Cacti on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Cacti is an open-source web-based network monitoring and graphing tool written in PHP. It was designed as a front-end application for data logging using RRDtool. Cacti uses the SNMP protocol to monitor devices such

The post How to Install Cacti on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install TightVNC to Access Remote Desktops in Linux

Tue, 10/05/2021 - 14:35
The post How to Install TightVNC to Access Remote Desktops in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Virtual Networking Computing (VNC) is a kind of remote sharing system that makes it possible to take control of any other computer connected to the internet. Keyboard and mouse clicks can easily transmit from

The post How to Install TightVNC to Access Remote Desktops in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Compile ONLYOFFICE Desktop Editors on Ubuntu

Mon, 10/04/2021 - 16:20
The post How to Compile ONLYOFFICE Desktop Editors on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Compiling software from source code might sound frightening, especially if you have never done it before. If you are a Linux user and want to try compiling something on your own, you have come

The post How to Compile ONLYOFFICE Desktop Editors on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Set Up ModSecurity with Apache on Debian/Ubuntu

Fri, 10/01/2021 - 14:20
The post How to Set Up ModSecurity with Apache on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The Apache web server is highly customizable and can be configured in multiple ways to suit your needs. There are many third-party modules that you can use to configure Apache to your preference. ModSecurity

The post How to Set Up ModSecurity with Apache on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Magento on Rocky Linux and AlmaLinux

Mon, 09/27/2021 - 14:37
The post How to Install Magento on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in PHP, Magento is a popular open-source, and versatile eCommerce platform that provides businesses with an online shopping cart. It leverages various PHP frameworks such as Symfony and Laminas to enhance its functionality

The post How to Install Magento on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Nagios Core in Rocky LInux and AlmaLinux

Fri, 09/24/2021 - 13:42
The post How to Install Nagios Core in Rocky LInux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Nagios is a free and open-source tool for monitoring systems, networks, and infrastructure. Nagios provides a web interface for viewing current network status, log files, notifications, and much more. [ You might also like:

The post How to Install Nagios Core in Rocky LInux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install SQL Server in RHEL, Rocky Linux and AlmaLinux

Wed, 09/22/2021 - 13:42
The post How to Install SQL Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

On March 7, 2016, Microsoft announced the introduction of the MS SQL server in Linux systems. The goal was to deliver more flexibility for users and to do away with vendor lock-in with the

The post How to Install SQL Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Joomla on Rocky Linux and AlmaLinux

Mon, 09/20/2021 - 14:48
The post How to Install Joomla on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in PHP, Joomla is a popular CMS (Content Management System) used for creating stunning websites and blogs using themes, and tons of nifty add-ons. It comes second to WordPress as the most popular

The post How to Install Joomla on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Top 5 Open-Source eLearning Platforms for Linux

Fri, 09/17/2021 - 13:22
The post Top 5 Open-Source eLearning Platforms for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The world of education, like other sectors, has been undergoing the process of digital transformation for years. With the creation of e-learning platforms, education is now available to anyone who has access to the

The post Top 5 Open-Source eLearning Platforms for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages