Showing headlines posted by trendoceangd
« Previous ( 1 ... 11 12 13 14 15 16 17 18 19 20 21 ... 22 ) Next »How to Install VLC Media Player in Linux
There is no need to introduce every person on this planet who knows how to operate a PC. Whether it is Linux or Windows systems, they all know what VLC is.
But still, for those who don’t know what VLC is? VLC is one of the most popular open-source multimedia players. It is cross-platform and supports almost all media format files.
So let me show you how you can install the VLC media player on Linux
But still, for those who don’t know what VLC is? VLC is one of the most popular open-source multimedia players. It is cross-platform and supports almost all media format files.
So let me show you how you can install the VLC media player on Linux
Error resolved: 1698 (28000) Access denied for user ‘root’@’localhost’
This error is very common when you try to log in to your MySQL for the first time. Personally, I too faced this issue multiple times, maybe because we were not following the right way to install MySQL, or we forgot to set a password, or else we didn’t get the options to set a password. Similarly, there may be many other reasons for the above error, but the solution to this error is pretty simple and easy. In this article, you will find a way to resolve 1698 (28000) Access denied for user ‘root’@’localhost’.
Display Public IP Address using Command-Line in Linux
There are two ways to retrieve external/public IP addresses for your Linux server or system. The fastest method is by resolving the DNS (dig, host), and the other is by retrieving server data through the HTTP protocol (cURL, wget).
What will happens if I run “sudo rm -rf /” on Linux?
No, executing "sudo rm -rf /" will not wipe out your complete system unless you do *. Read the full article to find out.
Linux file system works differently than the windows system. Unlike Windows, which stores files and configurations inside C:, D:, or E: Drive, Linux stores everything inside the root (/).
Linux file system works differently than the windows system. Unlike Windows, which stores files and configurations inside C:, D:, or E: Drive, Linux stores everything inside the root (/).
Missing Extensions option in Gnome Tweaks Tool
After using Ubuntu 22.04 LTS for a long time, it’s time to move to Ubuntu 22.04 LTS (Jelly Fish) to use the new features that have created a lot of hype. While making the change, I found that the gnome tweak tool does not have the extensions option. Because of that, I’m not able to tweak the default option of a particular extension.
That disappoints me. So I started to search on the Internet and found the Gnome team had dropped the Gnome Shell extensions support in Gnome 40 and later versions.
That disappoints me. So I started to search on the Internet and found the Gnome team had dropped the Gnome Shell extensions support in Gnome 40 and later versions.
How to Change Apache HTTP Port in Linux
Apache has various functionality known as modules to increase the features of Apache without the need for a restart.
In Apache, the default non-secure HTTP connection uses port 80, and the TLS configuration serves the data over port 443.
Today, you will learn how to change the default Apache HTTP port to your custom port in a few steps.
Today, you will learn how to change the default Apache HTTP port to your custom port in a few steps.
Linux History Command with Advance Examples
All the commands get stored by the shell interpreter: Find where it is stored, how to make it useful; and clear the history data if there’s something you don’t want to save in the record. 
How to change MySQL port in Ubuntu Linux
There might be a situation where you need to change MySQL default port 3306 to something else to hide the port number for security purposes, or MySQL port 3306 is already being used by another application.
No matter what your reason for changing ports is, in this article, you will find the steps to change the default MySQL port from 3306 to 3360 or something else.
No matter what your reason for changing ports is, in this article, you will find the steps to change the default MySQL port from 3306 to 3360 or something else.
Install VSCodium Editor on Ubuntu, Pop!_OS, and all other Debian-based Distributions
VSCodium is an editor similar to Microsoft Visual Code, and it is widely available on all platforms like Linux, Windows, macOS, and other architecture.
If you don’t know what VSCoduim is, why use VSCodium over Microsoft Visual Code? Then I must give you a simple explanation. VSCodium is a community-driven application similar to VSCode except for any telemetry/tracking element available in VS Code.
If you don’t know what VSCoduim is, why use VSCodium over Microsoft Visual Code? Then I must give you a simple explanation. VSCodium is a community-driven application similar to VSCode except for any telemetry/tracking element available in VS Code.
Cut, Copy, and Paste in Vim Editor
When you start using VIM for the first time, there will be a lot of commands or keybindings you need to memorize, and one of them is how to make cut, copy, and paste. It’s very intimidating for newcomers to use the vim editor, but it’s not as complicated as you think.
There might be a situation when you are stuck with the vim editor. At that moment, you should know how to perform this basic task without any hassle.
There might be a situation when you are stuck with the vim editor. At that moment, you should know how to perform this basic task without any hassle.
Monitor CPU Thermal Temperature in Linux
Laptops usually face thermal issues due to their compact space, providing less area for airflow than recommended. However, there are other factors involved, like running resource-heavy applications in low-end systems or still using the old hardware system. It can be disastrous to ignore the temperature details, which might put your system in danger and your body in close contact with your system (laptop) due to thermal fire. Linux provides some third-party CLI/GUI applications to monitor your CPU thermal temperature, which we are about to learn.
How to Install Calibre eBook Management on Ubuntu and Other Linux Distributions
Calibre is an open-source ebook manager and viewer tool that can open, edit, convert and manipulate ebooks. It is available on all platforms, whether it’s a Microsoft Windows, macOS, or any other Linux Distributions along with mobile devices and e-readers like Kindle.
How to install Boost C++ library in Ubuntu or any Debian based distribution
Boost is a portable set of C++ programming language libraries. It contains libraries for pseudo-random number generation, linear algebra, multi-threading, image processing, regular expression, and unit testing. At the time of writing this article, boost has 168 different libraries included in boost.
Install and Use Snap Packages in all Linux Distributions
Snap Store is backed by Canonical, the same organization that developed the popular Debian-based Ubuntu Operating System. The Canonical goal for the Snaps Packages is to create a standalone sandboxed application to package the application with the required dependencies and libraries. This removes the use of outdated dependencies and libraries without affecting the operating system files making it easier for developers to develop an application and for users to use it.
Install Fotoxx photo editor and manager on Ubuntu 20.04 | 22.04 LTS
Fotoxx is a free and open-source collection of photo editing and management tools for managing extensive collections (5000+) of photos that every photographer wishes to have.
The user interface might not be intuitive, but if your goal is the speed with easy-to-use tools, then fotoxx should be your first choice.
The user interface might not be intuitive, but if your goal is the speed with easy-to-use tools, then fotoxx should be your first choice.
The Right Way to Remove Apt, Deb, Snap, and Flatpak Packages on Ubuntu
Apt package manager, .deb file, snap store, and flatpak are the recognized ways to install a package on Debian-based distributions such as Ubuntu and PopOS.
Many people get confused about finding an appropriate method to remove a package from the system. For example, apt remove and apt purge is the standard method of removing packages from the Ubuntu system.
Without much clarity, people randomly use this command to remove packages without understanding the working process of these commands.
Many people get confused about finding an appropriate method to remove a package from the system. For example, apt remove and apt purge is the standard method of removing packages from the Ubuntu system.
Without much clarity, people randomly use this command to remove packages without understanding the working process of these commands.
List all Installed Packages on Ubuntu and Debian-based Linux Distributions
We are still not in a utopia to have all the rolling-out versions of packages inside solo repositories for which we have to use a different medium to install them.
Today, you will learn how to list all the installed packages from Apt, Deb, Snap, and Flatpak on Ubuntu or other Linux distributions.
Today, you will learn how to list all the installed packages from Apt, Deb, Snap, and Flatpak on Ubuntu or other Linux distributions.
How to install an application graphically in Ubuntu/Debian
Is it possible to install the application graphically without touching the command line? I said, “Yes, it’s possible to install applications graphically,” but you need to have an installer installed on your system. You can find a software installer inbuilt, but for some reason, you are not able to access it, or maybe the software installer is missing.
If your problem is similar to my friend then this article will be very handy for fixing this problem
If your problem is similar to my friend then this article will be very handy for fixing this problem
RethinkDNS: All in one tool to get firewall, adblocker, DNS-over-HTTPS
The days have gone back when you needed to install multiple applications for firewall, advertisement blockers, and tunnel connections using DNS-over-HTTPS clients.
Now one single application is capable of doing all kinds of stuff in a very intuitive way.
Now one single application is capable of doing all kinds of stuff in a very intuitive way.
Enter File or Directory with Space & Special Character in its Name?
Everyone loves to assign fancy names to their files or directory, including special characters, numbers, and spaces. Special characters and numbers are good to have in the name of the files or directories even though they are not recommended.
However, having space in a file or directory name is intriguing. The cd command is usually used to enter inside the directory and does not know what to do with the name containing the spaces and special characters.
However, having space in a file or directory name is intriguing. The cd command is usually used to enter inside the directory and does not know what to do with the name containing the spaces and special characters.
« Previous ( 1 ... 11 12 13 14 15 16 17 18 19 20 21 ... 22 ) Next »

