Hi, I’m Timothy Pakkianathan
Software Engineer
I enjoy exploring technology and writing beautiful code
Latest Articles
Thoughts, tutorials, and insights on building a personal brand online.
-
· 5 min read
Basic Powershell Parser
Read more →: Basic Powershell ParserMain Parser Usage $Query = “Status AND (User OR Admin)”$Parser = [Parser]::new($Query)$OutputTree = $Parser.ParseExpression() Display as JSON to see the nested structure clearly $OutputTree |…
-
· 5 min read
Switching to Arch Linux
Read more →: Switching to Arch LinuxSo finally I’ve made the jump. I have been dabbling with various linux distributions over the years. This is the year of Linux for me,…
-
· 5 min read
RDP to Lubuntu
Read more →: RDP to LubuntuInstall xrdp server sudo apt install xrdp First open a terminal and enter sudo apt-get install xrdp. When that is installed enter sudo nano /etc/xrdp/startwm.sh in the terminal.…
-
· 5 min read
RDP to Windows 8 from Ubuntu
Read more →: RDP to Windows 8 from UbuntuThe default RDP client RDesktop does not seem to work when tryingt to connect to Windows 8. The client xFreeRDP allows to connect to Windows…
-
· 5 min read
Creating a Base Image
Read more →: Creating a Base ImageTo create a base image, we need to run the sysprep tool. The location of the tool is C:\Windows\System32\sysprep\sysprep.exe Run the tool and select OOTB…