How to Configure Proxy Settings in Linux


Use the following commands to configure your proxy for http and ftp traffic on the command line: If your proxy requires login/authentication, you can use the format: To have this applied every time you log in, place these lines in your .bashrc in your home (~) directory. Example Proxy Settings Using the Above Instructions Using… Continue reading How to Configure Proxy Settings in Linux

Fix Audio Quality Issues in Windows Movie Maker 2.6


If you are experiencing low, degraded, or bad audio quality in the movies you created in Windows Movie Maker 2.6 (MM 2.6), check out possible solutions below. The solutions are aimed at when you are adding audio to a movie such as adding soundtracks with wav and mp3 files. The quality of these input audio… Continue reading Fix Audio Quality Issues in Windows Movie Maker 2.6

Find and match open ports and services in Windows

Computers and Networks

When running Windows, operating system tools allow you to find the mapping of a open TCP/UDP ports to a running service or application. Netstat: Displays protocol statistics and current TCP/IP network connections Use > netstat /? to find information about the options and usage for the command. To find all connections and listening ports, use:… Continue reading Find and match open ports and services in Windows