Showing headlines posted by trendoceangd
« Previous ( 1 ... 10 11 12 13 14 15 16 17 18 19 20 ... 21 ) Next »Display History with Date and Time in Linux
The history command is one of the essential utilities for the Linux administrator, usually used to track all the shell commands you execute in a series.
When you execute the command, the shell captures it and then stores it in the separate file of the user’s home directory at ~/.bash_history. When the history command is executed, it fetches the data from this file and displays it as an output with the command and ID on the terminal screen.
When you execute the command, the shell captures it and then stores it in the separate file of the user’s home directory at ~/.bash_history. When the history command is executed, it fetches the data from this file and displays it as an output with the command and ID on the terminal screen.
3 Ways to Find Out Your IP address in Linux
The IP (Internet Protocol) address is a global standard for assigning unique 32/128-bit hexadecimal values to network-attached devices for identification on the local/global network.
How to Install TeamViewer in Ubuntu 22.04 or Debian-Based Distro’s
Before AnyDesk, TeamViewer was one of the most popular multi-platform remote access and remote control software between computers. TeamViewer is proprietary software and is not included in the Ubuntu repository, but you can still install it on your system by grabbing the deb file from the official TeamViewer website. Today, you will learn how to install TeamViewer on Ubuntu or any Debian-based distributions from a deb file using both CLI and GUI methods.
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.
« Previous ( 1 ... 10 11 12 13 14 15 16 17 18 19 20 ... 21 ) Next »