Difference between revisions of "How to Guides"

From HyperSecurity Wiki
Jump to: navigation, search
(Development How To Guides)
 
(24 intermediate revisions by the same user not shown)
Line 44: Line 44:
 
*[[How to compile cmake]]
 
*[[How to compile cmake]]
 
*[[How to install gcc-7 Debian]]
 
*[[How to install gcc-7 Debian]]
 +
*[[Software RAID GRUB Fix]]
 +
*[[Add new systemd service]]
 +
*[[Prevent Linux Overheating]]
 +
*[[opendmarc setup]]
  
 
== Development How To Guides ==
 
== Development How To Guides ==
Line 181: Line 185:
 
* How to convert vmdk to any image format --> https://docs.openstack.org/image-guide/convert-images.html
 
* How to convert vmdk to any image format --> https://docs.openstack.org/image-guide/convert-images.html
 
* How to verify grub is on both MBR software RAID --> https://serverfault.com/questions/612529/linux-raid-1-how-to-make-a-secondary-hd-boot
 
* How to verify grub is on both MBR software RAID --> https://serverfault.com/questions/612529/linux-raid-1-how-to-make-a-secondary-hd-boot
 +
* How to disable Ubuntu MOTD --> https://devtidbits.com/2015/11/30/add-to-and-change-ubuntus-motd/
 +
* Nmap cheat sheet --> https://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/
 +
* How to put running processes into screen session --> https://www.linkedin.com/pulse/move-running-process-screen-bruce-werdschinski
 +
* How to jail or chroot SSH --> https://www.tecmint.com/restrict-ssh-user-to-directory-using-chrooted-jail/
 +
* 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/
 +
* 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 247: Line 259:
 
* How to update Ubuntu 16/17 to 18 --> https://www.linuxbabe.com/ubuntu/upgrade-ubuntu-16-10-17-04-to-ubuntu-18-04
 
* How to update Ubuntu 16/17 to 18 --> https://www.linuxbabe.com/ubuntu/upgrade-ubuntu-16-10-17-04-to-ubuntu-18-04
 
* How to rollback from update --> https://unix.stackexchange.com/questions/117122/how-to-get-back-from-testing-to-stable-kernel-downgrade
 
* How to rollback from update --> https://unix.stackexchange.com/questions/117122/how-to-get-back-from-testing-to-stable-kernel-downgrade
 +
* How to enable System V to start up on boot --> https://docs.bitnami.com/installer/faq/linux-faq/administration/autostart-linux/
 +
* Ubuntu upstart cheat sheet --> https://www.jamescoyle.net/cheat-sheets/791-update-rc-d-cheat-sheet
 +
* How to connect Ubuntu to Active Directory --> http://koo.fi/blog/2015/06/16/ubuntu-14-04-active-directory-authentication/
 +
* 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 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 263: Line 281:
 
== Windows ==
 
== Windows ==
 
* How to setup CoLinux natively in Windows --> http://colinux.wikia.com/wiki/Getting_Started_with_coLinux
 
* How to setup CoLinux natively in Windows --> http://colinux.wikia.com/wiki/Getting_Started_with_coLinux
 +
* How to setup NFS on Windows --> https://mapr.com/docs/51/DevelopmentGuide/c-mounting-nfs-on-a-windows-client.html
 +
* How to setup sshfs on Windows --> https://codeyarns.com/2018/05/03/how-to-mount-remote-directory-on-windows-using-sshfs-win/
 +
* How to fix Windows MBR --> https://neosmart.net/wiki/fix-mbr/
  
 
== 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