Skip to content

majubewi/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A collection of different scripts and configs for development and terminal use.

Make sure to look at the hidden dot files too

ls -la

Files

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

Folders

kvm

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)

itsecurity

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)

vscode

  • settings.json => Settings file for Visual Code

tmux

Configuration and Setup of tmux.

  • .tmux.conf => Configuration with installation instructions
  • tmux.sh => Read instructions in .tmux.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages