This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python3 | |
""" | |
Author: Lucian Maly | |
""" | |
import requests | |
from bs4 import BeautifulSoup | |
import datetime | |
import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python3 | |
from bs4 import BeautifulSoup | |
import os | |
file = open("audible.html", "r") | |
html_doc = file.read() | |
soup = BeautifulSoup(html_doc, 'html.parser') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 Action-Thrillers-Audiobooks | |
https://www.audible.com.au/search?node=2683326051&pageSize=50&sort=price-asc-rank&page=1 | |
# 2 Contemporary-Quests-Audiobooks | |
https://www.audible.com.au/search?node=2683327051&pageSize=50&sort=price-asc-rank&page=1 | |
# 3 Historical-Adventures-Audiobooks | |
https://www.audible.com.au/search?node=2683328051&pageSize=50&sort=price-asc-rank&page=1 | |
# 4 Military-Action-Audiobooks | |
https://www.audible.com.au/search?node=2683329051&pageSize=50&sort=price-asc-rank&page=1 | |
# 5 Spy-Stories-Audiobooks | |
https://www.audible.com.au/search?node=2683330051&pageSize=50&sort=price-asc-rank&page=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default menu.c32 | |
prompt 0 | |
timeout 300 | |
ONTIMEOUT local | |
label 1 | |
menu label ^1) Install RHEL 8 with Local Repo | |
kernel rhel8/vmlinuz | |
append initrd=rhel8/initrd.img method=http://192.168.130.2/rhel8 devfs=nomount |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Thu Oct 29 10:34:58 UTC 2020 | |
# Lucian Maly, [email protected] | |
for pathname in $(ls -d1 */); | |
do | |
cd "${pathname}" || exit | |
for file in * | |
do | |
mv -iv "${file}" "$(basename "${pathname}").${file##*.}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc get events --sort-by='.lastTimestamp' --all-namespaces |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"allowed_origins": [ | |
"chrome-extension://iopaggbpplllidnfmcghoonnokmjoicf/", | |
"chrome-extension://oboonakemofpalcgghocfoadofidjkkk/", | |
"chrome-extension://ihkfcololioiohopfcoekpnmnnhfnejf/" | |
], | |
"description": "KeePassXC integration with native messaging support", | |
"name": "org.keepassxc.keepassxc_browser", | |
"path": "/usr/bin/keepassxc-proxy", | |
"type": "stdio" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Terminal | |
Comment=Use the command line | |
Keywords=shell;prompt;command;commandline;cmd; | |
TryExec=gnome-terminal | |
Exec=/usr/bin/zsh -c "source ~/.zshrc ; tmux new-window -n PF ssh PF" | |
Icon=utilities-terminal | |
Type=Application | |
X-GNOME-DocPath=gnome-terminal/index.html | |
X-GNOME-Bugzilla-Bugzilla=GNOME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# General Aliases | |
alias beep='speaker-test -l 1 -t wav -w Beep.wav' | |
alias c="code ." | |
alias cdd='cd ~/Downloads' | |
alias chksfv='cksfv -C /home/lmaly/Downloads/ -qr' | |
#alias d="docker" | |
alias h="helm" | |
alias sudo='sudo ' | |
alias v='vault' | |
alias vi="/usr/bin/vim" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device] | |
"DevicePasswordLessBuildVersion"=dword:00000000 |