Skip to content

Dash's Code Camp

  • About Me
  • Privacy Policy
  • Newsletter
  • October 14, 2024

    How To: Get a Free Public IPv4 and IPv6 using Tailscale

    In this tutorial, I will show you how to get a free public IP using Tailscale. 1. Create an Account Go to login.tailscale.com/start and select your method of signing in. 2. Connect a Device Press “Personal use” and then Next. Then select your operating system. The following is how to use it with Windows. 2.1.…

    Tutorials
  • September 28, 2024

    How To: Forward an HTTPS Port to an Ubuntu Server

    In this tutorial, we will show you how to forward a port to an Ubuntu server, basically making an ngrok-type server, with no bandwidth limit. 1. Get a server First, you have to get a server with a public IP address. I use Linode, but you can use anything that uses an ssh command to…

    Tutorials
  • May 9, 2024

    How To: Run Your AI Locally in Windows and Linux (No Internet)

    In taday’s “How To,” we will be running my own AI locally; no internet required. To start, go to ollama.ai or ollama.com. If you are on Windows, do not click Windows (Preview). Instead, Install WSL (Windows Subsystem for Linux) using these commands (in CMD or PS): After that, in the Start Menu, search “Ubuntu” and…

    Tutorials
  • May 5, 2024

    How To: Make a Gradient in HTML and CSS

    To start on how to make a gradient using HTML and CSS, we have to choose between two types: 1. Manual CSS To use manual CSS to make a gradient, you first need to add some HTML: Gradient Test This is text with a gradient background behind it Now, we actually have to add the…

    Tutorials