Skip to content

Instantly share code, notes, and snippets.

View LazerPanther's full-sized avatar

Grimmjaw LazerPanther

View GitHub Profile

###Wox Launcher Via CapsLock

#NoEnv
SendMode Input
#SingleInstance, Force
#Persistent

;  disable CapsLock cmd via [CapsLock]
SetCapsLockState, AlwaysOff

Keybase proof

I hereby claim:

  • I am lazerpanther on github.
  • I am grimmjaw (https://keybase.io/grimmjaw) on keybase.
  • I have a public key whose fingerprint is 0D15 9DAC 0984 CA16 7438 7E23 D05A 724D C38E 5B29

To claim this, I am signing this object:

@LazerPanther
LazerPanther / windows-choco-box.txt
Last active February 28, 2016 14:30
Windows 8 / 8.1 New PC or Laptop Setup Via Chocolatey & Boxstarter
; Run the below command in IE, CMD, or PS, replacing the link with your raw gist.
; START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/username/foo/raw/bar/baz.txt
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
; Essentials
choco install 7zip -y
choco install adobeair -y
choco install cccp -y
[{
"id": "archlinux",
"name": "Arch Linux",
"imageurl": "http://distrowatch.com/images/yvzhuwbpy/arch.png",
"url": "https://wiki.archlinux.org/index.php/Installation_guide",
"releases": [{
"version": "2015.05.01",
"url": "http://mirror.rackspace.com/archlinux/iso/2015.05.01/archlinux-2015.05.01-dual.iso",
"size": 656408576
}, {
Command line, Linux command line, Linux, Open source technology, top linux command line, linux command line, interesting linux command line, frequently used linux command line
1. tar command examples
Create a new tar archive.
#
# refind.conf
# Configuration file for the rEFInd boot menu
#
# Timeout in seconds for the main menu screen. Setting the timeout to 0
# disables automatic booting (i.e., no timeout).
#
timeout 3
## This file should be present in the same directory as the kernel file(s)
## More info at http://www.rodsbooks.com/refind/linux.html , http://www.rodsbooks.com/efi-bootloaders/efistub.html
"Boot into Graphics mode" "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=graphical.target initrd=\initramfs-linux-fallback.img initrd=\initramfs-linux-mainline-fallback.img"
"Boot into Terminal mode" "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=multi-user.target initrd=\initramfs-linux-fallback.img initrd=\initramfs-linux-mainline-fallback.img"
"Boot into Rescue mode" "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap syst
@LazerPanther
LazerPanther / Mac OSX El Captian Public Beta Dev Notes.md
Last active August 29, 2015 14:24
Mac OSX El Captian Public Beta Dev Notes

#El Capitan Notes

  • /usr/bin is no longer writeable - even by root.
  • Xcode 7 required to build software

Vagrant:

  • Need to relink, since /usr/bin is not writeable
  • sudo ln -s /opt/vagrant/bin/vagrant /usr/local/bin/vagrant

Brew:

Homebrew 10.11 Issue Tracking

Assuming Arch is installed. Unistall refind and syslinux.

In arch-chroot :

pacman -S efibootmgr grub
mkdir -p /boot/efi
mount -t vfat /dev/sdXY /boot/efi  #with sdXY your EFI partition
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck
cd /boot/efi/EFI