Error Creating Android Virtual Device in QtCreator
Append the following line in each of 3 environment-variable files located in home folder
unset _JAVA_OPTIONS
export PATH="/usr/lib/jvm/jdk-17/bin:$PATH"
export PATH="/home/kali/Android/Sdk/platform-tools:$PATH"
export PATH="/home/kali/Android/Sdk/emulator:$PATH"
export PATH="/home/kali/Android/Sdk/platforms/android-30:$PATH"
.bashrc
.zsh...
conda not found after installing Anaconda/Miniconda in Kali
conda not found
You download anaconda/miniconda distribution, install them following on-screen instructions but at the end what you get is ‘conda not found’.
Open .bashrc file in your home directory (hidden) and copy
>>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/h...
Install KDE Desktop in Kali Linux
KDE
With Plasma, you have a full-featured Linux desktop environment that has everything you could possibly need to use your computer. KDE is one of the largest and most active open-source communities with an ecosystem of applications for every purpose you can imagine.
While idling, KDE Plasma Desktop is using 580 MB with no other application...
How to Update Portable JDK to the Latest Version
Install Portable JDK
Download and install portable JDK made specially for portableapps platform from their website.
Once installed, you will notice a new folder named CommonFiles has been created.
This CommonFiles folder contains portable JDK and all the portable apps that require jdk to run will automatically find jdk from this Common...
How to Make Portable PyCharm
Since Pycharm require java to run first we need to make portable java
Configuring Portable JDK
Inorder to create portable java we are going to use portableapps platform. Download it from here or from their website.
Install it in your preffered drive.
Once installed, inside your choosen folder you will see PortableA...
How to Make Portable IntelliJ
You can carry and run IntelliJ without installing JAVA in your PC.
Configuring Portable JDK
Inorder to create portable java we are going to use portableapps platform. Download it from here or from their website.
Install it in your preffered drive.
Once installed, inside your choosen folder you will see PortableApps...
A Bare-bones Portable Python and Sublime Text
Portable Environment Setup
Python
This is very small portable python for windows. We will configure portable sublime text to use it.
Extract the portable python into a folder like Portable_PySub.
Extract portable sublime text into that folder also.
Sublime Text
In windows Sublime Text find python path from system v...
Making UEFI Boot Time Faster for Linux
If you are experiencing very slow booting after installing manjaro linux (mine was around 10-15 sec), then do the following things:
BIOS Tweak
Legacy ROM
Diable Legacy Option ROMs
SMART Reporting
Disable SMART Reporting
TMP Security
Disable TPM Security
Secure Boot
Disable Secure Boot
Fast Boot
Set Fast Boot to Minimal
...
29 post articles, 4 pages.