Skip to content

Instantly share code, notes, and snippets.

View pablopunk's full-sized avatar
:shipit:
shipping

Pablo P Varela pablopunk

:shipit:
shipping
View GitHub Profile
@pablopunk
pablopunk / resize-vagrant.sh
Last active February 3, 2017 16:00
Resize vagrant
# from https://github.com/mitchellh/vagrant/issues/2339
vagrant box add v0rtex/xenial64
cd ~/.vagrant.d/boxes/v0rtex-VAGRANTSLASH-xenial64/20161121.0.0/virtualbox
VBoxManage clonehd box-disk1.vmdk tmp-disk.vdi --format vdi
VBoxManage modifyhd tmp-disk.vdi --resize 61440
VBoxManage clonehd tmp-disk.vdi resized-disk.vmdk --format vmdk
rm tmp-disk.vdi box-disk1.vmdk
mv resized-disk.vmdk box-disk1.vmdk
mkdir ~/repos/ubuntu64
@pablopunk
pablopunk / chocolatey-apps
Last active May 9, 2018 15:16
Essential apps for windows via Chocolatey
1clipboard
1password
7zip
autohotkey
googlechrome
spotify
steam
telegram
vlc
whatsapp

Keybase proof

I hereby claim:

  • I am pablopunk on github.
  • I am pablopunk (https://keybase.io/pablopunk) on keybase.
  • I have a public key ASB0bXgfmGtoZZTISJFyhEvftzHL5WudpwYyLDziTUL-ggo

To claim this, I am signing this object:

@pablopunk
pablopunk / fix-timezone-wsl.sh
Last active May 21, 2018 08:44
Fix timezone issues on WSL (Windows Subsystem for Linux)
sudo dpkg-reconfigure tzdata
@pablopunk
pablopunk / elementary-ubuntu-4k-display.md
Last active November 12, 2020 11:03
Elementary OS / Ubuntu - 4k display scaling and 60Hz
@pablopunk
pablopunk / fix-windows-linux-time.sh
Last active May 1, 2020 20:35
Fix dual boot windows-linux time issue
timedatectl set-local-rtc 1 --adjust-system-clock
@pablopunk
pablopunk / fix linux file watchers.md
Last active December 12, 2018 11:28
Fix webpack file watchers
@pablopunk
pablopunk / fix-elementary-boot.md
Created November 7, 2018 22:46
Fix ubuntu or elementary boot stuck at logo

did it with Kubuntu, during live booting the USB one is greeted with Grub. I pressed "e" to temporarily edit the config. I replaced "quiet splash" with "nomodeset". The OS booted and I could install but it was in a super-low resolution.

@pablopunk
pablopunk / razer-linux.md
Last active November 23, 2018 16:14
Sign razer dkms modules with secure boot enabled