Concatinating Strings in Hugo
A Quick tip around string concatination.
A Quick tip around string concatination.
Quick notes on how to setup wireguard on 20..04 Best guide i could find : https://www.linuxbabe.com/ubuntu/wireguard-vpn-server-ubuntu But still pieces missing so trying to write this and make those pieces sorted Base OS : ubuntu 20.04 Install software sudo apt-get install wireguard wireguard-tools
Idenifying the Logged-In User in Azure AD Lately I have been experimenting with Azure AD and putting Apps behind Azure AD. Once they are behind Azure AD Auth i wanted to make decisions based on the logged in user and it turned out to be a bit of a adventure trying to get those values. …
So last night i was experimenting with Clair and ClairCTL. main task i wanted to do was run clair and clairctl without requiring their individual containers. Long story short, clair versions on website are different via different methods with no easy way to distiguish between them
A quick tip on my experiments around Powershell Core in Mac / Linux I am specifically messing around with the Azure AD + Microsoft teams functionality.
Now a days we are living in difficult times (covid19 and all) and one way to maintain some sanity is to involve ourselves in some shape or form of learning. In that spirit i am today opening the github repo of my HTML5 course from private to public and making all those resources that i …
Public Release of HTML5 attack and Secure course Read More »
So a quick note about a slight difference in grep and ripgrep.
Build Instructions The official build instructions on the official website are too convaluted so putting the details in simple words here
Ubuntu Mate, Presentors and Zoom So i do a lot of presentations and some of the most important tools in a arsenal of a presentor are the clickers and zoom tools with Ubuntu Mate i have been struggling to find the right tool. so i ended up doing a small hack.
Creating simple directed graph using Graphviz I recently found myself in need of making some directed graph so i have used graphviz library for this purpose. Graphviz is a simple graphing Library available in unix machines.