Skip to main content

Tech Help

  • Latest Posts
  • Tools
  • Tutorials
  • Troubleshooting
  • Random Number

Tag: ubuntu

Remove Windows Paths from WSL Ubuntu Path

October 20, 2022October 20, 2022 contrib Leave a comment

Edit or create the file /etc/wsl.conf and add the lines below [interop]appendWindowsPath = false May need to restart WSL from Powershell to work wslconfig /l to get distribution name wslconfig /t [distribution name] Restart WSL Microsoft docs: https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/ https://learn.microsoft.com/en-us/windows/wsl/wsl-config

Read More

IP Forwarding and Masquerading in Linux Using UFW

January 28, 2012July 16, 2012 contrib Leave a comment

In this example we have 2 private subnets 192.168.1.0/24 and 172.16.1.0/24 where only 192.168.1.xxx addresses can directly access the router at 192.168.1.1. We want to access the internet from both subnets. We need a machine connected to both networks and allow IP forwarding from 172.16.1.0/24 to 192.168.1.0/24. Although probably better with 2 NICs it can […]

Read More

Linux Proxy Server Setup For Internet Access

January 24, 2012July 9, 2012 contrib Leave a comment

To allow global internet access through a proxy server you can add the code below to the file /etc/bash.bashrc. export http_proxy=http://10.0.4.1:3128 To have immediate effect without need for a reboot type: source /etc/bash.bashrc For temporary http proxy just type export http_proxy=”http://10.0.0.0.:3128″ Tested with Debian distros

Read More

Search

Fields

Tags

apache apple audio benchmarking code snippet cpu CSS diagnostic disaster recovery download dvd error excel exe files graphics HDD html ipad linux media MSI music MySql overclocking path php powershell proxy RDP remote access remote support security ssh stress testing testing tutorials ubuntu video wamp windows windows 10 wordpress workspace one wsl

Recent Posts

  • Secure Wipe USB Drive Using Windows DiskPart
  • Lossless Cut Video Trimmer
  • RSAT Error 0x800f0954 Windows 10
  • Check PHP-FPM Running Versions
  • Windows Desktop Icons Are White

Other Pages

  • Privacy Policy
  • Terms and Conditions
sparkling Theme by Colorlib Powered by WordPress