Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“œ Scripts Repository

Welcome to my personal repository for scripts that I use on a daily basis in Linux Bash and Python!

πŸš€ Usage

Feel free to explore the scripts in this repository. You can use them as they are or modify them to suit your needs.

πŸ’‘ How to Use

To use these scripts:

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/your-repo.git
  2. Navigate to the repository directory:

    cd scripting
  3. Run the scripts using the appropriate command:

    • For Linux bash scripts:

      chmod +x ./script1.sh
      ./script1.sh
    • For Python scripts:

      python script2.py

    Make sure to check the script comments for any additional instructions or dependencies.

πŸ”§ Installation

AWS CLI

To install the AWS Command Line Interface (CLI), follow these steps:

  1. Ensure you have Python installed on your system. If not, follow the instructions below for Python installation.

  2. Install the AWS CLI:

    curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
    unzip awscliv2.zip
    sudo ./aws/install
  3. Verify the installation by running:

    aws --version

    Additional resource: AWS CLI installation

Python

To install Python, follow these steps:

  • Linux: Most Linux distributions come with Python pre-installed. You can check the version using:

    python --version

    If Python is not installed, you can install it using your package manager.

    For example, on Ubuntu:

    sudo apt-get update -y
    sudo apt-get install -y python3

    For example, on CentOS:

    sudo yum update -y
    sudo yum install -y python3
  • macOS: macOS comes with Python 2.x pre-installed. However, it's recommended to install Python 3.x for compatibility. You can use Homebrew to install Python 3:

    brew install python3
  • Windows: Visit the official Python website and download the installer for Windows. Run the installer and follow the on-screen instructions.

🀝 Contributions

Contributions are welcome! If you have any improvements or additional scripts to add, feel free to open a pull request.

About

Scripts created by me

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages