Skip to content

Instantly share code, notes, and snippets.

View KINETIK-DEV's full-sized avatar
🎯
Focusing

KINETIK-DEV KINETIK-DEV

🎯
Focusing
View GitHub Profile
@KINETIK-DEV
KINETIK-DEV / DIATRACK WTF
Created April 8, 2019 15:24
DIATRACK WTF
Go a couple steps further...
Run CMD as Administrator:
sc stop DiagTrack
sc delete DiagTrack
@KINETIK-DEV
KINETIK-DEV / NERDTree.mkd
Created December 12, 2018 19:55 — forked from m3nd3s/NERDTree.mkd
My Vim Cheat Sheet

NERDTree

o.......Open files, directories and bookmarks....................|NERDTree-o|
go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go|
t.......Open selected node/bookmark in a new tab.................|NERDTree-t|
T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
i.......Open selected file in a split window.....................|NERDTree-i|
gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
s.......Open selected file in a new vsplit.......................|NERDTree-s|
gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|

O.......Recursively open the selected directory..................|NERDTree-O|

@KINETIK-DEV
KINETIK-DEV / Virtual Box Host Only Static IP.md
Created December 12, 2018 14:10 — forked from pjdietz/Virtual Box Host Only Static IP.md
VirtualBox Host-Only Adapter with Static IP

VirtualBox Host-Only Static IP

My typical setup for a development box in VirtualBox uses two NICs. The first uses NAT to allow the box to communicate with the outside world through my host computer’s network connection. (NAT is the default, so shouldn't require any setup.) The second is a "host-only" connection that allows my host and guest to interact.

To create a host-only connection in VirtualBox, start by opening the preferences in VirtualBox. Go to the "Network" tab, and addd a Host-only Network. Modify the host-only network, and disable DHCP. Make a note of the IP address. (Feel free to set the IP address as well, if you like.)

Next, assign this host-only adapter to the virtual machine. Select the VM and press "Settings". Go to the "Network" tab, and select "Adpater 2". Enable the adapter, set it to a "Host-only Adapter", and select the adpater you created above.

Temporary

@KINETIK-DEV
KINETIK-DEV / .vim_cheat_cheet.md
Created December 8, 2018 12:43
VIM Cheat sheet #vim

Cursor movement

h - move left
j - move down
k - move up
l - move right
ctrl-b - page up
ctrl-f - page down

% - jump to matching brace

@KINETIK-DEV
KINETIK-DEV / iterm2.md
Created December 8, 2018 12:32 — forked from nobitagit/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
Previous Tab + Left Arrow
Next Tab + Right Arrow
Go to Tab + Number
Go to Window + Option + Number
Go to Split Pane by Direction + Option + Arrow
Go to Split Pane by Order of Use + ] , + [