Showing headlines posted by trendoceangd

« Previous ( 1 2 3 4 5 6 7 8 9 10 11 ... 15 ) Next »

Gum: A Tool for Glamorous Shell Scripts in Linux

In a few days or very soon, you might be working on your own shell script on Linux. At that time, you might be going with the traditional method by learning all the shell programming codes and applying them to your script. What if I say there is an amazing tool called Gum, that provides you glamorous functionality, or in simple words, the beautiful syntax for your shell script?

How to Install PipeWire on Debian 11

In order to make PipeWire the default audio service, you will need to make some changes to your system, which will enable and replace the PulseAudio server with PipeWire.

How to Kill an Unresponsive SSH Connection in Linux

While working with a remote connection, it’s quite common to get into a situation where you are not able to interact with the remote system. And it is a frustrating moment when a remote SSH connection hangs after several minutes of unused connection, or perhaps even due to internet fluctuations. There might be many other reasons for the above cause, but it’s quite easy to kill an unresponsive SSH connection without killing the current shell.

How to Enable PipeWire and Disable PulseAudio in Ubuntu 22.04

There are lists of applications that I can’t afford to miss after setting up newly installed distributions, and one of them is EasyEffects, which enhances the audio quality to the next level. Without it, I don’t get the real vibe from the music.

How to Remove White Space from the File Name in Linux

Not able to access or open file because of white space in file name? Then you can remove the white space from the file name by following three different method .

How to Change MAC Address in Linux

MAC (Media Access Control Address) address is one of the most physical identifiers assigned to your network interface controller. Every device has its own unique mac address, which is set at manufacturing but can be changed using a few tools.

How to Mount and Unmount an ISO Image in Linux

In computing, you might stumble upon an ISO image file. Have you ever wondered what the story is behind these files? How can you mount and unmount an ISO image in Linux?

How to Install and Use Homebrew Package Manager on Linux

Homebrew gained its popularity after being the default package manager for macOS. It’s heavily used by developers to install, remove, and manage packages from the command line. Also, you cannot deny the fact that Linux is leading the race by providing an amazing package manager. Apart from that, you will also get Snap, Flatpak, and AppImage to manage your packages from the command line.

How to Create Multiple Files and Directories at Once in a Linux Terminal

If you are using Linux, then you know how to use the mkdir command to create a directory, and for files, we use the touch command, which creates an empty file in a second without using any command line editor. Both commands are handy to use, but how do I use this command to create multiple files and directories at once? Because it’s easy to create multiple files of 10 directories or files, but if someone asks you to create 100 files, you cannot easily do it until you find this article.

How to Install Spotify Player on Linux System

Spotify web player is good for listening to music from your web browser, but sometimes you may inadvertently exit the browser, which will interrupt your music experience. However, the desktop application is much better than the web version of Spotify, providing you access to control your music from the hotkeys and show the music notification on the tray. You can even sync your local music on the Spotify server or sync it on your other Android, iPhone, or laptop devices.

Install Proprietary Graphics Drivers on Ubuntu Linux

Ubuntu and other major Linux distributions automatically detect the system graphics card and install their open-source driver by default. To install a proprietary driver, you need to perform a few more steps.

Watching Netflix on Linux with Chrome/Firefox

Netflix is a popular video streaming platform, hosting more than 3,600+ movies and 1,800 TV shows. Currently, Netflix has the highest number of subscribers among its counterparts, Prime and Hulu. To watch the movies or shows on Netflix, you usually download an Android app, and Windows users have a standalone application on the Microsoft store. What about Linux users?

How to Install Apple Music Client Cider on Linux

If you are a melophile like me and have multiple accounts on popular streaming platforms like Spotify, Tidal, and Apple Music, then you might have experienced that there is not an easy way to install them on a Linux system. However, we have already written a detailed guide on how to install Spotify and Tidal on Linux. So, today the focus will be on Apple Music.

How to Reset MySQL Root Password in Ubuntu and Fix Error 1045 (28000)

Losing passwords may create serious issues by completely locking down your database access.

Recently, I installed MySQL on my system and tried to change the password to improve security. While performing the steps, unintentionally, I misplaced my MySQL database password and lost access.

How to Check Graphics Card in Linux System

Linux provides you with a couple of commands to check the hardware information, including the graphics card. So, today you will learn what those commands are and how to use them to check the graphics card in your Linux system.

How to Exclude Package Update from Apt-Upgrade

Whenever you hit the apt upgrade command on your Ubuntu or other Debian-based distribution, it will update the existing package and application to the latest release.

You might not have a problem updating the packages to their latest release. But let me remind you, “How many times did you break your packages after updating the system?”

Ranger: Terminal File Manager inspired by VIM for Linux

No doubt, Linux is one of the best operating systems, bundled with awesome and beautiful desktop environments like GNOME, KDE, XFCE, etc.

This desktop environment comes with its own file manager, like GNOME gives us Nautilius, KDE gives us Dolphin, and XFCE gives us Thunar, etc.

As a curious Linux user, you may wonder, is it possible to have a file manager experience within the Linux Terminal app? Then my answer will be Ranger.

How to Install ZSH Shell along with OhMyZsh and Powerlevel10k on Ubuntu 22.04

As a starter, you might think that Ba(sh) is the only shell available to use in UNIX-like distributions, but that’s not the case in modern Linux distributions.

There are several other shell interpreters available to help you out, like KornShell (ksh), C shell (csh), Z shell (zsh), and fish. From this list, you can use the zsh shell, which is highly customizable with more than 100+ themes and plugins that can help you to perform your work swiftly with an aesthetic look.

What is Open Source and why should you support them

  • TREND OCEANS; By Gagan Mishra (Posted by trendoceangd on Jul 19, 2022 11:45 PM EDT)
  • Groups: Linux
Consider what would happen if you were using one of the software applications that you have purchased by paying a hefty amount to the company and which you have been using for a decade without any issues.

Although you know, this was the only application that could do specific work, and there was no alternative option to this application available on the market. Therefore, you couldn’t even imagine your life without that software.

But unfortunately, one day, the company announced that we will not provide further updates or support to this particular application because they are shutting down their company due to some internal conflict.

How to Restrict Script/Application Permission using AppArmor on Ubuntu/Debian

Learn about AppArmor and how to create a profile for a user-generated script or application, and modify or update permissions for an already existing profile.

« Previous ( 1 2 3 4 5 6 7 8 9 10 11 ... 15 ) Next »