by ray | Jun 4, 2024 | Microsoft, Microsoft Windows
Device manager > Display adapters – uninstall current driver and tick “Attempt to remove the driver for this device”
by ray | Jun 4, 2024 | Microsoft Windows
Latest stable BIOS update. Latest chipset drivers from AMD’s official site. All latest firmware and driver updates for your components. Don’t get drivers from an application or your motherboards website as they will most likely be either outdated or packed with...
by ray | Feb 21, 2024 | Linux / Ubuntu
Logging into a live server is inherently risky. You could do anything: take down a service, wipe your customer data, or trash the Operating System. There’s no undo. Whatever you do: Back up your site files and databases and enable full server backups at your provider....
by ray | Feb 21, 2024 | Android, iOS
The Google Drive backup file is hidden, and invisible to the user, or anyone else. Only the app itself has access to it. You can encrypt it additionally by setting up a password. Read more
by ray | Oct 16, 2023 | Linux / Ubuntu
Slack stands at the forefront of team collaboration tools, offering a dynamic platform that enhances communication and project coordination. For those aiming to install Slack on Ubuntu 22.04 Jammy Jellyfish or its older stable release of Ubuntu 20.04 Focal Fossa, this...
by ray | Jul 27, 2023 | Linux / Ubuntu
You’ll have to end up killing the snap store as simply closing the window keeps the store running in the background: killall snap-store Then tell snapd to update all snaps: sudo snap refresh
by ray | Jul 24, 2023 | Google
If you are tired of writing the same email over and over again, or even copying and pasting the content on new ones, you seriously need to learn how to create email templates. This guide will talk specifically about how you can do this in Gmail, with simple and easy...
by ray | Jul 13, 2023 | Google
Google Meet is a powerful video conferencing tool that allows users to connect with colleagues, friends, and family from anywhere in the world. It’s a great way to stay connected and collaborate on projects, but sometimes you may need to remove Google Meet from a...
by ray | May 4, 2023 | Linux / Ubuntu, Python
Python is mainly used for software development, automation, and data science. Since Python is one of the easiest programming languages to learn, it is always advised to go with Python as the first programming language. From the launch of Ubuntu 22.04, you will only...
by ray | Mar 8, 2023 | Microsoft Windows
Things to try: 1 – Change Group Policy to ensure that Windows Updates are automatically installed during the 3rd Sunday of every month at 3am. Group Policy: Enabled Windows Updates, install on the third week of the month on a Sunday at 3:00am, also configured to...
by ray | Mar 3, 2023 | Microsoft Windows
I upgraded to Windows 11 last fall (November) and for the most part everything has been working ok. Within the last month, I’ve had an issue where my desktop will not enter sleep mode. If I select sleep, my keyboard and mouse will shut off but my desktop will...
by ray | Mar 3, 2023 | FFmpeg
Kdenlive uses ffmpeg under the hood and if ffmpeg cannot determine the length of the clip, we cannot use it. In git master, I have implemented a check for such clips, and a dialog now pops up asking if the user wants to transcode the file. However currently it leaves...
by ray | Mar 3, 2023 | SSL certificates
An overview of the Renewal process Renewals are a regular part of the SSL/TLS lifecycle. You can renew your SSL certificate starting 30 days before its expiration. Despite what the name may suggest, renewing your SSL certificate is the same process you go through when...
by ray | Mar 3, 2023 | Linux / Ubuntu
When you type a command on the command line, you’re basically telling the shell to run an executable file with the given name. In Linux, these executable programs like ls , find , file and others, usually live inside several different directories on your system. Any...
by ray | Mar 3, 2023 | Linux / Ubuntu, Python
Your Debian Linux installation may include multiple python versions and thus also include multiple python binary executables, and it’s possible to change python version that the system is using. In this tutorial, you will see how to install multiple versions...
by ray | Mar 3, 2023 | Mailchimp, DNS
To help your emails reach your recipients’ inboxes, set up email authentication for your custom domain. Adding authentication to the domain you use to send email can help you maintain and grow an engaged audience. In this article, you’ll learn how to set...
by ray | Mar 3, 2023 | Microsoft Windows
I’ve OpenSSH 7.6 installed in Windows 7 for testing purposes. SSH client & server work just fine till I tried to access one of my AWS EC2 box from this windows. It seems like I need to change the permission on the private key file. This can be easily done on...
by ray | Mar 3, 2023 | Wordpress
I had an awkward problem when i want to delete my theme, it gaves me this message: deletion failed, the theme requested does not exist wordpress. I can delete it from ftp manually but for client i want it to be deleted just from dashboard. Is any one have an idea how...
by ray | Mar 3, 2023 | Linux / Ubuntu, Microsoft Windows
Read more
by ray | Mar 3, 2023 | Linux / Ubuntu, Microsoft Windows
Select UEFI Firmware Settings and your machine will boot into the BIOS. The BIOS looks different depending on your motherboard manufacturer. You can check where to find the CPU settings by looking on your manufacturer’s homepage (common manufacturers are...
by ray | Mar 2, 2023 | DNS
You might be able to complete your domain transfer away from GoDaddy faster by approving it. We’ll automatically approve your transfer within five days after the transfer starts, unless you cancel the transfer. Canceling the transfer means it will not be...
by ray | Mar 2, 2023 | Mac OS X
We’ve all been there—your computer stops letting you download new things and it constantly reminds you that you are low on storage, so you decide to delete some photos to make space. Apple’s iCloud does a great job at protecting your photos, but you have to be careful...
by ray | Jan 5, 2023 | Python, Linux / Ubuntu
This tutorial is about installing and switching between different Python versions on Ubuntu 20.04. Using multiple Python versions on your server is a very good choice especially when you have multiple Python applications and you need to test them one by one. Of...
by ray | Jan 5, 2023 | phpMyAdmin
Run Query in phpMyAdmin Open phpMyAdmin Select the database you’d like to run a query on You must select a database from the left column first Select SQL Look for the database name again above the text field, confirm this is the correct database...
by ray | Jan 5, 2023 | Linux / Ubuntu
The ps aux command is a tool to monitor processes running on your Linux system. A process is associated with any program running on your system, and is used to manage and monitor a program’s memory usage, processor time, and I/O resources. Since...