Posts for: #Setup

18.How to Run Ai locally on Your Pc


Why Run AI Locally?

  1. Privacy: Your data stays on your machine.
  2. Cost: No API fees or subscriptions.
  3. Customization: Tweak models to solve your unique problems.
  4. Offline Access: Use AI even without an internet connection.

Step 1: Installing Ollama

Ollama works on Windows, macOS, and Linux. Here’s how to set it up:

For Windows (Preview):

  1. Download the Ollama Windows installer.
  2. Run the .exe file and follow the prompts.
  3. Open PowerShell or Command Prompt and test with ollama --version.

For macOS/Linux:

  1. Open Terminal and run this command:
    curl -fsSL https://ollama.ai/install.sh | sh  
    
  2. Verify the install: ollama --version.

Step 2: Running Your First AI Model

Ollama has a library of pre-trained models. Let’s start with Llama 2 (a popular open-source model by Meta):

Read more

  1. Setting up hacking Environment…


Setting Up Your Hacking Environment: A Beginner’s Guide

If you’re curious about ethical hacking or just starting your journey into cybersecurity, the first step is creating a safe and functional environment for your experiments and learning. This guide will walk you through the process in a detailed and technical format, making it easy to understand—even for beginners (yes, you!).


1. Start with the Right Hardware

Before you get your hacker on, make sure your computer can handle the demands of hacking tools and virtual machines. A good hacking environment requires hardware that can support multiple virtual machines, networks, and complex tools. Here’s a more technical breakdown:

Read more