Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
Setting Up Cron Jobs Linux
Linux Tutorials 5 min read

Setting Up Cron Jobs Linux

Cron jobs Linux are an easy way to automate tasks in Linux. Sometimes setting up cron jobs in Linux can be tricky, but with this step-by-step guide, it doesn’t have to be! We’ll walk you through all the steps from creating the job to scheduling it and monitoring its progress. * What is a Cron Job? * Creating a Cron Job File * Setting the Cron Job Schedule * How to Access the Cron Job Feature in Linux * Creating a Linux Cron Job * List all cron jobs * One-time cron jobs * Re

Linux TutorialsUncategorizedtutorial
How to secure Linux Open Ports
Uncategorized 5 min read

How to secure Linux Open Ports

Securing Linux open ports is important to protect it from threats. Learn the steps to ensure your computer has its ports securely open, find open ports using open ports checker and configure them to be secure. * Find Open Ports * nmap — Best open ports checker * Use Zenmap to find open ports * Use lsof to find open ports * Block Unnecessary Services on the Host System * Change Default Passwords on Any Accessible services * Remove or Restrict Access to Unnecessary and Sen

Uncategorizedhow-to#Import 2024-11-04 15:59
Create GIF on Linux OS - A Step by Step Guide
Linux Tutorials 4 min read

Create GIF on Linux OS - A Step by Step Guide

Creating GIF on Linux can seem intimidating, but with the right tools and instructions, it’s easy! In this guide, we will show you how to create customized GIFs using Linux operating systems in just a few simple steps. Pre-requisites * Gimp * FFmepg * ImagicMagick * byzanz How to create GIF in Linux If you already have a sequence of images, you can avoid using FFmpeg and can either use Gimp or command-line tool ImagicMagick to create a .gif out of the images. If you

Linux TutorialsUncategorizedhow-to
How to Install and Run TeamViewer on Manjaro: A Step-by-Step Guide
Linux Tutorials 2 min read

How to Install and Run TeamViewer on Manjaro: A Step-by-Step Guide

TeamViewer is a popular tool for allowing remote access to any computer from anywhere in the World. It is a cross-platform application available for free for personal use. In this article, I will show you how to download and install TeamViewer on Manjaro Linux using different methods. TeamViewer is an easy to use tool and is best used for online tech support. The application can easily be installed on debian-based distributions but it’s a little tricky to get it installed on Arch-based d

Linux TutorialsUncategorizedhow-to
The Role of Graphic Design in Web Design
Opinion 3 min read

The Role of Graphic Design in Web Design

Graphic design has always been an essential component of web design, which involves creating a website’s visual and aesthetic elements to make it more engaging and user-friendly. And apparently, its role goes beyond just making the website visually appealing. Graphic design establishes a balance between aesthetics and functionality and helps transform beautiful websites into powerful marketing tools. In this article, we’ll explore the different aspects of graphic design that affect

OpinionUncategorizednews
Understanding Linux Environment Variables: A Beginner's Guide
Linux Tutorials 5 min read

Understanding Linux Environment Variables: A Beginner's Guide

Linux environment variables are named values with data that can include usernames, passwords, system paths, and other configurations that other software on the same operating system can use. The purpose of env variables in Linux is to give software/tools a method to communicate without explicitly transferring information back and forth. So it may be simpler to configure and administer multiple tools on a system because they can all access the same data using the same environment variable

Linux TutorialsUncategorizedtutorial
How to Install Latest PHP on CentOS
Linux Tutorials 2 min read

How to Install Latest PHP on CentOS

PHP is a popular programming language that has been used in web development for many years. As PHP evolves, it is critical to stay up to date in order to take advantage of the latest features and advancements. If you have a CentOS server and wish to install the latest version of PHP, this tutorial will walk you through the steps. In this article, you’ll learn how to install PHP 8.1 on CentOS and give you all the tools you’ll need to get started. Let’s get started and update your web deve

Linux TutorialsUncategorizedhow-to
Why End-To-End Testing Should Be A Key Part Of Your Software Testing Strategy
Opinion 3 min read

Why End-To-End Testing Should Be A Key Part Of Your Software Testing Strategy

In today’s highly competitive software development industry, ensuring high-quality products is paramount to a company’s success. An effective software testing strategy is essential to achieving this goal. One critical component of such a strategy is end-to-end testing.   End-to-end testing provides a comprehensive approach to verifying that an application performs as expected from start to finish. It involves testing the entire application and ensuring all components of the software appl

OpinionUncategorizednews
[Fixed] 500 Internal Server Error in WordPress
how-to 2 min read

[Fixed] 500 Internal Server Error in WordPress

WordPress users frequently encounter HTTP Error 500, commonly known as Internal Server Error. This issue can be caused by a number of factors, including wrong file permissions, plugin conflicts, or a corrupted .htaccess file. Here’s how to fix a WordPress HTTP Error 500 step by step: Step 1: Check the .htaccess File The .htaccess file is a configuration file that is essential to the operation of your WordPress site. An HTTP Error 500 might be caused by a corrupted .htaccess file. T

how-to#Import 2024-11-04 15:59#Import 2025-11-09 20:01
Ubuntu Multipass -- Best Virtualisation tool for Developers
Linux tools 8 min read

Ubuntu Multipass -- Best Virtualisation tool for Developers

Canonical developed Ubuntu Multipass, a command-line utility for quickly and easily creating Ubuntu virtual machines on all major operating systems. As the name implies, Ubuntu Multipass can launch virtual instances of Ubuntu and other custom images. It can be configured with cloud-init exactly like any other public cloud and can create a virtual Ubuntu environment with a single command. * Purpose of Using Multipass * Install Ubuntu Mulipass * Install Ubuntu Multipass in Li

Linux toolsUncategorizedreview
[Fixed] bash: add-apt-repository: command not found
Linux Tutorials 2 min read

[Fixed] bash: add-apt-repository: command not found

If you get the message “bash: add-apt-repository: command not found” while trying to use the add-apt-repository command in Ubuntu, it means that the software-properties-common package that has this command is not installed on your system. In this tutorial, we will show you how to fix this error by installing the software-properties-common package. Step 1: Update the Package List Before installing any new packages, update your system repositories. This ensures that the package

Linux TutorialsUncategorizedhow-to
[Fixed] Http Error Uploading Image to WordPress
how-to 4 min read

[Fixed] Http Error Uploading Image to WordPress

“HTTP Error when uploading image to WordPress” is a common issue faced by many WordPress users. This error message appears when you try to upload an image to your WordPress site and can be frustrating as it prevents you from adding images to your posts or pages. The good news is that there are several methods you can use to resolve this issue. In this article, we will discuss some of the most common reasons for the “HTTP Error” message and provide step-by-step instructions on how to fix

how-to#Import 2024-11-04 15:59#Import 2025-11-09 20:01