Menu
J

John hens

135 posts

How to Configure L2TP VPN on MikroTik

How to Configure L2TP VPN on MikroTik

What you will read?1 Step 1: Create IP pool2 Step 2: Add PPP profile3 Step 3: Add VPN user4 Step 4: Enable L2TP server5 Step 5: Allow ports and set NAT You can create a secure VPN access point on your MikroTik router using L2TP with IPsec. Step 1: Create IP pool Start by creating…

Read More
How to install tor on kali linux

How to install tor on kali linux

What you will read?1 Step 1: Update your package list2 Step 2: Install the Tor package3 Step 3: Start the Tor service4 Step 4: Use Tor with command-line tools5 Step 5: (Optional) Install Tor Browser manually Tor helps you browse the web anonymously by routing your traffic through a network of volunteer relays. Kali Linux…

Read More
How to set up 1.1.1.1 on linux with terminal

How to set up 1.1.1.1 on linux with terminal

What you will read?1 Step 1: Backup existing DNS settings2 Step 2: Set 1.1.1.1 manually as your DNS3 Step 3: Prevent DNS from resetting on reboot4 Step 4: Test your DNS resolution5 Optional Step: Restore original DNS settings Cloudflare’s 1.1.1.1 DNS is known for speed and privacy. You can configure it easily on any Linux…

Read More
How to install missing packages in Linux

How to install missing packages in Linux

What you will read?1 Step 1: Update your package manager2 Step 2: Install the missing package directly3 Step 3: Find which package provides a missing command4 Step 4: Fix broken or incomplete installs5 Step 5: Install all required dependencies If you run a command and get “command not found” or hit a dependency error, a…

Read More
How to Fix Ubuntu 24.10 Software Center Not Working

How to Fix Ubuntu 24.10 Software Center Not Working

What you will read?1 Step 1: Restart the Software Center2 Step 2: Clear the Local Cache3 Step 3: Reinstall the Software Center4 Step 4: Check for broken packages5 Step 5: Check for system updates If the Ubuntu Software Center isn’t launching, crashes, or fails to load apps, this guide will walk you through common terminal-based…

Read More
How to Install Standard Notes on Ubuntu 24.10

How to Install Standard Notes on Ubuntu 24.10

What you will read?1 Step 1: Update Your System2 Step 2: Download the Standard Notes AppImage3 Step 3: Make the AppImage Executable4 Step 4: Run Standard Notes5 Step 5 (Optional): Create a Desktop Shortcut Standard Notes is a secure, open-source note-taking app that works seamlessly on Linux systems. This guide will show you how to…

Read More
How to install Chromium in Ubuntu 24.10 using terminal?

How to install Chromium in Ubuntu 24.10 using terminal?

What you will read?1 Step 1 – Update Ubuntu 24.10 system packages2 Step 2 – Install Chromium browser via APT (Snap package)3 Step 3 – Verify that Chromium is installed correctly4 Step 4 – Launch Chromium browser from terminal5 Step 5 – Run Chromium in headless mode (useful for servers)6 Step 6 – Add a…

Read More
how to find vps ip address in ubuntu 24.10?

how to find vps ip address in ubuntu 24.10?

What you will read?1 Step 1: Use ip Command (For Private IP)2 Step 2: Get Public IP Using curl3 Step 3: Use hostname -I for Simpler Output4 Step 4: Check IP via ip route get If you’re running a VPS with Ubuntu 24.10, finding its public or private IP address is simple using terminal commands.…

Read More
How to configure ntp on debian 12.11?

How to configure ntp on debian 12.11?

What you will read?1 Step 1: Disable systemd-timesyncd (optional)2 Step 2: Install the Chrony package3 Step 3: Configure Chrony4 Optional: Add Local NTP Sources5 Step 4: Verify NTP Time Sync6 Alternative: Use ntpd instead of Chrony To ensure accurate system time on your Debian 12 server, configuring NTP (Network Time Protocol) is essential. Debian 12…

Read More