TECH TIPS
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...
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 Services) and...
How do I modify my Git Bash profile in 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...