How to create Live USB using Etcher
Etcher is an opensource USB image flashing tool for creating bootable Linux USB drives. Its available for Linux, Windows and Mac
Etcher is an opensource USB image flashing tool for creating bootable Linux USB drives. Its available for Linux, Windows and Mac
Chromium is the opensource version of Google Chrome web browser. Debian sudo apt install chromium Fedora sudo dnf install chromium CentOS CentOS 7 #Enable EPEL repo sudo yum install epel-release #Install Chromium sudo yum install chromium CentOS 8 #Enable EPEL repo sudo dnf install epel-release #Install Chromium sudo dnf install Read more…
VLC media player is a free and open-source portable cross-platform media player software and streaming media server developed by the VideoLAN project. It is one of the most popular media player. Github: https://github.com/videolan/vlc Website: http://www.videolan.org/ Follow these steps to install VLC player on Linux. Debian apt install vlc Fedora Fedora Read more…
Installing Xampp on Arch Linux Step 1: Download the latest version of Xampp Go to this page and download the latest version https://sourceforge.net/projects/xampp/?source=directory or open up terminal and run the following commands Download the latest version according to your system. wget https://sourceforge.net/projects/xampp/files/latest/download If you want to download a specific version Read more…
Fedora 23 does not ship with mp3 and many other multimedia codec for copyright issues. But there are many ways to play mp3 on fedora 23. Required Step This step is required if you want to follow on with this tutorial. Here we will add RPM FUSION repo you our fedora 23 Read more…
To install Google Chrome on Fedora 23 run terminal and execute these commands. Add Google Repo sudo vi /etc/yum.repos.d/google-chrome.repo Or using nano sudo nano /etc/yum.repos.d/google-chrome.repo And paste the following Google Chrome Repo for Fedora [google-chrome] name=google-chrome – \$basearch baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch enabled=1 gpgcheck=1 gpgkey=gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub Save the file using “:wq“ Install Google Chrome Read more…
Fedora 23 is the latest version of Linux distro from Red Hat. It has brought a lot of new features. DNF (Danified YUM) was one of the major changes in Fedora 22 and Fedora 23 is no different. DNF is the latest Package Manager for Fedora. It replaces the old YUM Read more…
One of the most anticipated Linux distro of 2015 Fedora 22 has brought a lot of new features. DNF (Danified YUM) is one of the major changes in Fedora 22. DNF is the latest Package Manager for Fedora. It replaces the old YUM which has been deprecated. And future Fedora Read more…
Linux Mint comes with Firefox as the default web browser. Here’s how you can install Google Chrome on Linux Mint. Step 1 Launch Terminal Step 2 Type the following on the terminal ## For 32-bit Chrome: wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb sudo gdebi google-chrome-stable_current_i386.deb ## For 64-bit Chrome: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo gdebi google-chrome-stable_current_amd64.deb Read more…
XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MySQL, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. Installing Xampp in Fedora 19, 20, 21 Step 1: Download the Read more…