Coder Social home page Coder Social logo

whodatb's Introduction

whoDatb

Description

AdminLit is a collection of automation scripts designed to streamline the setup of various Windows security features and Virtual Box VMs. These scripts are intended to facilitate learning and testing of various technologies.

Usage

Follow these steps to use AdminLit:

Windows

  1. Open the Command Line: Open your command line interface. This could be Command Prompt or PowerShell.

  2. Navigate to the Script Folder: Use the cd command to change directories to the folder containing the scripts you wish to run. For example, if you want to run a script from the windowsAdmin folder, you would type:

    For Command Prompt: cmd cd path\to\windowsAdmin

     For PowerShell:
     ```powershell
     Set-Location -Path path\to\windowsAdmin
     ```
    
    1. Run the Script: Run the desired script. This will execute the script in your current shell.

      For Command Prompt:

      cmd scriptname.bat

      For PowerShell:

      powershell ./scriptname.ps1

    2. Interact with the Script: Some scripts will prompt you for input to customize the setup process. When prompted, type your input and press Enter. For example, a script might ask you if you want to continue to the next script. You would type yes or no and then press Enter.

    3. Repeat as Needed: If you want to run another script, repeat steps 2-4.

Linux

1. **Open the Terminal**: Open your Terminal.

2. **Navigate to the Script Folder**: Use the `cd` command to change directories to the folder containing the scripts you wish to run. For example, if you want to run a script from the `linuxAdmin` folder, you would type:

    ```shell
    cd path/to/linuxAdmin
    ```

3. **Run the Script**: Run the desired script using the command `bash scriptname.sh`, replacing `scriptname.sh` with the name of the script you want to run. This will execute the script in your current shell.

    ```shell
    bash scriptname.sh
    ```

4. **Interact with the Script**: Some scripts will prompt you for input to customize the setup process. When prompted, type your input and press Enter. For example, a script might ask you if you want to continue to the next script. You would type `yes` or `no` and then press Enter.

5. **Repeat as Needed**: If you want to run another script, repeat steps 2-4.

Remember to always review a script to understand what it does before running it.

Scripts

linuxAdmin

Scripts in this folder automate tasks related to Linux administration. They can set up specific configurations, install packages, and more.

windowsAdmin

Scripts in this folder automate tasks related to Windows administration. They can enable or disable security features, set up Virtual Box VMs, and more.

sysDuck

Scripts in this folder automate tasks related to system diagnostics. They can check system health, generate reports, and more.

miscTools

Scripts in this folder provide miscellaneous tools. They can perform a variety of tasks not covered by the other folders.

Note

Please ensure you have the necessary permissions to run these scripts on your system. Always review a script to understand what it does before running it.

whodatb's People

Contributors

chrisoldfield avatar asmattic avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

whodatb's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.