A collection of different scripts and configs for development and terminal use.
Make sure to look at the hidden dot files too
ls -la
The root directory of this repo contains various scripts and configs.
- dualboot.md => Readme on how to create a dualboot with Windows and Ubuntu
- setup_ubuntu_20.04.sh => Script for my personal default packages on Ubuntu 20.04
- smb.conf => My personal samba default configuration file
This is useful if you want to set up a kvm virtual machine under ubuntu (18.04).
- smb.conf.localguest => Default Configuration for /etc/samba/smb.conf
- vm-network-bridge.sh => Bashscript for enabling connections to the VM from a different computer in the LAN (not working yet)
- vm-network-bridge.xml => Configuration for above
- vm-network-iptables.sh => Bashscript for portforwarding Host to VM (e.g. ssh into vm from LAN-Client with ssh user_vm@host_ip -p 2222)
- vm-startup.sh => Custom Script for VM Startup (replaces necessity for virt-manager GUI-Application for booting)
Different itsecurity exercises.
- tor-install.sh => Setting up TOR from Ubuntu with a specific country as ExitNode. (Remember: The Dark Web uses linklists instead of search engines, *.onion-urls and has no DNS-Servers.)
- wifijammer.md => Readme to setup a Wifijammer from Ubuntu 20.04 (Remember: For real attacks you need 2.4 / 5 Ghz Wifi-Card and possibly long range)
- settings.json => Settings file for Visual Code
Configuration and Setup of tmux.
- .tmux.conf => Configuration with installation instructions
- tmux.sh => Read instructions in .tmux.conf