- portal-br.org
- kobkob.org
Projects I want to support/help/collaborate with (this list is public, this list will be updated later, keep your eyes here!), but are not limited to:
- debxp.org
- gnu.org
- slackjeff.com.br
Q: We're failing to communicate ? | |
A: The answer is a big NO; |
proof.txt |
#!/bin/bash | |
function levenshtein { | |
if (( $# != 2 )); then | |
echo "Usage: $0 word1 word2" >&2 | |
elif (( ${#1} < ${#2} )); then | |
levenshtein "$2" "$1" | |
else | |
local str1len=${#1} | |
local str2len=${#2} | |
local d |
#!/bin/bash | |
# Date: Wed 11 Mar 2020 | |
# Description: Simple proxy finder... | |
# Dependencies/Requirements: bash 4.x, python 3.x, pup latest version... | |
# @author: Dan Morris | A.K.A (jq2). | |
# Usage: ./main.sh {1..100} ; | |
target_link="https://www.sslproxies.org/" |
@matthewjberger matthewjberger/Remove-Windows10-Bloat.bat | |
https://gist.github.com/matthewjberger/2f4295887d6cb5738fa34e597f457b7f | |
@ilyaigpetrov/Tuning Windows 10 for Slow Machines.md | |
https://gist.github.com/ilyaigpetrov/03506150e0a3a4104a24f7e519d42078 | |
@alirobe/reclaimWindows10.ps1 | |
https://gist.github.com/alirobe/7f3b34ad89a159e6daa1 | |
@2510/Windows 10 Disable Services.bat |
/* | |
@date: Fri Aug 24 00:32:44 -03 2018 | |
@author: Dan Morris A.K.A jq2 | |
@filename: ex0.c | |
@last_updated: Fri Aug 24 00:53:47 -03 2018 | |
@description: Enviando requisições HTTP GET usando a API de soquetes do Unix/BSD (Berkeley sockets). | |
Exemplo desenvolvido para o 'Hacking-BR - Grupo de estudos' no Facebook. | |
*/ | |
$ folder="/tmp/work-`date +'%F'`"; cd $folder; git init $folder; > $folder/README.md; git add -A; git commit -am "Initial commit"; | |
$ mkdir /tmp/work_`date +'%F'` && cd $_ |
Links para os locais de encontro do "LINUX-BR (Grupo de estudos)" - Um grupo voltado para estudantes e amantes da computação.
Facebook: https://www.facebook.com/groups/959344597555388/
#linux on Discord: https://discord.gg/nBqzQTW
Telegram: https://t.me/devdotnullgroup