-
Creating SSH keys is easy, and you have a few different ways to do it. Link:PuTTY latest release website – https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html?_ga=2.89394715.1067699322.1680242752-713522790.1680101339 Chapters:0:00 Intro0:23 Option 1: Generate SSH Keys in Windows 11 using OpenSSH Client1:55 Option 2: Use PuTTY to generate keys4:04 End screen What you’ll learn: 1. Option 1: Generate SSH Keys in Windows 11…
-
To fix the OneDrive error, you may need to carryout some troubleshooting and in the video I have show some methods that will help you achieve that. Commands:chkdsk /f /rDISM /Online /Cleanup-Image /RestoreHealthSFC /ScanNow Chapters:0:00 Intro0:23 Method 1. Perform a CHKDSK scan3:29 Method 2. Deployment Image and Servicing Management (DISM) Scan4:12 Method 3. Scan the…
-
Every network interface has a unique MAC address, set by the manufacturer. It’s how network connections identify connection endpoints. On Linux, you can permanently change a MAC address if you want. Chapters:0:00 Intro0:23 Install Macchanger on Fedora1:52 Install Macchanger on Manjaro2:12 Install Macchanger on Ubuntu2:45 Using macchanger to Temporarily Change a MAC Address3:24 How to…
-
What you’ll learn: 1. How to install manjaro on virtualbox 2. Where to download manjaro ISO (Plasma Desktop, XFCE desktop, GNOME desktop, Budgie Desktop, Cinnamon Desktop, 13 Window Manager, Sway Window Manager, Mate Desktop and Manjaro Docker) 3. How to install manjaro 23.1 Vulcan in virtualbox 4. How to install manjaro 24.1 Xahea in virtualbox…
-
Help manage availablity and productivity better. Chapters:0:00 Intro0:23 How to Set a Status Duration in Microsoft Teams on PC or Mac1:25 How to Set a Status Duration in Microsoft Teams on Android or iPhone2:10 End screen What you’ll learn: 1. How to change your status to cover periods when you’re away from your desk 2.…
-
It can be frustrating when Excel refuses to function properly. So, when you encounter any trouble with Excel, such as Excel being stuck at opening or getting saved, running the program in Safe Mode may be helpful. This video will show you how to open Excel in Safe Mode. Chapters:0:00 Intro0:23 Using CTRL Modifier Key0:54…
-
You can reduce the photo size to share or upload without facing any error. Here are the best ways to reduce photo size on Windows. Links:Microsoft PowerToys on Windows – https://apps.microsoft.com/store/detail/XP89DCGQ3K6VLDPhotoScape X on Windows – https://www.microsoft.com/store/productId/9NBLGGH4TWWGCheck ReduceImages – https://www.reduceimages.com/ Chapters:0:00 Intro0:23 USE MICROSOFT PHOTOS TO REDUCE PHOTO SIZE1:22 USE MICROSOFT PAINT TO COMPRESS A PHOTO2:36…
-
Adding location data to photos not only helps you remember where you took the photo but also helps you organize them. With location details added to your photos, you can easily search for them later in the Gallery app. Links:Google Photos for Android – https://play.google.com/store/apps/details?id=com.google.android.apps.photos&hl=en&gl=US Chapters:0:00 Intro0:23 Add Location Details to Photos in the Google…
-
Keep everything brief and to the point by creating simple, terminal-based slideshows on Linux. Commands:sudo snap install go –classicgo install github.com/maaslalani/slides@latestsudo snap install slidesnano test_slideshow.mdslides test_slideshow.md Chapters:0:00 Intro0:23 How to Install Slides on Linux1:09 Use Slides to Create an Awesome Terminal Slideshow4:24 End screen What you’ll learn: 1. How to create your slideshow using Markdown…
-
Get the IDLE Python IDE up and running on your Ubuntu system by following this step-by-step guide. Commands:sudo apt updatesudo apt install idle3idleprint(“Hello World”)print(“Hello World”)print(“Halleluyah!!!!”sudo apt remove idle Chapters:0:00 Intro0:23 Install IDLE on Ubuntu1:27 How to Open IDLE1:41 Write and Run a Program on IDLE1:56 Open an Editor Window2:50 Debugging on IDLE3:14 Uninstalling IDLE3:36 End…