Home

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...

Read more

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 ...

Read more

A Minimalist Dark Theme for MailSpring

Theme for MailSpring Download the Theme Using Git If you are a git user, you can install the theme and keep up to date by cloning the repo: $ git clone https://github.com/ZahidHasan/Dark-Light-Theme-Mailspring.git Manually Download Download the zip file and unzip it into a folder. Install the Theme Open MailSpring Go the the Ed...

Read more

Installing IntelliJ with JavaFX

Install IntelliJ Download IntelliJ community version from their website. Direct Link Run the installer Choose installation location. Default is C and that is ok. Wait until the installation in complete. Reboot the PC Run intelliJ, Choose Dark Theme. Disable all plugins. Create new pro...

Read more

Version Control System

The Problem If you happen to go through the following scenario as you are struggling to keep renaming the updated files, then version control system is an option foryou. index.html index_new.html index_new_v2.html index_new_v4.html index_new_v2_final.html index_new_v2_really_final.html Solution However, when it comes to mainta...

Read more