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 | DNS, Mailchimp
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 | Linux / Ubuntu, Python
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...
by ray | Jan 4, 2023 | Google
Follow these instructions from a computer. Delete photos & videos On your computer, go to photos.google.com. Point at the item you want to delete. At the top left, click Select . At the top right, click Delete Move to trash. Tip: If...
by ray | Jan 4, 2023 | Google
The transferred subscription, such as Google Workspace or Google Workspace Additional Storage, is treated as a new subscription, and you (the reseller) are billed for each subscription. Requirements for a customer transfer The customer can select the subscriptions to...
by ray | Jan 4, 2023 | Microsoft Windows
The important function of web server is the ability to limit the CPU usage for a specific site, otherwise one website can use all the CPU resources, that may be unacceptable especially for shared hosting environment. In IIS 7.0 (Internet Information...
by ray | Jan 4, 2023 | Microsoft Windows
When you open up your Git Bash, you should be in your home directory by default. Now create the .bashrc file (if on Windows 7 the file should be named .bashrc.). If you’re not in the home directory, change into it by typing: cd and...
by ray | Jan 4, 2023 | Microsoft Windows
The ffmpeg is a cross-platform & open-source software utility to record, convert and stream video/audio files. It can be used to: Change the format of a video/audio file Extract audio from video file Merge audio and video streams Change the...
by ray | Jan 4, 2023 | Linux / Ubuntu
Ubuntu 22.04 LTS (“Jammy Jellyfish”) is released now. This tutorial explains how to safely upgrade from Ubuntu 20.04 LTS (Focal Fossa) to Ubuntu 22.04 LTS using the command-line and GUI options. Backup all your data before upgrade from Ubuntu 20.04 (Focal Fossa) to...
by ray | Jan 3, 2023 | Microsoft Windows
Here are some product keys – https://www.blowingideas.com/windows-11-product-keys/
by ray | Jan 3, 2023 | Hardware
Best answer: Embedded MultiMediaCard (eMMC) and solid-state drive (SSD) storage have a lot in common, including the use of NAND flash memory. However, SSDs almost always deliver superior performance and are available in far larger sizes for bulk storage. In most...