Git – File Operations – Case Sensitivity

Background If you use git from the command line as I do, you will likely run into git file command requests that does not stick. For instance, you issue "git add <filename>". And, issue "git commit" or "git status" and notice that the file you added is not tagged for local commit. If your file … Continue reading Git – File Operations – Case Sensitivity

Shutter:- Installation on Linux/centOS ( v8 )

Background There are certain use cases where the built-in screen capture on Cent-OS does not work for me as well as I will like it to. BTW, the built-in screen capture on CentOS v8 is aptly named screenshot.   Installation Outline Repository Import GPG Keys Nux Desktop Repository Avail Repository ( epel-release ) epel-release Install/Update … Continue reading Shutter:- Installation on Linux/centOS ( v8 )

OS Sort Command:- Sorting by character position

Background When reading sample code and I see the following command I be like hold up, wait a minute. Data Files Person.txt Image Metadata Column Position Column - Start & End First Name 1 1, 20 Last Name 2 21, 40 Email Address 3 41, 70 City 4 71, 90 State 5 90, 100 Postal … Continue reading OS Sort Command:- Sorting by character position

Windows – Sleep Mode Missing – Workaround

Background On one of my machines, I noticed that the menu option to access the sleep mode is missing.   Proof Image   Workaround Outline powrprof.dll powrprof.dll Outline Access the powrprof.dll Using rundll32, load powrprof.dll Pass along the payload "SetSuspendState Sleep" Syntax Sample Credit Crediting h2Media ( How2Shout ). How to Sleep Windows 10 PC … Continue reading Windows – Sleep Mode Missing – Workaround

WSL:- Provision CentOS

Background Let us quickly provision CentOS using WSL on a Microsoft Windows 10 system.   Microsoft WSL Linux Distributions Here are the Linux Distros that are officially supported by Microsoft WSL. NAME FRIENDLY NAME Ubuntu Ubuntu Debian Debian GNU/Linux kali-linux Kali Linux Rolling openSUSE-42 openSUSE Leap 42 SLES-12 SUSE Linux Enterprise Server v12 Ubuntu-16.04 Ubuntu … Continue reading WSL:- Provision CentOS

Log4j – Security Vulnerability – Detection Tool – WhiteSource – Windows Binary

Background Let us quickly try out another of the freely available tools for detecting the Log4J security vulnerabilities.   Lineage Log4j – Security Vulnerability – Detection Tools Link Log4j – Security Vulnerability – Detection Tool – CERT ( Community Emergency Response Team ) – PowerShell Script Link WhiteSource Our Story Here is a beautiful story: … Continue reading Log4j – Security Vulnerability – Detection Tool – WhiteSource – Windows Binary

MS DOS – Command Line Parameters

Background Looking at someone's code is a good way to tighten up one's own education. I was looking at a good man's code and immediately knew, I had a huge learning curve.   Table Pattern Meaning Sample Script %~dp0 Command Line Folder C:\batchfile\helloWorld\ %~n0 Command Line File helloWorld %~f0 Command Line Folder And File C:\batchfile\helloWorld\helloWorld.cmd … Continue reading MS DOS – Command Line Parameters

Why Blog?

Background Why blog? For me, the answer to that question has been years in the making. Other Voices Troy Hunt The ghost who codes: how anonymity is killing your programming career Published On:- 12 FEBRUARY 2013 Link Scott Hanselman Dark Matter Developers: The Unseen 99% Published On:- 2012-March-7th Link Personal Reasons Here are my reasons:- … Continue reading Why Blog?