Skip to content

Instantly share code, notes, and snippets.

View portobanco51's full-sized avatar
🏠
Working from home

Marcelo portobanco51

🏠
Working from home
View GitHub Profile
theme:
active: Gray
banner: LightGreen
error_border: Red
error_text: LightRed
hint: LightGreen
inactive: Gray
playbar_background: Black
playbar_progress: "29, 185, 84"
playbar_progress_text: "255, 255, 255"
@portobanco51
portobanco51 / noSourceMap.json
Last active May 28, 2024 14:19
No sourceMap on React.js build
"winBuild": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
@portobanco51
portobanco51 / allKaliCommands.js
Last active May 28, 2024 14:22
kali Commands
Install packages and copy files to /usr/local/bin
@portobanco51
portobanco51 / windowsTeaks.sh
Last active May 28, 2024 14:21
Tweaks for new Win OS
# WIN Tweaks
# Run on elevated Powershell
irm christitus.com/win | iex
@portobanco51
portobanco51 / kaliAliases.sh
Last active May 28, 2024 14:21
Copy aliases on ~/.bashrc file, source it, enjoy
[ ALIASES ]
alias commands='cd /usr/local/bin'
alias aliases='se ~/.bashrc'
alias desktop='cd /mnt/c/Users/porto/desktop'
alias diff='diff --color=auto'
alias e='nano '
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'