Alternative, Ambient, Dark Trap, Experimental, Glitch, Instrumental, Seapunk, Vaporwave, Wave, Witch House
Shuffle, Play, Enjoy. devplaylist.com
| alias l='ls -lFsathrGi' | |
| alias c='clear' | |
| alias cp='cp -p' | |
| alias cl='c;l' | |
| alias ls='ls -G' | |
| alias ..='cd ..' | |
| alias ...='cd ../..' | |
| alias ....='cd ../../..' | |
| alias .....='cd ../../../..' | |
| alias ll='ls' |
| #!/bin/bash | |
| VID_URL=$1 | |
| VID_OUT_PATH=$2 | |
| START_TIME=$3 | |
| DURATION_TIME=$4 | |
| ffmpeg -ss $START_TIME -i $VID_URL -to $DURATION_TIME -vcodec copy -acodec copy -avoid_negative_ts make_zero $VID_OUT_PATH |
| array.push(array.splice(array.indexOf(obj), 1)[0]); |
| function now() { | |
| const tzoffset = new Date().getTimezoneOffset() * 60; | |
| return (new Date(Date.now()/1000 - tzoffset)).getTime(); | |
| } |
Alternative, Ambient, Dark Trap, Experimental, Glitch, Instrumental, Seapunk, Vaporwave, Wave, Witch House
Shuffle, Play, Enjoy. devplaylist.com
| # Genrate keys | |
| $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com" | |
| ----------------------------------------------------------- | |
| # Edit ~/.ssh/config | |
| Host your.hostname.com | |
| Hostname github.com |
| env GOOS=linux GOARCH=arm GOARM=5 go build <file> |
| ==Phrack Inc.== | |
| Volume One, Issue 7, Phile 3 of 10 | |
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
| The following was written shortly after my arrest... | |
| \/\The Conscience of a Hacker/\/ | |
| by |