Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 740 Bytes

File metadata and controls

24 lines (14 loc) · 740 Bytes

#Sysadmin Scripts ##About

This is a collection of shell scripts (bash) to aid the sysadmin.

##Scripts

  • batch-zip.sh: Zip a batch of files to individual archives.

  • centos-domU-grub-fix.sh: Fixes a xen-tools provisioned Centos DomU grub config.

  • deploy-java.sh: Installs the JDK from a tar and sets environment variables.

  • latest-java.sh: Scrapes the Oracle site to grab the Java JDK.

  • prep-linux.sh: Performs basic initial preparation for a Linux (Debian/Raspbian/Ubuntu, CentOS) server.

  • vim2ide.sh: Prepare vim for development

  • xen-disableswap.sh: Iterate over a list of Xen DomUs using LVM backed storage and disables their swap partition, optionally removing the logical volume.