Difference between revisions of "How to Guides"

From HyperSecurity Wiki
Jump to: navigation, search
(General Linux Online How To Guides:)
 
(7 intermediate revisions by the same user not shown)
Line 47: Line 47:
 
*[[Add new systemd service]]
 
*[[Add new systemd service]]
 
*[[Prevent Linux Overheating]]
 
*[[Prevent Linux Overheating]]
 +
*[[opendmarc setup]]
  
 
== Development How To Guides ==
 
== Development How To Guides ==
Line 190: Line 191:
 
* No interactive shell login --> https://blog.flowl.info/2011/ssh-tunnel-group-only-and-no-shell-please/
 
* No interactive shell login --> https://blog.flowl.info/2011/ssh-tunnel-group-only-and-no-shell-please/
 
* Resize KVM img files --> https://maunium.net/blog/resizing-qcow2-images/
 
* Resize KVM img files --> https://maunium.net/blog/resizing-qcow2-images/
 +
* How to setup BIND9 reverse DNS --> https://help.ubuntu.com/community/BIND9ServerHowto
 +
* ssh-agent --> https://kb.iu.edu/d/aeww
  
 
== Redhat/CentOS/Fedora Online How To Guides:==
 
== Redhat/CentOS/Fedora Online How To Guides:==
Line 261: Line 264:
 
* How to upgrade Debian rolling --> http://yab.x10.mx/archives/47
 
* How to upgrade Debian rolling --> http://yab.x10.mx/archives/47
 
* How to upgrade Debian 7 (wheezy) to 10 (buster) safely --> https://www.prado.lt/how-to-upgrade-debian-7-wheezy-to-10-buster-safely
 
* How to upgrade Debian 7 (wheezy) to 10 (buster) safely --> https://www.prado.lt/how-to-upgrade-debian-7-wheezy-to-10-buster-safely
 +
* How to setup Opendmarc Debian 10 with correct permissions --> https://unix.stackexchange.com/questions/74477/postfix-smtpd-warning-connect-to-milter-service-unix-var-run-opendkim-opendki
  
 
== Slackware ==
 
== Slackware ==
Line 283: Line 287:
 
== DOS Box ==
 
== DOS Box ==
 
* How to mount ISO file in DOS box --> https://www.dosbox.com/wiki/IMGMOUNT
 
* How to mount ISO file in DOS box --> https://www.dosbox.com/wiki/IMGMOUNT
 +
 +
== Networking ==
 +
*Identifying DDOS attacks --> https://gist.github.com/bom-d-van/6627b721cbad08eb27a01048716a941b
 +
 +
== Scripting ==
 +
*Creating array's in BASH --> https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/
 +
 +
== Reverse Engineering ==
 +
*Using Binwalk to reverse engineer fimrware  --> https://embeddedbits.org/reverse-engineering-router-firmware-with-binwalk/
 +
 +
== How to setup reverse tunnel proxy ==
 +
*https://linuxize.com/post/how-to-setup-ssh-socks-tunnel-for-private-browsing/

Latest revision as of 13:32, 8 September 2022

Local Wiki How To Guides:

Development How To Guides

Media Wiki

General Linux Online How To Guides:

Redhat/CentOS/Fedora Online How To Guides:

Debian/Ubuntu Online How To Guides:

Slackware

Raspberry Pi

Windows

DOS Box

Networking

Scripting

Reverse Engineering

How to setup reverse tunnel proxy