This guide explains what is Arch2appimage, how to install Arch2appimage in Arch Linux and how to convert Arch Linux packages to AppImage format with Arch2appimage application.
Programming
In this tutorial, we will see a brief introduction to NodeJS and then different ways to install Nodejs on Linux distributions.
- Command line utilitiesCommand line funLinuxOpensourcePythonUnix/Linux BeginnersUtilities
Please – A Simple Command Line Todo Manager
By skBy sk 3.2K viewsThis brief guide explains how to manage your personal tasks and to-do lists using Please command line todo manager in Linux.
This guide describes how to select data from a MySQL database table and sort the data by a specific column in ascending or descending order with ORDER by clause using PHP in XAMPP stack.
- PHP MySQLDatabaseLinuxMariaDBMySQLPHPPhpmyadminProgrammingXAMPP
PHP MySQL DELETE, TRUNCATE, DROP Table
By Sravan KumarThis explains how to perform DELETE, TRUNCATE, And DROP operations on a MySQL database table using PHP in XAMPP in Linux.
This tutorial explains how to filter data from a MySQL database table using MySQL logical operators such as BETWEEN, IN, AND, OR etc., along with WHERE clause and SELECT query in PHP.
This guide explains how to select data from a table using MySQL LIKE operator and WHERE clause in a particular database using PHP in XAMPP.
In this guide, We will discuss how to select the records from a MySQL database based on specific conditions with the WHERE clause and the SELECT command using PHP in XAMPP stack.
- PHP MySQLDatabaseLinuxMariaDBMySQLPHPPhpmyadminProgrammingXAMPP
PHP MySQL Select Data
By Sravan KumarThis tutorial walks you through the steps to select data in a table from a MySQL database using PHP in XAMPP stack.
- PHP MySQLDatabaseLAMP StackLEMP StackLinuxMariaDBMySQLPHPPhpmyadminProgrammingXAMPP
How To Insert Data In MySQL Database Using PHP In XAMPP
By Sravan KumarThis guide explains how to insert data in MySQL database using PHP in XAMPP. We will see how to insert single and multiple records in a MySQL table.