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
Quadratic Equations
Read more →: Quadratic EquationsOverview The qudratic equation being demonstrated is y = ax2 + bx + c This was just a small python program which uses the matplotlib…
-

· 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…