Author: Mark Vincent

  • How to Create a Windows Bootable USB on Linux

    How to Create a Windows Bootable USB on Linux
    ,

    For those who’ve decided to switch from Linux to Windows, here’s an easy way to create a bootable Windows installation media on Linux. Links:Windows 10 ISO (free) – http://www.microsoft.com/en-in/software-download/windows10BalenaEtcher (free) – https://www.balena.io/etcher/ Chapters:0:00 Intro0:23 Grab the windows ISO first1:09 Create a windows bootable usb using woeusb3:53 Create a bootable windows usb using balenaetcher5:14 End screen… Read more

  • How to Fix a Steam Disk Write Error

    How to Fix a Steam Disk Write Error
    , ,

    A “Disk Write Error” while downloading or updating a game in Steam has several possible causes. Luckily, a majority of them aren’t indicative of a serious problem with your PC. In most cases, a disk write error occurs because of a permissions problem or file corruption and can be easily resolved. Chapters:0:00 Intro0:23 Always run… Read more

  • How to Download Wikipedia for Offline, At-Your-Fingertips Reading

    How to Download Wikipedia for Offline, At-Your-Fingertips Reading
    ,

    Have you ever wished you could download Wikipedia in its entirety, and have a copy of it for yourself? There are a handful of ways to do just that — all you need is a third-party program and about 150 gigabytes of storage. Links:Download Kiwix from the Kiwix website – https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop_windows_x64.zipInstall and run Java –… Read more

  • How to install Gradle on Ubuntu

    How to install Gradle on Ubuntu
    ,

    This video will show you how to get started having it installed on Ubuntu /Debian-based machines. Commands:sudo apt updatesudo apt install openjdk-11-jdkunzip gradle-7.0.2-bin.zipsudo mv gradle-7.0.2 /usr/local/gradlesudo gedit /etc/profile.d/gradle.shexport PATH=/usr/local/gradle/bin:$PATHsource /etc/profile.d/gradle.shgradle -vrm -rf /usr/local/gradle/gradle-7.0.2/rm -rf /etc/profile.d/gradle.sh Chapters:0:00 Intro0:23 Step1 Update your system1:02 Step2 Installing openjdk1:42 Step3 Download gradle distribution2:51 Setup environment variable3:36 Step6 Uninstall gradle(if need… Read more

  • How to Stop Microsoft Edge From Opening Automatically

    How to Stop Microsoft Edge From Opening Automatically
    , , ,

    This video show multiple ways to stop Microsoft Edge from opening automatically on your PC. If you use Edge on a Mac, you will also learn to prevent the browser from loading without permission in macOS. Chapters:0:00 Intro0:23 Disable microsoft edge as the default browser0:51 Disable microsoft edge as a startup program1:15 Remove edge from… Read more

  • How to Change Your IP Address Quickly and Easily

    How to Change Your IP Address Quickly and Easily
    , , ,

    Changing your IP address can help you bypass geo-blocks and maintain your privacy. Here’s how to do it on Mac, Chrome OS, and Windows 10. Chapters:0:00 Intro0:23 How to change your IP address on mac or macbook1:09 How to change your IP address on windows 102:10 How to change your IP address on windows 102:51… Read more

  • How to install the Apache web server (CentOS / Ubuntu Linux Installation)

    How to install the Apache web server (CentOS / Ubuntu Linux Installation)
    ,

    The basic setup process of installing and configuring Apache is very easy, in this video we will learn how to install Apache HTTP Web Server and configure the firewall. Commands:sudo apt updatesudo apt install apache2sudo systemctl status apache2sudo ufw app listsudo ufw allow apachesudo ufw statussudo systemctl status apache2hostname -Isudo systemctl stop apache2sudo systemctl start… Read more

  • How to Back Up Your Text Messages to Your Gmail Account

    How to Back Up Your Text Messages to Your Gmail Account
    , , , ,

    Backing up your text messages from your Android phone to your Gmail account is so simple, there’s no reason to not back them up and make them search-friendly in the process. Watch on to see how you can turn your Gmail account into an SMS vault. Edit:Correct IMAP = 993 Link:Google security page – https://myaccount.google.com/securitySMS… Read more

  • 5 Ways to Underline in Microsoft Word

    5 Ways to Underline in Microsoft Word
    , ,

    Many people reserve underlining for web links while others find it a good way to emphasize text in a document. Along with the options for underlining words and spaces, you can format it as a double, bold, or dotted line and remove an underline you’ve added. Let’s walk through it all! Chapters:0:00 Intro0:23 Underline words… Read more

  • How to Install Jenkins Automation Server on Ubuntu 21.10 LTS

    How to Install Jenkins Automation Server on Ubuntu 21.10 LTS
    ,

    In this video, you will learn how to install Jenkins on Ubuntu 21.10 LTS, start the automation server, and create an administrative user. In the end, you’ll have a development-level server ready for use for your CI/CD automation tasks. Commands:sudo apt updatejava –versionsudo apt install default-jrejava –versionsudo apt install default-jdkjavac –versionsudo apt install jenkinssudo systemctl… Read more