Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
Enable SSH Password Login in Linux
Linux Tutorials 2 min read

Enable SSH Password Login in Linux

SSH, which stands for Secure Shell, is a highly secure method of connecting to any remote server. All cloud providers prefer to login with ssh keys because it is a secure and quick way to login without providing a password. Linux allows us to log in using a number of secure techniques. On a desktop Linux system, we typically login with a username and password. However, we can use SSH keys to login to a remote server without providing a password. Several cloud services require their

Linux TutorialsUncategorizedhow-to
Ubuntu 22.10 Codename & Release date
Uncategorized 1 min read

Ubuntu 22.10 Codename & Release date

Following the release of Ubuntu LTS a few days ago, the next Ubuntu release, Ubuntu 22.10, is now open for development. Kinetic Kudu has been confirmed as the codename for Ubuntu 22.10. We’re pleased to announce that kinetic is now open for development. auto-sync has been enabled and will run soon. Brian Murray from Ubuntu What’s Kinetic Kudu? Kinetic implies “of or produced by movement.” Most of us have probably studied Kinetic word in physics and chemistry. I believe the pu

Uncategorizednews#Import 2024-11-04 15:59
Pop!_OS 22.04 "LTS" Released
Linux Distributions 3 min read

Pop!_OS 22.04 "LTS" Released

Pop! OS 22.04 “LTS” has been released, bringing with it a slew of new features and optimizations. Pop! OS is an Ubuntu-based operating system built and managed by System76, a Denver-based company that creates open-source hardware, software, and firmware. Pop! OS has the same release cycle as Ubuntu, with a new version every six months. With each release, the corporation makes minor adjustments to the system to improve it, such as upgrading the system core to the most recent version of Ub

Linux DistributionsnewsUncategorized
Twitter Sold For $44 Billion
World News 2 min read

Twitter Sold For $44 Billion

Twitter, the most popular microblogging site, has agreed to be sold for $44 billion to Elon Musk, the world’s richest man. After a few weeks of public and private discussion, the decision was made. We all knew Elon Musk was planning to buy Twitter or create an alternative platform after hosting multiple polls on Twitter. Elon Musk had raised several issues in public through his Twitter polls prior to deciding to buy out Twitter entirely. On March 25, Elon Musk tweeted a poll to his

World Newsnews#Import 2024-11-04 15:59
Ubuntu 22.04 "Jammy Jellyfish" LTS Released
Uncategorized 3 min read

Ubuntu 22.04 "Jammy Jellyfish" LTS Released

We have another Ubuntu long-term support release, Ubuntu 22.04 “Jammy Jellyfish”. The release contains a significant number of modifications since its previous release with at least 5 years of support. In this article, we will provide an overview of what is new in Ubuntu 22.04 “Jammy Jellyfish”. What’s New in Ubuntu 22.04 “Jammy Jellyfish” Long-term support Ubuntu 22.04 will be supported for a period of five years, until April 2027. If you use an Ubuntu server, you are p

Uncategorizednews#Import 2024-11-04 15:59
[Fixed] bash: netstat: command not found
Uncategorized 1 min read

[Fixed] bash: netstat: command not found

netstat stands for network statistics is a network analytics tools for Unix like system. It allows administrators to get a complete overview of the system network statistics including network connections, network interface stats, masquerade connections, open ports, and so on. Most linux distributions have netstat pre-installed. This article will solely address the error that occurs when netstat is not installed. netstat was not pre-installed on the majority of the Docker containers I use

Uncategorizedhow-to#Import 2024-11-04 15:59
Google Drive on Linux: Tips and Tricks for Seamless Integration
Linux Tutorials 10 min read

Google Drive on Linux: Tips and Tricks for Seamless Integration

Google Drive is the most popular cloud storage service, offering 15GB of free cloud storage. However, despite being such a popular cloud storage service, there is no official Google Drive client for Linux. There were even rumours that Google was planning to release an official Google Drive client for Linux, but nothing came to fruition. * Google Drive * Google Drive on Linux * Google Drive GNOME support * Google Drive on Linux Mint * Google Drive on Xfce and Mate Desktop * Goog

Linux TutorialsUncategorizedtutorial
How to Switch PHP Version
Linux Tutorials 2 min read

How to Switch PHP Version

I recently discussed a variety of subjects relating the configuration of various web servers and the operation of PHP applications such as WordPress. Web servers, such as OpenLiteSpeed, allow you to change the version using the WebAdmin Console, but if you’re using Apache, here’s how to switch the PHP version on Linux. PHP Versions How to check PHP version in Linux? First, determine what PHP version is currently installed and configured. I’m using Debian 11 for this demonstra

Linux TutorialsUncategorizedhow-to
How To Migrate WordPress Manually To New Host
Linux Tutorials 7 min read

How To Migrate WordPress Manually To New Host

Any website migration is regarded as one of the most difficult operations. Fortunately, WordPress provides a plethora of backup plugins to help and automate the entire backup and migration process. However, WordPress is constructed in such a way that manually migrate WordPress could not be simpler. In this tutorial, I’ll show you how to migrate a WordPress site manually to a new host or server. This is especially useful if the site is hosted on a server with insufficient resources to ena

Linux Tutorialshow-to#Import 2024-11-04 15:59
Easily Install WordPress on LiteSpeed Web Server
Linux Tutorials 10 min read

Easily Install WordPress on LiteSpeed Web Server

WordPress is a well-known content management system (CMS) on the Internet. Almost all large and small hosting providers offer several solutions for easily hosting WordPress, and LiteSpeed web server is one of those solutions. OpenLiteSpeed is a popular open-source free web server that is renowned for responding to user requests faster than Apache, Nginx, and other web servers. * Generate WebAdmin Console password * LiteSpeed Login * Configure Latest PHP version in OpenLiteSpeed We

Linux Tutorialshow-to#Import 2024-11-04 15:59
Import Multiple SQL Files In MySQL
Linux Tutorials 5 min read

Import Multiple SQL Files In MySQL

If you are manually migrating your website or simply need to import certain SQL files into your database, this article will show you how to import multiple SQL files in mySQL. We will use both a graphical interface and MySQL command-line. To begin with, it is strongly advised not to import a database onto a live website. Before attempting to import any SQL file, stop the web server and make a backup of your database. Import database using phpMyAdmin I’m assuming your host has

Linux TutorialsUncategorizedhow-to
Install WordPress on Nginx Ubuntu
Linux Tutorials 8 min read

Install WordPress on Nginx Ubuntu

Nginx is a well-known web server that is used to serve webpages on the Internet. Nginx, which was first launched in October 2004, quickly became the web server and proxy server of choice for thousands of web developers. It has a number of benefits over its competitor Apache. In this article, we will learn how to install Nginx on Ubuntu and use it to host WordPress. Before we begin, let me state unequivocally that this is not a comparison of Nginx vs Apache or any other web server. Apache

Linux TutorialsUncategorizedWordpress