Simple Static File server, to get the current working directory and display it in a browser. Includes CLI […]
Category Archive: Dev
A simple Go program to find file extension in the current folder. I have used flags, path/filepath and OS […]
A simple Go Program to display file names and file size in human readable format. I have used […]
I was refreshing basic Linux commands and found tac was one of the commands rarely used, also found interesting in writing a Go program to Write the lines back from the file. I had thought of writing this program using file pointers or file seek methods and started searching for the packages like io,bufio and finally found ioutil example, enhanced further the same program with adding a for loop.
WiFi profile passwords can be obtained in GUI and here is a PowerShell script to find the Wifi passwords. The script was written by harriha and it is extracted from his GitHub page.
Excluding particular source from Get-Eventlog is pretty easy, many of you would have found it. All you need […]
Get-Command helps to find commands in PowerShell. The latest version PowerShell 4.0, ships with around 2200 commands depends on […]
A simple PHP program developed after my graduation. This script is mainly intended to extract mp3 links from an […]