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...