Skip to content

Instantly share code, notes, and snippets.

View sydasif's full-sized avatar
:octocat:

Syed Asif sydasif

:octocat:
View GitHub Profile
@sydasif
sydasif / instructions.md
Created July 13, 2022 09:32 — forked from matthewjberger/instructions.md
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache

@sydasif
sydasif / gist:d749baf52e1bee5ff4da3ce48a5e1d71
Created July 13, 2022 05:20 — forked from PiN73/gist:7a890b21f2d2dd22bdc0219b0eebc00e
fix: Before you can run VMware, several modules must be compiled and loaded into the running kernel.
git clone -b workstation-15.0.2 https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules
tar -cf vmmon.tar vmmon-only
tar -cf vmnet.tar vmnet-only
sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
sudo vmware-modconfig --console --install-all