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...
Repair EFI Bootloader on a GPT Partition for Windows 10
The Problem
The Solution without any media
Open Command Prompt
Open Command prompt, if automatic repair doesnt fix.
Open diskpart
Type and run the command:
diskpart
Select Hard Disk
Type and run the command:
list DISK
sel disk 0
Check the partitions
Type and run the command:
list vol
Select EFI partition
The EFI partition should be ...
Fix Error “Could not find the recovery environment” in Windows 10
Check the status of the Windows Recovery Environment on the computer. To do so, open an admin Command Prompt window, and then type the following command:
reagentc /info
Windows RE status shows up as Disabled or if the Windows RE location is empty you need to run:
reagentc /enable
Now you should reset your PC.
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...
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...
Accessing Windows (Host) Folder from Linux (Guest) in Vmware
Assume you installed manjaro linux as a guest in virtualbox with windows host. Now you want to access folders through them. In order to do that follow the steps:
Goto VM -> Settings.
In the setting window open options tab, there you find Shared Folders option.
Click add right side of the windows, chose a windows...
Accessing Windows (Host) Folder from Linux (Guest) in Virtualbox
Assume you installed manjaro linux as a guest in virtualbox with windows host. Now you want to access folders through them. In order to do that follow the steps:
Go to Devices -> Shared Foldes -> Shared Folders Settings.
Click add new shared folder icon at the right side of the setting window.
In th...
Enable Full Screen Mode of Manjaro Linux in VMWare
The Problem
By default manjaro (20.0.3) linux cannot run in full screen mode in vmware. It will not work even though you change the display resolution in manjaro or install vmware-tool.
After installing manjaro in vmware, you see the following low resolution screen.
Solution
Inorder to eable full screen mode do the following:
Run in term...
29 post articles, 4 pages.