Value In Brief – by Abanoub Hanna
All You Need To Know Explained In Brief

Posts Tagged with Linux

Popsicle - Linux utility for flashing multiple USB devices in parallel

Popsicle is a tool made by Pop! OS team. It is a simple tool to create bootable USB drive/stick. It is pre-installed on Pop! OS Linux distribution. Popsicle details in brief Features Value Open source Yes, on Github Free (of charge) Yes Programming language Rust can create a bootable Linux disro Yes can create a bootable Windows No Multilanguage (spoken languages) Yes English (the universal language) Yes uptodate yes, updated 3 days ago How to use Popsicle to create bootable USB sticks ?

How to remove an audio track from an mkv ?

You can use final cut pro x or iMovie on Mac OS, or Camtasia Studio or Adobe Premiere Pro or DaVinci Resolve on Windows, or DaVinci Resolve or Blender or Kdenlive or ShotCut on Any Linux distro. But I prefer command line tools. Install mkvtoolsnix or use HomeBrew to install it : brew install --with-qt5 mkvtoolnix. Use mkvinfo to get the audio track IDs that you want. command like this mkvinfo *.

10 things to do after installing Ubuntu 21.10

show battery percentage Here is the steps to show battery percentage. open the settings app select the power section switch on the toggle of the power percentage install a file preview tool If you used MacOS or ChromeOS, you know the ‘quick look’ preview app. This app show an interactive preview of a file, when you press spacebar. It is a good feature / app. You can use GNOME sushi as a file preview tool on Ubuntu Linux.

Recommended Linux Distributions In Brief

I tried too many Linux distributions such as Ubuntu, Elementary OS, Linux Mint, Manjaro, Clear Linux OS, Endeavor OS, Fedora, Debian, Deepin, Peppermint os, Pop! OS, Parrot OS, Kali linux, Void Linux, Gentoo, MX Linux, Zorin OS and CentOS. I was a distrohopper! After all those experiments and daily usage of different distros (short for distributions) with different desktop environments and package managers. I come to a point of view.

Cutefish Os in brief

Cutefish is an Arch-based Linux distribution which focuses on UI / UX. It is almost a Mac OS-clone (a.k.a Mac OS inspired). The desktop has the top bar with a global menu, and the bottom dock. It is Manjaro cutefish. If you want to check this Linux distribution, here is their official website.

Elementary OS in brief

ElementaryOS is a modern looking Linux distro. It is built on Ubuntu, a.k.a “based on Ubuntu”. Elementary focus on user experience and developers community. Elementary OS is focusing on the areas of problems which prevent Linux from being the common desktop operating system. Elementary tries to fix this bottleneck. Let’s discuss those things / ideas. Pay-what-you-want AppCenter Creating opensouce applications for Linux is not profitable at all. That’s a problem. Nobody will dedicate time and effort to create a free and opensource software.

Ubuntu in Brief

Ubuntu is the defacto standard of Linux distributions. I love Ubuntu with GNOME desktop environment. Ubuntu Look Ubuntu has a unique look. I can differentiate it by the brownish color of desktop UI, and the left long panel. I really think that putting the apps panel on the left is the best position as we need the vertical space more than the horizontal space. Stable & Reliable Ubuntu is based on Debian.

Pop Os in Brief

Pop! os is built on top of Ubuntu. So it is reliable and stable. Pop! OS is created by System76 which make sure that it has good support for gaming / Steam. Pop! OS has better support for gaming and laptop device drivers in comparison to other Linux distributions. Pop! Shop Pop! OS has an applications store that show applications from Ubuntu repo, Pop repo and Flatpak repo. So, you have access to more software tools and programs.

What is the difference between appcenter and appcenter (system-wide) in Elementary OS ?

It is very simple. If you chose appcenter (system-wide), the application will be available for all users on the system. But if you chose appcenter, the application you installed will be available for the current user only. This is a good option in Elementary OS. So if you want to install some apps for a user, and not for the other users YOU CAN. The slogan “YOU CAN” is the best slogan for Linux community.

Create and remove swap files in Ubuntu Linux

Computers use RAM to store data and run programs and services. So, the data / programs in RAM are temporarily available — as you use the program or data. When you shutdown your computer, RAM will be free. RAM is faster than HDD or SSD in read and write speed. So we use it to hold the currently running programs and data. But they are expensive, so we use less of them and rely on swap file to delegate some less used data / program to it.