If you are looking to burn an ISO image to physical media such as a CD or DVD, instead of a conventional method using a GUI application, there are also many ways on how to burn an ISO image from the command line. One way is to use the wodim
command. In this tutorial, we will cover the step by step instructions to burn an ISO image to disc using the wodim
tool on a Linux system.
multimedia
Clone / Burn Encrypted DVD using Linux
Hollywood movies that have been released on DVD or Blu Ray will usually come with encryption on the disk to help hinder pirated copies from making it online or for sale on the street. Much to Hollywood’s dismay, this encryption is easily foiled by any Linux system user with even a rudimentary knowledge of technology. By default, applications like Brasero will refuse to read these encrypted disks, but you will see how to overcome that obstacle shortly. In this tutorial, we will show you how to clone or burn an encrypted DVD using Linux.
How to get and change video metadata in Linux
Video metadata contains information like author, title, genre, comment, and creation date. This information is embedded in the video file itself, but it not really a common practice for video releases to contain a lot of metadata info. If nothing else, there is usually some copyright information. In this tutorial, you will see how to get and change video metadata on a Linux system. This can be accomplished from both command line and GUI. We will cover both methods below.
Best Terminal for Linux
Using the terminal is one of the main draws that attracts users to a Linux system. It is very powerful and allows you to do many tasks just from your keyboard. But you can get even more use out of the command line if you have a good terminal to go along with it. Some terminals make things easier or allow you to split windows to increase your workflow efficiency, etc.
Erase dvd/cd-rw from Linux command line
Erasing a BD-RE, DVD-RW, or CD-RW disk on a Linux system can be as easy as entering one line command using the wodim
utility. In this tutorial, you will see how to erase a rewritable disk (Blu Ray, DVD, or CD) on Linux via command line.
How to install, generate and list Locale on Linux
The locale on a Linux system is what determines the type of characters and encoding that appear in your command line terminal. Changing the locale will set various environment variables to different values. The terminal and other applications can then query those variables to figure out what type of characters and settings to show the user.
Best Video Editing Software on Linux
A lot of people may not think about Linux when video editing comes to mind, but make no mistake, there are a myriad of fine choices available when it comes to video editing software on a Linux system. There are varying levels of software, depending on whether you want to do in depth video editing or just quick edits on the fly. In some cases, you may find it useful to have one of each.
How to automatically change X11 displays setup with autorandr on Linux
Adding a monitor to a setup is probably one of the most effective and immediate ways to increase productivity. A multi monitor setup can be useful, for example, when we need to consult some kind of documentation and at the same time work on another task full-screen. Autorandr is a free and open source utility able to apply specific X11 configurations depending on the displays connected to our machine.
How to create and share torrent on Linux
Torrents are an excellent way to share data publicly. As you may already know as a Linux user, many Linux distro developers choose to share their operating system in the form of a torrent download. This allows someone to publish data and rely on the “swarm” (the users that are uploading or downloading the torrent’s contents) to continue hosting it.
How to extract audio from video on Linux
The purpose of this tutorial is to extract the audio contents from a video file on a Linux system. This can be done from the command line after installing the ffmpeg
software package, if you do not already have it. The audio can be extracted into a variety of formats like mp3 or ogg, and the video types supported range from mp4, mkv, avi, and others.
Best Music Player for Linux
Linux systems offer a wide range of choice, and music players are no exception. For quite a while, there have been fantastic options when choosing the perfect music player for your Linux computer. All of these players are just as good, if not better, than their proprietary counterparts on other operating systems. They range from the minimal, light weight, and targeted to feature-rich multipurpose players capable of nearly anything. There’s a great choice for every music fan on Linux.
How to get and change image metadata in Linux
Image metadata is information that is embedded into files like jpeg, tiff, and other common formats. The primary form of metadata used in photos is called EXIF (Exchangeable Image File Format). This data can contain supplemental information for the image, such as the date and time that the photo was taken, with what camera model, GPS info, author, copyright information, and more.