Posts

Showing posts with the label Linux

ADB Devices No Permissions User in plugdev Group Fix Working

Image
Linux users are getting some permission problem on connected device using adb. This is called plugdev or udev rules problem. There are two way of fixing this error. In this article I will show you the best way to fix this problem. udev Rules Error Udev rules are the read write permission rules for adb connected devices. This file is located at  /etc/udev/rules.d/51-android.rules    on Linux.  If you dont provide any rules then this error will be occured. Fix udev Rules Error Fix 1: MTP Simpliest fix would be to set the phone to File Transfer mode or MTP mode. Goto usb preferences and enable File Transfer like this. Fix 2: Write udev Rules To write your own udev Rules, you need to know the vedor id and product id. Check device vendor id and product id: lsusb Here my android device is Xiaomi Redmi. So my vid=2717 and pid=ff48 . Now create a udev rule sudo nano /etc/udev/rules.d/51-android.rules Copy and replace with your own vid=xxx pid =yyy code and paste it. The...

Change GDM3 Login Screen Background On Ubuntu 22.4

Image
GNOME Display Manager Ubuntu has it's default display manager called GNOME Display Manager. GDM is a display manager (a graphical login manager) for the windowing systems X11 and Wayland. GNOME Display Manager has its default appearance uses a dark theme. In this tutorial, We will change GDM login screen background image in a secure way. We are using Ubuntu 22.4 for this example. But it will work on all distro that has GDM3 display manager. Install Dependency Our script depends on this following library, first of all install them using this command. sudo apt install libglib2.0-dev-bin -y   Download Script This bash script will helps us to easily change the background image of our login screen. It can be downloaded with the following wget command. wget -qO - https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background/archive/main.tar.gz | tar zx --strip-components=1 ubuntu-gdm-set-background-main/ubuntu-gdm-set-background Download Image or Chose yours You can use this image. I have co...

Install Flutter on Linux without Android Studio

Image
Flutter is a mobile app SDK for building high-quality native interfaces on iOS and Android. If you are a developer and also a Linux lover then you can use flutter on your system as well. Here we will show you how to install flutter on Linux. This guide is tested on Ubuntu 22.04 LTS , PopOS, Fedora 36 Workstation , Cutefish OS using Flutter 3.0.5 stable version.  What will you get after reading this article. Able to install flutter on any linux based distro. Install flutter without android studio. Install android sdk toolchain and also for linux. How to Setup Flutter on Linux This Guide will walk you through to the installation of Flutter to your Linux Machine. We are not installing Android Studio, we will set flutter up to Visual Studio Code. Basically we need - Flutter , Java JDK , Andoid SDK Toolchain. So let's install. Download Flutter 3.0.5 Let's download the latest version of Flutter.Hit on Flutter Official Page and download the stable version of Flutter. Currently flutte...

Install Best Android Emulator on Fedora 36

Image
Best android Emulator For Linux Redhat based distro like Fedora 36 is Waydroid. Why it is best? Because it has latest Android 10, Lineage OS Rom, very smooth and fast to run. Desktop icon integration makes it cool.  You will get all installed android app icon on your Desktop / Launcher too. If you want to read more click here, we have another article for Waydroid Features. Now let's walk through our installation guide. For ubuntu user read this installation guide.  Wayroid Android 10 for Fedora Recently I have installed Waydroid on my Fedora 36 workstation. To install it on your PC, please follow this instruction carefully. Enable Waydroid Repo sudo dnf copr enable aleasto/waydroid It will enable Aleasto Repository for installing Waydroid on your Fedora. Now run this installation command. Install Waydroid Fedora sudo dnf install waydroid Intialize Waydroid Varient For Vanilla : sudo waydroid init -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor For GAPPS : sudo...

How to Install Waydroid Android 10 on Ubuntu

Image
Android Emulator Android emulators are a popular way to run Android apps on your computer. They allow you to test apps, websites and games without having an actual device. There are many android emulators for Linux, but only a few of them are worth using. In this tutorial, I'll show you the best Android emulator for Linux based on my personal experience. Waydroid Android Emulator  If you want to see the list of available android emulators for Linux, you will notice that Gennymotion, Anbox,Android AVD is on the top of the list. But now here comes Waydroid. Light weight , fast and device integrated the best Linux emulator is here. This article will guide you through installing an emulator on Linux (Ubuntu) and also Fedora 36 .      Install Waydroid on Ubuntu I have already written an article about Waydroid Emulator .  Let's install Waydroid to Your Ubuntu as well as Fedora. Run this Command one by one. sudo apt install curl Waydroid Installer script Grab the insta...

WSL2 Install on Windows 11

Image
WSL/WSL2  is known as Windows Subsystem for Linux architecture that can power the Windows PC to run Linux binaries and Environment on Windows. In this article, we will show you how to install Ubuntu on your Windows host or setup WSL on windows. Enable Windows Features: To use Windows Subsystem Linux, we have to enable some windows features and windows virtualization platform on. To enable this features you have go to Control Panel. You can simply search control panel on windows settings.  Now go to Programs > Turn windows Features like the picture below. It will enable Subsystem and Virtualization on to install Linux Distros. It will needs to restart your PC. After restarting pc we can look forward for our next step. Install Linux Distros: Time to hookup with your favorite Linux Distros. In this article , we are using Ubuntu 22.4 for easy approach. Ubuntu is the most popular distro and I also like it. Go to Microsoft Store and search Ubuntu 22.4 and Download it. Setup ...

Best Android Emulator For Ubuntu

Image
Waydroid is an android emulator that runs full Android system in a container and provide android applications on any GNU/Linux-based platform. Waydroid is a very powerful android emulator for Linux. It can be used to run apps, games and on your Linux machine.   There are many android emulator availabe for Linux. But In this article we will know about Waydroid and also  I'm going to tell you which one should you use (according to my experience), in order to get the best android experience you can get. Waydroid Android Emulator is a software which enables users to run Android applications on their computers. The applications run inside a Window similar to a virtual machine, giving the user access to all of the features of the device such as its display, touch screen and speakers. Because these emulators are based on the Android operating system core code, they can not only help you to test apps but also allow users to access different Android apps and Games.  But, The...

How To Setup Themes on Ubuntu

Image
If you are use Ubuntu as your operating system, many people who found the difficulty in changing Desktop Theme. We all know that there have a lot of themes was created by the community, but there is a hundreds of themes that can be download on the internet. But if you want to get a new one, you should notice some actions need to do first before applying your new theme. This article will provide plenty of information about change ubuntu themes. The default light theme of Ubuntu looks absolutely amazing and thus you might want to change it with some cool new themes. In this article we will be considering about how to change your ubuntu themes. We use Ubuntu Desktop Environment for this article because most popular distros are based on Ubuntu. Obviously, this is applicable to other desktop versions of Linux as well. This article aims to help anyone who's interested in changing the theme of their Ubuntu desktop using all possible ways without having issue. Now Let's start. Downloa...

Install Papirus Icon Theme On Linux

Image
The Papirus project was started by Alexey Varfolomeev back in 2016 when he released Papirus icon theme 0.1 as an attempt to create a single icon theme that would look good on all major desktops.  The goal is to make an easy-on-the-eye, yet not too cartoonish icon theme that blends in well with the default themes of any desktop environment. Papirus has been designed to fit well with most popular desktop environments like Gnome, Cinnamon, Mate, etc. It also works well with Unity, but it's not the primary target. Best Icon Theme for Ubuntu There are many icon themes on Gnome Store. Among all of them the Most popular and well fitted icon theme is Papirus.  Some of the most popular Linux distributions like Ubuntu, Linux Mint, elementaryOS, Solus and Fedora use Papirus as the default icon theme. Papirus comes in three different flavors: Papirus (light), Papirus Dark (dark) and Papirus Extras (with more colorful icons). How To Install Papirus Papirus has been designed with a ver...

Wine for Linux Install wine Ubuntu

Image
Wine was created by and for Linux users, to make their favorite Windows programs run on their Linux computers. Wine does not require Microsoft's Windows license or install any Windows components or patches. Wine can be used for free, even for commercial use.The best way to get Wine is to download and install the latest release of wine. In this article we are installing Wine on Ubuntu 22.4 Linux  system How to Install Wine On Ubuntu: First Of all we have to check machine version. There are two different varient of Wine available for 32-bit and 64-bit machine. Open Terminal using Win+T and Paste the command. lscpu You can install Wine on a 64-bit version of Ubuntu by running the following command in the Terminal as a root user: sudo apt-get install wine64 If your machine is 32 bit,then use 32 instead of 64. It will install wine from a standard ubuntu repository. Install Wine 7.0 on Linux using Terminal: If your system is 64 bit, enable 32 bit architecture. Run this command on termin...

Install Chrome on Ubuntu

Image
Google Chrome is a web browser developed by Google. It’s open source, so it is available on Linux, macOS and Windows. This tutorial shows how to install the latest version of Google Chrome in Ubuntu 22.4,  20.4 LTS or 18.04 LTS, Ubuntu 17.10 and 16.04 LTS systems using Terminal. Best Browser For Ubuntu: For those who don’t know, Google Chrome is one of the most popular web browsers out there, with over 2 billion users worldwide. It’s fast, secure, and easy to use. Many users also like how it syncs your settings across all devices so that you can access your bookmarks and passwords from any computer or mobile device that has Chrome installed. How do I install Chrome from terminal? The first thing you need to do is open up a terminal window. To do so, press Ctrl + Alt + T on your keyboard. Now, type the command below and hit Enter. sudo apt install google-chrome-stable You will be prompted for your password (enter it if you have an admin account). Press Enter again when asked whether...