Simple Sort Enabled Paginated ASP Table

I don’t do a lot of web development, certainly when I do it’s in PHP running in Apache and not C# ASP in IIS. But recently I had to build some tools in ASP using C# to replace my older Python/Apache site. I am learning as I go; although, I have done things in the […]

Installing Yabridge on Manjaro

How to easily install and configure Yabridge VST on Manjaro. Yabridge is a tool that allows Windows VSTs to run on Linux as transparent as possible. It requires Wine to be installed.

Top apps and utilities to make your OS shine.

I get bored easily and I am a visual person, I like my desktop to be flashy and beautiful. I also like things that speed up my productivity in a visual appealing way. Of course I am a Linux user, which makes theming way more easy and a lot more flexible than Windows and Mac […]

Restful Server In PowerShell

I know I have been focused on PowerShell but I have down time and wanted to play since our shop seems to love it so much. I think I am going to do some other posts, maybe Node or something, because PowerShell is boring. I am building a dashboard so I was playing with PowerShell […]

Simple PowerShell module to store passwords.

If you have PowerShell scripts with passwords hard-coded you don’t want to risk someone accidentally exposing the script with passwords available. I wrote a simple password vault module to keep passwords outside the scripts. It stores them as files so you will need a secure share or folder to store them. I have a Python […]

Coin flip in PowerShell, GUI version.

Need to make a decision, like to bet, maybe you just like silly apps? Whatever the reason you’re reading this I hope it helps someone to learn some simple GUI tricks in PowerShell. I didn’t spend a lot of time on this. I already wrote one in C# years ago and had some downtime so […]

Video Poker in PowerShell

In between real work I am practicing PowerShell since I don’t use it often. I created a video poker game for something to create. It’s rough and I don’t have time to make it pretty or add a GUI, but maybe it will inspire someone else? I also know very little about poker… I took […]