TECH TIPS
How to Install and Switch Python Versions on Ubuntu 20.04
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...
SQL Queries in 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...
Using the ps aux Command in Linux
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...
Delete or restore your Google Photos & Videos
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...
Google Workspace: Transfer a customer’s subscriptions to your reseller account
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...
How to set CPU Usage limit for Application Pool on IIS 8
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...