Skip to content

Instantly share code, notes, and snippets.

View helloimalemur's full-sized avatar
🦊

Koonts helloimalemur

🦊
View GitHub Profile
@helloimalemur
helloimalemur / wpa_supplicant.md
Last active July 6, 2024 17:59
wpa_supplicant

Configure wireless on Debian linux / raspberry pi

wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf 
/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
 ssid="myssid"
@helloimalemur
helloimalemur / mirrorlist
Created July 2, 2024 20:37
pacman mirrorlist
# Server list generated by rankmirrors on 2024-07-02
Server = https://mirrors.mit.edu/archlinux/$repo/os/$arch
Server = https://mirror.clarkson.edu/archlinux/$repo/os/$arch
Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch
Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = https://mirror.arizona.edu/archlinux/$repo/os/$arch
Server = https://mirror.arizona.edu/archlinux/$repo/os/$arch
@helloimalemur
helloimalemur / haproxy-log-request-body.md
Last active May 29, 2024 16:50 — forked from lazywithclass/blog-post.md
Logging request body in HAProxy

Logging request body in HAProxy

add the following to the frontend section of your haproxy configuration

## ------ LOG REQ BODY ----------
option http-buffer-request
declare capture request len 40000000
http-request capture req.body id 0
log-format "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r %[capture.req.hdr(0)]"
## --------------------
@helloimalemur
helloimalemur / archlinux-kvm.md
Last active May 26, 2024 22:58 — forked from tatumroaquin/archlinux-qemu-kvm.md
KVM Installation for Arch Linux

Arch Linux KVM

install all necessary packages

pacman -S virt-manager virt-viewer qemu

enable libvirt daemon

systemctl enable libvirtd.service
@helloimalemur
helloimalemur / php_elasticsearch_timestamp.txt
Created May 23, 2024 18:56
PHP -> Elasticsearch Index Timestamp Format
// PHP -> Elasticsearch Index Timestamp Format
$timestamp_pre = date("Y-m-d");
$timestamp_pose = date("H:i:s.u");
$tlen = strlen($timestamp_pose);
$tsub = substr($timestamp_pose, 0, $tlen-3);
$tsub = $tsub."Z";
$t = $timestamp_pre."T".$tsub;
@helloimalemur
helloimalemur / openssl_commands.md
Created April 22, 2024 16:57 — forked from Hakky54/openssl_commands.md
Some list of openssl commands for check and verify your keys

OpenSSL 🔐

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl
@helloimalemur
helloimalemur / Security_Challenges.txt
Created March 27, 2024 17:01
Security Challenges
CTFs
CTFtime.org
AWS Security
http://flaws.cloud/
http://flaws2.cloud/
https://github.com/RhinoSecurityLabs/cloudgoat
@helloimalemur
helloimalemur / email_to_sms_service_list.md
Last active February 27, 2024 00:11
Email to Text (SMS) Service List

Email to Text (SMS) Service List

AT&T: [number@txt.att.net] (SMS), [number@mms.att.net] (MMS)
T-Mobile: [number@tmomail.net] (SMS & MMS)
Verizon: [number@vtext.com] (SMS), [number@vzwpix.com] (MMS)
Sprint: [number@messaging.sprintpcs.com] (SMS), [number@pm.sprint.com] (MMS)
XFinity Mobile: [number@vtext.com] (SMS), [number@mypixmessages.com] (MMS)
Virgin Mobile: [number@vmobl.com] (SMS), [number@vmpix.com] (MMS)
Tracfone: [number@mmst5.tracfone.com] (MMS)
Metro PCS: [number@mymetropcs.com] (SMS & MMS)
@helloimalemur
helloimalemur / hackers_movie_quotes.txt
Last active February 22, 2024 21:50
Hackers Movie Quotes
Mess with the best, die like the rest.
There is no right and wrong. There's only fun and boring.
Spandex: it's a privilege, not a right.
The pool on the roof must have a leak.
YO THIS IS ZERO COOL!
Whoa! This isn't woodshop class?
Of all the things I've lost, I miss my mind the most.
Orwell is here now. He's livin' large. We have no names, man. No names. We are nameless!
"This is our world now. The world of the electron and the switch; the beauty of the baud. We exist without nationality, skin color, or religious bias. You wage wars, murder, cheat, lie to us and try to make us believe it's for our own good, yet we're the criminals. Yes, I am a criminal. My crime is that of curiosity. I am a hacker, and this is my manifesto." Huh? Right? Manifesto? "You may stop me, but you can't stop us all."
When I was a child, I spoke as a child, I understood as a child, I thought as a child, but when I became a man, I put away childish things. What? It's Corinthians one, chapter thirteen verse eleven.
@helloimalemur
helloimalemur / EndeavourOS_disable_sleep.md
Created February 11, 2024 17:18
EndeavourOS disable sleep
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target