Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dino_Maksumic/print_name.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "Hello, my name is Dino Maksumic"
Binary file added after-merge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,12 @@ dd if=/dev/zero of=foobar count=1 bs=1M
netstat -nlp

# http://explainshell.com/explain?cmd=iptables+-t+nat+-A+PREROUTING+-p+tcp+--dport+80+-j+REDIRECT+--to-port+8080

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
echo "MASTER branch: Dino is working on bash_basics"
pwd
ls
echo "PARALLEL branch: Dino working on bash basics"
pwd
ls -la