This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: DebPostInstall | |
# Description: A Bash Script to automate essential | |
# post-installation tasks on Debian and Ubuntu | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: sudo ./debpostinstall.sh | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# ------------------------------------------------------------------ | |
# Script Name: pdfcwcount.py | |
# Description: A Python Script to Count Characters and Words | |
# in a PDF File. | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: python pdfcwcount.py filename | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# ------------------------------------------------------------------ | |
# Script Name: txtcwcount.py | |
# Description: A Python Script to Count Characters and Words | |
# in a Plain Text File. | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: python txtcwcount.py filename | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: filecp.sh | |
# Description: A Bash Script to Copy Files | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: sudo ./filecp.sh | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: deloldfile.sh | |
# Description: Remove all Log Files older than 30 days | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: sudo ./deloldfile.sh | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: debupdate.sh | |
# Description: An Interactive Bash Shell Script to | |
# Update a Debian-based System | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: sudo ./debupdate.sh | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: enablebackports.sh | |
# Description: A Bash Script to check and enable Backports | |
# repository in Debian Linux. | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: sudo ./enablebackports.sh | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# ------------------------------------------------------------------ | |
# Script Name: showipaddr.py | |
# Description: A Python Script to display Private and | |
# Public IP address details in Linux and Unix. | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: python showipaddr.py | |
# ------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: showipaddr.sh | |
# Description: A Bash Script to display Private and | |
# Public IP address details in Linux and Unix. | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: chmod +x showipaddr.sh | |
# ./showipaddr.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------ | |
# Script Name: bashmastree.sh | |
# Description: A Bash Script to display a | |
# Christmas tree in Terminal. | |
# Website: https://gist.github.com/ostechnix | |
# Version: 1.0 | |
# Usage: chmod +x bashmastree.sh | |
# ./bashmastree.sh |
NewerOlder