Skip to content

A repository filled with useful scripts that are helpful for users new to linux.

License

Notifications You must be signed in to change notification settings

eyx092/Linux-Scripts

Repository files navigation

To run these scripts, navigate to the same directory as the script using the cd command. Then run the script by typing ./ScriptNameAndExtension (replace ScriptNameAndExtension with the name and file extension (.sh) of the script).


  • createnewrootuser.sh

    • Create a new root user (root users can use sudo, standard users cannot)
  • createnewstandarduser.sh

    • Create a new standard user
  • fullupdate.sh

    • Update all system packages, and all 3rd-party packages
  • partialupdate.sh

    • Update some system packages, and some 3rd-party packages
  • ubuntudisableautoupdate.sh

    • Disable automatic updates on Ubuntu
  • ubuntuenableautoupdate.sh

    • Enable automatic updates on Ubuntu

About

A repository filled with useful scripts that are helpful for users new to linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages