- To easily list files giving more information -
ll
alias ll='ls -alhF'- First, install
xclipin your system. This will let you copy output of a command directly to your clipboard. -cat file.txt|c
alias c='xclip -selection clipboard'| #!/bin/bash | |
| HTB_DATA_DIR=~/Documents/HTB | |
| if [[ $1 ]]; then | |
| a=1 | |
| else | |
| echo "Usage: $0 <Box name>" | |
| exit 1 | |
| fi |
llalias ll='ls -alhF'xclip in your system. This will let you copy output of a command directly to your clipboard. - cat file.txt|calias c='xclip -selection clipboard'Seeking people who made custom discord bots? Liking their really cool commands and have no idea how they did it? Well no need to fear! This simple tutorial will show you how to make a discord bot in no time!
// This is gist.
var gist = this;
// There are many like it, but this one is mine.
gists //=> [...]
i.owns(gist) //=> true
// It is my life.
gist === life //=> true
// I must master it as I must master my life.
i.mustMaster(gist) && i.mustMaster(i.life) //=> truesudo apt update
sudo apt dist-upgrade
sudo apt autoremove
cd /tmp
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall