Month: March 2022

7 Useful Windows Networking Commands

1. Ping Command The ping command is one of the most often used networking utilities for detecting devices on a network and for troubleshooting network problems. When you ping a device you send that device a short message, which it then sends back (the echo). The general format is ping hostname or ping IPaddress. Example ping www.google.com 2. ipconfig …

7 Useful Windows Networking Commands Read More »

How to change directory permissions in Linux

To change directory permissions in Linux, use the following: chmod +rwx filename to add permissions. chmod -rwx directoryname to remove permissions. chmod +x filename to allow executable permissions. chmod -wx filename to take out write and executable permissions. Note that “r” is for read, “w” is for write, and “x” is for execute.  This only changes the permissions for …

How to change directory permissions in Linux Read More »

How to Open or Close a Port in Windows 10 Firewall

1. Open the Windows Firewall app in Windows 10 Press the Start button and type “Windows Defender Firewall”. Click the top result to open it. 2. Open advanced iFrewall settings In the left side-bar of the Firewall, click the “Advanced settings” header and press “Yes” to any admin prompts. 3. Click ‘Inbound Rules’ in the sidebar 4. Press ‘New Rule…’ in the …

How to Open or Close a Port in Windows 10 Firewall Read More »

How to transfer files between mobile Phone to Ubuntu Desktop using WiFi FTP Server

Wireless technologies are finally taking over their wired counterparts. Gone are the days when you would plug in your USB cable to transfer some data between your mobile and PC. File Transfer Protocol lets you connect two devices and stream files between them in their most basic form. You can use FTP to connect to …

How to transfer files between mobile Phone to Ubuntu Desktop using WiFi FTP Server Read More »

How To Install IIS on a Computer Running Windows 8, 10, or 11

Internet Information Services is one of the first things Web Developers using ASP.NET will want to install on Windows (IIS). IIS versions differed between Windows 8, Windows 10, and Windows 11. Let’s take a look at how to set them up. Install IIS on Windows: To install it, press Windows+r, then enter appwiz.cpl into the …

How To Install IIS on a Computer Running Windows 8, 10, or 11 Read More »

How to fix “Your computer is low on memory” on Windows 10?

The “Your Computer is Low on Memory” warning may appear when working on Windows 10 or while playing a video game. It indicates that your Windows 10 has insufficient virtual memory. This is due to the fact that some programs on your Windows 10 require an excessive amount of memory allocation. If you click OK …

How to fix “Your computer is low on memory” on Windows 10? Read More »