Each section should be run as the user or as root, pay attention to which one!
As $USER
curl https://nixos.org/nix/install | sh
function! ToggleQuickfix() | |
let l:nr = winnr("$") | |
if l:nr == 1 | |
copen | |
else | |
cclose | |
endif | |
endfunction |
import java.awt.Point; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.PrintStream; | |
import java.io.PrintWriter; | |
import java.io.StringReader; | |
import java.io.StringWriter; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.Collections; |
Edit: This list is now maintained in the rust-anthology repo.
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
# Author: N0dr4x ([email protected]) | |
''' | |
Simple Scapy TCP Session class that provide ability | |
to : | |
- execute the 3-way handshake (eg. connect) | |
- properly close connection (->FIN/ACK, <-FIN/ACK, ->ACK ) | |
- send automatic acknowledgment of received tcp data packet |
WARNING: THIS GIST IS OUT OF DATE AND NO LONGER RELEVANT