Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.44 KB

File metadata and controls

40 lines (25 loc) · 1.44 KB

ShellScript

A collection of Bash scripts designed to automate common server and desktop tasks, speed up software installation, and provide quick access to useful Linux configurations.
Optimized for Ubuntu and Debian-based systems.

Repository Contents

File / Script Description
Install OpenSSL.sh Installs and configures OpenSSL from source (legacy version).
OpenSSL3.sh Installs the latest OpenSSL 3.x from source.
NAMP1.sh, NAMP2.sh Scripts related to NAMP setup or automation (add details).
gsettings_examples.sh Examples of using gsettings to tweak GNOME desktop settings.
lazarusInstaller.sh Automates the installation of the Lazarus IDE.
sshfs_Command.sh Mounts remote filesystems securely using SSHFS.
install PLEX Installs and configures Plex Media Server.
ubuntuPGK1.sh Installs a set of essential Ubuntu packages.
Ubuntu Server CLI cheat sheet 2024 v6.pdf A quick reference guide for Ubuntu Server CLI commands.

Clone the Repository

git clone https://github.com/Motaibi1989/ShellScript.git
cd ShellScript

Make a Script Executable & Run the Script

chmod +x scriptname.sh
./scriptname.sh