📝 Added webinoly bookmark

This commit is contained in:
z3rOR0ne 2022-09-11 05:35:23 -07:00
parent 86dcbbe881
commit dfa03371d4
4 changed files with 10 additions and 2 deletions

View file

@ -434,6 +434,8 @@ alias textbelt="librewolf https://textbelt.com/ &"
alias nginx_harden="librewolf https://gist.github.com/plentz/6737338 &" alias nginx_harden="librewolf https://gist.github.com/plentz/6737338 &"
# harden a nodejs server # harden a nodejs server
alias nodejs_harden="librewolf https://blog.risingstack.com/node-js-security-checklist/ &" alias nodejs_harden="librewolf https://blog.risingstack.com/node-js-security-checklist/ &"
# optimizing nginx web server
alias webinoly="librewolf https://webinoly.com &"
# ddgr shebang bookmarks # ddgr shebang bookmarks
alias ddgr="ddgr -x -n 25 --unsafe --proxy 127.0.0.1:8118" alias ddgr="ddgr -x -n 25 --unsafe --proxy 127.0.0.1:8118"

File diff suppressed because one or more lines are too long

View file

@ -117,7 +117,12 @@
"https://pagespeed.web.dev", "https://pagespeed.web.dev",
"https://hackernoon.com", "https://hackernoon.com",
"https://news.ycombinator.com", "https://news.ycombinator.com",
"https://unsplash.com/developers" "https://unsplash.com/developers",
"https://somafm.com",
"https://www.nerdfonts.com/cheat-sheet",
"https://textbelt.com",
"https://www.mankier.com",
"https://webinoly.com"
], ],
"untrusted": [ "untrusted": [
"google.com", "google.com",

View file

@ -67,7 +67,7 @@ doas apparmor_parser -r /etc/appamor.d/firejail-default
to disable certain applications in firejail, simply navigate to /usr/local/bin where you will find many of the soft links created by firejail: to disable certain applications in firejail, simply navigate to /usr/local/bin where you will find many of the soft links created by firejail:
doas mv someapp someapp_disabled (will break the link, simply name it back to its original to reenable it) rtorrent, newsboat mpv doas mv someapp someapp_disabled (will break the link, simply name it back to its original to reenable it) rtorrent, newsboat, mpv, librewolf, chromium, links
Install ncpamixer (ncurses pavu controller replacement) Install ncpamixer (ncurses pavu controller replacement)