Uncategorized

The uploaded file exceeds the upload_max_filesize directive in php.ini.

The PHP upload_max_filesize directive determines the maximum size, in bytes, of files that can be uploaded using PHP’s file upload feature. It is a configuration setting that can be modified in the PHP configuration file (php.ini) or in a specific script using the ini_set() function. By default, the upload_max_filesize value is set to “2M” (2 […]

Installing OS ticket System on Ubuntu 22.04 LTS

Introduction OS ticket is a free and open-source ticketing system that allows organizations to manage customer support requests and inquiries from multiple channels such as email, web forms, and phone. It is written in PHP and uses MySQL as its backend database. Prerequisites You must following things to complete this tutorial. In this post, We will […]

Installing Anydesk on Ubuntu 22.04 LTS

Introduction AnyDesk is a remote desktop software that allows users to remotely access and control a computer or network from another device. This can be useful for remote support, remote access to files and applications, and collaboration. With AnyDesk, users can connect to a remote computer as if they were sitting in front of it, […]

Installing PIP3 on Ubuntu 20.04

The Python packages installer is Pip. Installing packages from the Python Package Index (PPI) can be done with pip. I will walk you through the process of installing pip on Ubuntu 20.04 in this tutorial. Pip Installation on Ubuntu 20.04 Python3 is included by default in Ubuntu 20.04. Make sure that Python is already installed […]

Installing Composer on Ubuntu 22.04 LTS

It’s possible that you’ll need to install PHP on your Ubuntu 22.04 system if you work with PHP there. As a result, you will find a step-by-step guide to installing Composer on your Ubuntu 22.04 system in this article. Therefore, if you follow these steps, you will successfully install Composer on an Ubuntu 22.04 system. […]

Deny port with ufw using ubuntu via command

Introduction The Unified Firewall (UFW) is a network firewall technology that allows network administrators to control the incoming and outgoing traffic on their networks. UFW can be used to protect networks from malicious attacks, prevent unauthorized access to systems, and protect data from being stolen. In this post, You will get information about How to deny […]

Allow port with ufw using ubuntu via command

Introduction The Unified Firewall (UFW) is a network firewall technology that allows network administrators to control the incoming and outgoing traffic on their networks. UFW can be used to protect networks from malicious attacks, prevent unauthorized access to systems, and protect data from being stolen. In this post, You will get information about How to allow […]

How to enable ufw firewall service on boot in ubuntu

Introduction The Unified Firewall (UFW) is a network firewall technology that allows network administrators to control the incoming and outgoing traffic on their networks. UFW can be used to protect networks from malicious attacks, prevent unauthorized access to systems, and protect data from being stolen. In this post, You will get information about How to enable […]

How to disable ufw firewall service on boot in ubuntu

Introduction The Unified Firewall (UFW) is a network firewall technology that allows network administrators to control the incoming and outgoing traffic on their networks. UFW can be used to protect networks from malicious attacks, prevent unauthorized access to systems, and protect data from being stolen. In this post, You will get information about How to disable […]

Scroll to top