-
Stubborn temporary files on your Windows PC won’t delete? Here’s how you can get rid of them. Chapters:0:00 Intro0:23 Use the Disk Cleanup Tool1:26 Use Command Prompt2:15 Empty the SoftwareDistribution Folder3:48 Edit Registry Files5:09 End screen What you’ll learn: 1. Useful tips that should help remove any stubborn temporary files on Windows 2. Use the…
-
There are multiple ways to install Telegram on Linux, including through Snaps and Flatpaks, from DEB and RPM files, and a distribution-agnostic binary. Choose the method that suits your needs. Link:Telegram site – https://desktop.telegram.org/?setln=enHow to Install and Run Flatpak Applications Commands:sudo apt install desktop-telegramsudo add-apt-repository ppa:atareao/telegramsudo apt updatesudo apt install telegramsudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E…
-
While running the command you get this message “Python was not found; run without arguments to install from the Microsoft Store”. This message is displayed because what you intend to install needs Python for a successful installation or configuration. In this video, I will be showing you how to fix Python that was not found…
-
Need to access a remote machine from your Linux PC? Here’s how you can install and use AnyDesk for establishing remote connections on Linux. Links:AnyDesk (Free) – http://anydesk.com/en/downloads/linux Commands:echo “deb http://deb.anydesk.com/ all main” | sudo tee /etc/apt/sources.list.d/anydesk-stable.listsudo apt updatesudo apt install anydesksudo dpkg -i anydesk_*_amd64.debsudo apt -f installsudo nano /etc/yum.repos.d/AnyDesk.reposudo nano AnyDesk.repo [anydesk]name=AnyDesk – stablebaseurl=gpgcheck=1repo_gpgcheck=1gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY…
-
This video covers the key steps for installing Red Hat Enterprise Linux 8 so you can get started with software development. You’ll install a system with a full graphical desktop.that you can use for exploring RHEL 8. Unlike prior versions of RHEL 8, there are no separate downloads for server, workstation, or desktop. Link:How to…
-
Red Hat Enterprise Linux is a commercial open source Linux distribution developed by Red Hat for the commercial market. System Requirements:20GB free disk space.Virtual Box on the system.RHEL 8 ISO File.A minimum of 4 GB RAM is recommended.One core or thread for each virtualized CPU and one for the host. Links:Red Hat Login Page –…
-
A complete step-by-step video to installing Ubuntu LTS (Long Term Support) on VirtualBox. Links:VirtualBox – https://www.virtualbox.org/Ubuntu 22.04.4 LTS ISO – https://releases.ubuntu.com/jammy/How to Make Ubuntu Full Screen on VirtualBox in Windows 10 How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware What you’ll learn: 1. How to Install Ubuntu 22.04 LTS on VirtualBox in…
-
Want to relive the good old days by playing Game Boy games on your Linux PC? With php-terminal-gameboy-emulator, you can. Links:Homebrew Game Boy ROMS – https://hh.gbdev.io/ Commands:sudo pacman -S phpsudo apt install phpsudo dnf -y install http://rpms.remirepo.net/fedora/remi-release-XX.rpmsudo dnf module enable php:remi-8.1 -ysudo dnf install php -ysudo chmod +x php-gameboy.pharsudo mv php-gameboy.phar /usr/local/bin/php-gameboyphp-gameboy ~/gbroms/tetris.gb Chapters:0:00 Intro0:23…
-
Installing the latest Windows Server 2022 on VirtualBox is very seamless. VirtualBox is a free and open-source hosted hypervisor for x86 virtualization, developed by Oracle Corporation. You may decide to run multiple VMs on your operating system this is very possible with type 2 virtualization. Links:Windows Server 2022 iso – https://archive.org/download/10.0.fe_release.210424-1554_server_standard_datacenter_EN-US/Windows_InsiderPreview_Server_vNext_en-us_20344.isoVirtualBox – https://www.virtualbox.org/wiki/DownloadsHow to make…