Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mngugi committed Dec 17, 2024
2 parents 48bfbc6 + e0cc545 commit 8585e4b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Author Peter Mwangi Ngugi

sudo dnf clean all
sudo dnf reinstall kernel-devel
Expand Down
1 change: 1 addition & 0 deletions ip6.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Author Peter Mwangi Ngugi
ip addr show | grep inet6


Expand Down
1 change: 1 addition & 0 deletions jupyterLab.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Author Peter Mwangi Ngugi

pipenv shell
jupyter lab
3 changes: 2 additions & 1 deletion lampp.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# Author Peter Mwangi Ngugi

sudo /opt/lampp/lampp start
sudo /opt/lampp/lampp start
1 change: 1 addition & 0 deletions ll.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
# Author Peter Mwangi Ngugi
ls -l
1 change: 1 addition & 0 deletions nginxFirewall.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /bin/bash
# Author Peter Mwangi Ngugi
sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --permanent --add-service=https

0 comments on commit 8585e4b

Please sign in to comment.