Menu
TAG

Uncategorized

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
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
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
Step-by-Step Guide to Migrate Docker Containers
Docker 4 min read

Step-by-Step Guide to Migrate Docker Containers

Docker makes it simple to deploy container images that contain a fully functional operating system and make use of the host kernel. We have already written an article covering the installation and use of Docker containers. In this post, we will go through how to migrate Docker containers from one server to another server. Docker containers are relatively easy to set up and manage. We can find hundreds of containers on docker hub and create a full-fledged virtual operating system with jus

DockerUncategorizedhow-to
Bahraini Journalists and Activists Hacked With Pegasus
Pegasus 7 min read

Bahraini Journalists and Activists Hacked With Pegasus

Pegasus, the malware developed by NSO Group, was responsible for the hacking of three Bahraini dissidents, according to an extensive study published on February 18, 2022 by The Citizen Lab. Two of the three activists have given their permission to be identified. NSO Group is an Israeli security company that has created a spyware programme known as Pegasus. The NSO Group asserts that they exclusively sell Pegasus to governments for the purpose of fighting terrorism in their own countries.

PegasusUncategorizednews
Symantec Discovers New "Highly Sophisticated" Chinese Hacking Tool
news 2 min read

Symantec Discovers New "Highly Sophisticated" Chinese Hacking Tool

Symantec, a cybersecurity firm based in the United States, identified a highly sophisticated hacking tool that was allegedly developed by Chinese. The uncovered hacking tool is very complicated and has managed to avoid public scrutiny for over a decade. According to a US official, the finding of the malware was communicated to the United States government, which then shared the information with its overseas allies. Symantec published its research on the tool, which it refers to as Daxin,

newsUncategorized#Import 2024-11-04 15:59
Google VPN - A VPN For Google's Premium Users
Reviews 2 min read

Google VPN - A VPN For Google's Premium Users

VPN applications have become one of the most important applications in this age of censorship and bad actors who are constantly looking for information on you. No matter what device you use, there is no shortage of VPNs in the app store. In this article, I will review a VPN service provided by the tech giant, Google. What is VPN? VPN stands for Virtual Private Network, and it is a network that is used to tunnel users’ traffic through an encrypted tunnel. VPN traffic is encrypt

ReviewsUncategorizedreview
How to Install PHP 8 on Debian: A Step-by-Step Guide
Debian 2 min read

How to Install PHP 8 on Debian: A Step-by-Step Guide

PHP is the most widely used programming language on the web. PHP 7 was released with a slew of new features and performance enhancements, and its successor, PHP 8, is even better. PHP 8.1.x is the most recent PHP build, released earlier this year. If you are starting a new PHP project, it is highly recommended that you have the most recent version installed. If not, we’ll show you how to upgrade to PHP 8.1 in Debian 9, 10, or 11. If you’re using Ubuntu, check out this article on how to i

DebianUncategorizedhow-to