Friday, December 23, 2022

Passed AZ-204

Closing year 2022 with AZ-204! 

 One of the hardest test that I have ever done. I am now officially an Azure Developer !

Monday, May 16, 2022

Ubuntu on Dell Laptop

I was having problem with Ubuntu installed on my Dell Lattitude laptop. It was freezing randomly and unusable. Found a way to make it stable. Edit GRUB Kernel parameter and add this line: intel_idle.max_cstate=1 i915.enable_dc=0

Monday, April 25, 2022

Friday, March 18, 2022

Certified Secure Software Lifecycle Professional (CSSLP)

 I have passed the exam and endorsement process and officially CSSLP certified now!


Wednesday, September 22, 2021

Execute PowerShell in Windows Scheduled Task

 There are many ways to execute PowerShell in Windows scheduled tasks:

Option #1

Program/Script: PowerShell.exe

Add arguments (optional): -command "& {& 'C:\path\to\script.ps1'}"

Start in (optional): C:\path\to\

Option #2

Program/Script: PowerShell.exe

Add arguments (optional): -NonInteractive -Noprofile -File "C:\path\to\script.ps1"

Start in (optional): C:\path\to\

Option #1 allows me to have the script to connect to the Internet (server is located behind corporate proxy). 

Sunday, June 27, 2021

Passed AZ-303

 It is official! after passing AZ-303 today, I am now a Microsoft Certified Azure Solutions Architect Expert.