Have you ever wondered how you can add a new user to your Ubuntu or Debian machine? Did you know that itโs possible to add a new user without using the root account? If yes, then read on. Creating users in your operating system is important. Not everyone who uses your computer should have access to all its files and folders. This article will guide you through the process of creating and deleting user accounts in Ubuntu, Debian, and other Debian derivatives Linux machines. How to Create a New User For this tutorial, we are using adduser command for example.…
Author: Rahul
Symfony is a web application framework written in PHP. Its provides a set of reusable PHP components. Symfony 2.8 is the current stable version available in series of Symfony 2 framework. Symfony is providing 30 stand-alone components for your applications. This tutorial will help you to install Symfony 2 framework on CentOS, Red Hat and Fedora operating systems. Step 1 – Setup Yum Repositories First you need to add REMI and EPEL rpm repositories in your system. these repositories have updated packages. Use one of the below command as per your OS version and system architecture. CentOS/RHEL 7, 64 Bit…
Symfony is a web application framework written in PHP. Its provides a set of reusable PHP components. Symfony 3 is the latest version available of this releases. Currently it is providing 30 stand-alone components for your applications. This tutorial will help you to install Symfony 3 php framework on CentOS, Red Hat and Fedora operating systems Step 1 – Setup Yum Repositories First you need to add REMI and EPEL rpm repositories in your system. these repositories have updated packages. Use one of the below command as per your OS version and system architecture. CentOS/RHEL 7, 64 Bit System: #…
Node.js, a leading server-side programming language akin to PHP and Java, is widely used in web development. Paired with MySQL, the most preferred database for web applications, Node.js enables efficient data management. This guide offers a step-by-step tutorial on integrating MySQL with Node.js, covering essential operations such as INSERT, UPDATE, SELECT, and DELETE in MySQL database tables. Prerequisites Before you begin this tutorial on integrating Node.js with MySQL, ensure you have the following prerequisites in place: Node.js Installed: A current version of Node.js must be installed on your system. You can download it from the official Node.js website. MySQL Server:…
The Common Gateway Interface (CGI) is a standard protocol that enables web servers to execute external scripts and return dynamic content to web clients. Apache, one of the most widely used web servers, supports CGI scripts out of the box. In this article, we will explain how to enable or disable CGI scripts in Apache on various platforms, including Ubuntu, CentOS, and Fedora. Prerequisites Before proceeding, ensure you have the following: A server running Ubuntu, CentOS, or Fedora with Apache installed. Access to a user account with sudo or root privileges. A text editor, such as nano or vi, for…
Node.js is a popular server-side JavaScript platform used to build scalable and high-performance applications. MySQL is a popular open-source relational database management system used to store and manage data. In this article, we will discuss how to connect Node.js with MySQL to build database-driven applications. Step 1: Install MySQL and MySQL module for Node.js The first step is to install MySQL and the MySQL module for Node.js. You can install MySQL using your package manager or download it from the official website. Once MySQL is installed, you can install the MySQL module for Node.js using the following command: npm install…
Kali Linux is a Debian-based distribution with a huge collection of security utilities. Kali Linux 2022.2 is the select rolling release of Kali 2022. Kali Linux 2022 comes with the GNOME 42 desktop environment and KDE Plasma 5.24. Here is the list of new tools added in Kali Linux 2022. BruteShark – Network Forensic Analysis Tool (NFAT) Evil-WinRM – Ultimate WinRM shell Hakrawler – Web crawler designed for easy, quick discovery of endpoints and assets Httpx – Fast and multi-purpose HTTP toolkit LAPSDumper – Dumps LAPS passwords PhpSploit – Stealth post-exploitation framework PEDump – Dump Win32 executable files SentryPeer -…
Symfony is a web application framework written in PHP. Its provides a set of reusable PHP components. Symfony 2.8 is the current stable version available in series of Symfony 2 framework. Symfony is providing 30 stand-alone components for your applications. This tutorial will help you to install Symfony 2 framework on Ubuntu, Debian and LinuxMint operating systems. Step 1 – Install Apache & PHP First start with the installation of LAMP server on your system. If you have already running LAMP stack skip this step else use followings commands to set up lamp on Ubuntu system. Install PHP 5.6 $…
Symfony is a web application framework written in PHP. Its provides a set of reusable PHP components. Symfony 3 is the latest version available of this releases. Currently it is providing 30 stand-alone components for your applications. This tutorial will help you to install Symfony 3 php framework on Ubuntu, Debian and LinuxMint operating systems. Step 1 – Install Apache & PHP First start with the installation of LAMP server on your system. If you have already running LAMP stack skip this step else use followings commands to set up lamp on Ubuntu system. Install PHP 5.6 $ sudo apt-get…
Nette is a PHP Framework getting popularity world-wide. As per SitePoint’s survey Nette is 3’rd most popular PHP framework used for web development. This tutorial will help you to install Nette PHP Framework on CentOS, Red Hat & Fedora operating systems. Step 1: Setup Yum Repositories First you need to add REMI and EPEL rpm repositories in your system. these repositories have updated packages. Use one of the below command as per your OS version and system architecture. CentOS/RHEL 7, 64 Bit System: # rpm -Uvh http://free.nchc.org.tw/fedora-epel/7/x86_64/e/epel-release-7-5.noarch.rpm # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm CentOS/RHEL 6, 32 Bit System: # rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm…