TECH TIPS
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...
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...
How to Install FFmpeg on 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...