One customer requested us to renew their certificate because they received a pop-up message when opening Outlook client. Their Certificates Renewal List: mail certificate is going to expire in 7 days Microsoft Exchange Auth Certificate has expired for a couple of days. Root CA certificate is going to expire in 7 days. It’s a simple […]
Author: anson
Export users from AD
There are many ways to export users from active directory, I think the easiest way is with PowerShell. With PowerShell ‘ Get-ADuser‘ command, we can export many user’s information. Export user’s name, Last Login date, last time set password date and save as csv file. When exporting users under specific OU, we need to add […]
Dict object has no attribute has_key in Django
I’ve got this error when getting remote IP in Django. code: This happened when using ‘request’ to get remote IP in Django 2.0 because “has_key” has been removed in Python 3. The correct code:
Linux Troubleshooting tool – VMStat

Today we’re here to talk about vmstat which is performance tool for Unix/Linux operating system. the version in this article is for CentOS-based. vmstate is used by system administrators and anyone who is interested in the overall health of the system. it’s a coarse view. To run it, you run vmstat in the command line, […]
US launches inquiry into French plan to tax tech giants
MySQL – Introduction
What is a Database? A database is a separate application that stores a collection of data. Each database has one or more distinct APIs for creating, accessing, managing, searching and replicating the data it holds. Other kinds of data stores can also be used, such as files on the file system or large hash tables […]