-
Take the first steps toward securing your Debian machine by installing UFW and configuring some basic firewall rules. Commands:sudo apt updatesudo apt install ufw -ysudo ufw enablesudo ufw default allow outgoingsudo ufw default deny incomingsudo ufw allow 22sudo ufw allow sshsudo ufw deny 443sudo ufw allow from 192.168.9.12sudo ufw deny from 192.168.9.12sudo systemctl restart ufwsudo…
-
Learn how to convert a Master Boot Record (MBR) to a GUID partition table (GPT) using the MBR2GPT tool. Commands:mbr2gpt.exe /validate /allowFullOSmbr2gpt.exe /convert /allowFullOS What you will learn: 1. Windows 10 MBR disk conversion a. How to convert your disk to GPT to use UEFI firmware b. How You can verify you are running an…
-
You can use your Android phone as a keyboard or mouse without installing software on your computer. This works for Windows laptops, Macs, Chromebooks, smart TVs, and nearly any platform you could pair with a regular Bluetooth keyboard or mouse. Here’s how For the best results, the receiving device should have Bluetooth 4.0 and run:-Android…
-
Do you get a “There was a problem connecting to OneDrive” error with the code 0x8004de40 on your Windows PC? OneDrive may be facing issues connecting to the cloud, leading to the above error. You can apply a few solutions to resolve your error and return to your OneDrive app activities. Here’s how to do…
-
If you’re using Microsoft Word to create an event flyer, party invitation, or greeting card, you’re probably looking for upbeat and fun styles. For the text, consider using bubble letters to add some whimsy to your creation. Here’s how to create bubble letters in Word on Windows. Links:DaFont – https://www.dafont.com/search.php?q=bubbleFontSpace – https://www.fontspace.com/category/bubbles1001 Fonts – https://www.1001fonts.com/bubbly-fonts.htmlFreepik…
-
Whether you’re an experienced WordPress developer or just getting started, installing WordPress on Ubuntu is quick and easy. Links:XAMPP – https://www.apachefriends.org/download.htmlWordPerss – https://wordpress.org/download/ Commands:cd ~/Downloadssudo chmod 777 xampp-linux-x64–installer.run sudo ./xampp-linux-x64–installer.runsudo /opt/lampp/lampp startunzip wordpress-*.zipcd /opt/lampp/htdocssudo mkdir comevesudo cp -R ~/Downloads/wordpress/ /opt/lampp/htdocs/comevesudo chown www-data:www-data -R /opt/lampp/htdocs/comeve/sudo chmod 777 -R /opt/lampp/htdocs/comeve Chapters:0:00 Intro0:23 Set Up a LAMP Stack3:14…
-
Setting up a Windows virtual machine in Linux with KVM is better than dual-booting. Here’s how to get started. Links:Windows 10 (Free) – https://www.microsoft.com/en-in/software-download/windows10 Commands:grep -Ec ‘(vmx|svm)’ /proc/cpuinfosudo apt install qemu-kvm libvirt-daemon bridge-utils virt-managersudo pacman -S qemu libvirt bridge-utils virt-managersudo dnf install @Virtualizationsudo systemctl enable libvirtdsudo systemctl start libvirtdsudo systemctl status libvirtdsudo usermod -aG libvirt…
-
Windows 10 provides three ways to stop automatic driver updates. In this video, I will teach you the steps to change the settings and stop automatic driver updates on Windows 10. Chapters:0:00 Intro0:23 Disable automatic driver updates on Windows 10 From the Settings app1:11 Disable automatic driver updates on Windows 10 From the Group Policy…