Install CubeCart on Debian Linux

In this guide, you’ll learn how to install and configure the latest version of the CubeCart e-commerce platform on Debian to create a free online store. CubeCart is a free, open-source, powerful, and easy-to-setup e-commerce platform for online stores written mainly in the PHP programming language that can be used on Linux on Apache/Nginx web…

Published
Categorized as Linux

Install osCommece on Debian Linux

This tutorial will guide you on installing and configuring the osCommerce platform on Debian to create a free online shopping store. osCommerce is a free open source, powerful and complex e-commerce online store-management platform written mostly in PHP programming language and often deployed in Linux under Apache/Nginx web servers, PHP, and MySQL/MariaDB database management system,…

Published
Categorized as Linux

How to Setup Zabbix and integrate it into Grafana

Zabbix is an open-source monitoring tool for network services, hardware, servers, and applications. Designed to track and monitor the status of your system and servers. Zabbix supports many database systems – including MySQL, PostgreSQL, SQLite, and IBM DB2  – to store data. Zabbix backend is written in C, and the frontend is written in PHP.…

Published
Categorized as Linux

How to set $PATH variable in Linux

The $PATH variable is an essential part of Linux and other Unix-like operating systems. It contains a list of folders with different executables on the system and advises the shell where to search for these programs. On a new Linux establishment, the $PATH variable already contains the common locations where programs are stored, like /bin,…

Published
Categorized as Linux

Coding with Python Programming Language

Python is an increasingly popular programming language that offers a high degree of flexibility and power. It’s become a staple language for software developers, data scientists, machine learning experts, and more. But what makes Python such an appealing choice when it comes to developing software? In this article, we’ll take a look at why Python…

Published
Categorized as Linux

How to Install Ubuntu 22.04 from USB

This tutorial will show you step-by-step how to install Ubuntu on a desktop, notebook, or server from USB from a Windows system. So let’s start installing Ubuntu from USB. Prerequistes Install Ubuntu from USB Follow these steps to prepare the USB stick and to install Ubuntu. Once the installation is complete, restart your computer and…

Published
Categorized as Linux, Ubuntu

How to Install UrBackup on Ubuntu 22.04

Keeping backup regularly on the live server is a very challenging task for a system administrator. It helps the user or an administrator to recover the data in case of system failure and even data loss. For that purpose, various free backup tools are available to maintain the backup of your system regularly. UrBackup is…

Published
Categorized as Linux, Ubuntu

UUID in Linux

The UUID refers to a Universally Unique Identifier that consists of 128-bit numbers that have the probability of having duplicates close enough to zero but not zero in the local system. It was originally used in the Networking Computing System and then, later standardized by the Open Software Foundation. The UUID is divided into five…

Published
Categorized as Linux

How to Install Microsoft Edge on Ubuntu and Linux Mint

Microsoft Edge browser has been in use with the Windows operating system for years, however, back in 2020, this browser was also launched for the Linux operating system. It works as fine with the Linux operating system as it was previously doing with Windows or any other operating system. Therefore, in this tutorial, we will…

Seafile – Sync and Share Your Files on Ubuntu

Seafile is the high-performance open-source cross-platform software for file sharing and sync. The stored file can be synchronized from various devices from the central server through built-in file encryption. Before syncing the files to the server files are encrypted. The Seafile core is built using C programming which may be small but has fantastic performance.…