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 data 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 data 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 compression converter cpu CSS data recovery diagnostic disaster recovery download dvd file names files generator gif graphics HDD html images ipad linux media music overclocking php powershell privacy proxy RDP remote access remote support security ssh stress testing testing tutorials ubuntu video wamp windows wordpress workspace one

Recent Posts

  • Excel VLOOKUP Between Sheets to Match Column with Reference
  • Office 365 Add User to Teams in Bulk in Powershell
  • YouTube Downloader
  • Semantic Versioning, Tilde and Carat, Composer and NPM
  • Search Column In Excel For Values That Do Not Exist

Other Pages

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