Uncategorized

Configure Wi-Fi on Raspberry Pi and remote access.

Configure Wi-Fi on Raspberry Pi and remote access. From your computer under Windows or Linux, open your favorite browser and download Raspberry Pi OS from the following link: https://www.raspberrypi.org/downloads/raspberry-pi-os/. Click ‘Download ZIP’ under ‘Raspberry Pi OS (32-bit) with desktop and recommended software’. Next, download a Live USB utility like Rufus to make the SD card …

Configure Wi-Fi on Raspberry Pi and remote access. Read More »

List all installed programs with PowerShell

List installed programs with PowerShell To list the programs installed on your machine, open PowerShell, copy / paste the following command and press Enter. You will see the list of all the installed programs on your computer or server. Get-ItemProperty HKLM:SoftwareWow6432NodeMicrosoftWindowsCurrentVersionUninstall* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize To export the list to …

List all installed programs with PowerShell Read More »

Configuring and securing a cisco router

Configuring and securing a Cisco router The following tutorial was made using Cisco Packet Tracer. Cisco Packet Tracer is a free networking simulation tool downloadable from the following link after creating an account. https://www.netacad.com/courses/packet-tracer Considering the following topology, composed of a computer PC0 and two routers R1 and R2. We need to start by configuring …

Configuring and securing a cisco router Read More »