×


Blog


Install Rhythmbox on Linux Mint 20 - Step by Step Process ?

This article covers the best method of installing the Rhythmbox audio playing application on a Linux Mint 20 system. Rhythmbox is a free and open-source audio player that plays and helps organize digital audio files. the features of Rhythmbox like Music playback, gapless playback, music importing, audio CD burning and SoundCloud support. 


How to remove Rhythmbox from Ubuntu?

You can also remove it by downgrading the player via command window at the same time:

$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:ubuntuhandbook1/apps

If it fails to remove, you can also remove it from the Software and Update utility on Ubuntu.


Main Features of Rhythmbox:

  • Fixed Critical Errors and Internal Bugs.
  • Fixed Rhythmbox crashed during import.
  • Command option added.
  • Very good layout and design.
  • Play queue UI improvements feature added.
  • Added Expand playing icon in the entry view
  • Fixed hangs for a special file type.
  • Fixed Open settings Crash for this app.
  • Fixed Keyboard navigation tab when searching an entry widget.


Top 15 SCP Command Examples in Linux

This article covers some useful SCP commands to copy files/folders between hosts in the network. Linux administrator should be familiar with CLI environment. Since GUI mode in Linux servers is not a common to be installed. SSH may the most popular protocol to enable Linux administrator to manage the servers via remote in secure way. Built-in with SSH command there is SCP command. SCP is used to copy file(s) between servers in secure way.



SCP Basic syntax:

scp [options] username1@source_host:/location1/file1 username2@destination_host:/location2/file2

Some common scp command options include:

  • –P – Specify server SSH port.
  • –p – Preserve the timestamp for modification and access (note the lower-case).
  • –q – Quiet mode, don’t display progress or messages (will still show errors).
  • –C – Compress the data during transmission.
  • –r – Recursive – include subdirectories and their contents.


Use the Dig Command in Linux - Doing it right ?

This article covers how to query various DNS records. The dig command in Linux is used to gather DNS information. It stands for Domain Information Groper, and it collects data about Domain Name Servers. The dig command is helpful for diagnosing DNS problems, but is also used to display DNS information.

By default, dig sends the DNS query to name servers listed in the resolver(/etc/resolv.conf) unless it is asked to query a specific name server.


How to Install Dig on Linux ?

1. On Debian and Ubuntu, run:

$ apt-get install dnsutils

2. On CentOS 7, run the command:

$ yum install bind-utils

3. Once installed, check the version, to make sure the setup was completed successfully:

$ dig -v


Dig Syntax

In its simplest form, the syntax of the dig utility will look like this:

dig [server] [name] [type]


i. [server] – the IP address or hostname of the name server to query.

If the server argument is the hostname then dig will resolve the hostname before proceeding with querying the name server.

It is optional and if you don't provide a server argument then dig uses the name server listed in /etc/resolv.conf.

ii. [name] – the name of the resource record that is to be looked up.

iii. [type] – the type of query requested by dig. For example, it can be an A record, MX record, SOA record or any other types.

By default dig performs a lookup for an A record if no type argument is specified.


Top 5 Open-Source Monitoring Tools

This article covers the top monitoring tools in the market. Monitoring tools help ensure the stability of not only the computer systems and networks, but also help ensure the stability of a business or an enterprise. Many monitoring tools ask users to share information and data which usually businesses or enterprises are not comfortable sharing.

The open-source monitoring tools providing open access are free from the blame of data theft because, with open-source monitoring tools, the companies are not forced to share their data if they don't want to.

Monitoring is essential to businesses to ensure a necessary system is up and running. Monitoring different aspects of your IT Infrastructure setup can cause a lot of tantrum if not done properly with the right tools.


Top 5 Languages for Automation in Linux

This article covers software programming languages which are the top-rated languages being used by the quality assurance engineers for designing and developing the most efficient and reliable test automation software. Python, Java, C#, JavaScript and Ruby, all are well-acclaimed programming languages to deliver and support test automation for software applications developed in any of the platforms.

Automation testing is one of the booming demands of all organizations across the globe. Many quality assurance engineers face a key challenge in setting up an environment capable of most seamlessly testing the developed software against the documented test cases and requirements. Verifying and validating all the test case scenarios is a tedious task to perform thereby giving rise to the need for automation testing. Automation testing significantly enhances and improves the software testing processes.


Top 5 Linux Distros for Gaming

This article covers the leading gaming distros for Linux. Pop!_OS tops our list of the best gaming distros available in the market for Linux operating system users. Ubuntu, being an efficient and overall optimal operating system that ensures execution of any task, comes second on our list. Whereas GamerOS, Fedora Games Spin, and Manjaro Gaming Edition follow the suit. The here listed paradigms are found and proven to be the best gaming distros for Linux by many reviewers and users. From Pop!_OS to Manjaro Gaming Edition, any adopted distro is ensured of providing an efficient, seamless, and enhanced gaming experience to the Linux gamers. 

However, many other distros too lead the market such as Drauger OS, Lakka, etc. Still, the distros listed in this guide have proven to outperform their peers numerous times and thereby are listed here as the top five best Linux Distros for Gaming.