Windows:- WSL – Managing distributions in Windows Subsystem for Linux – Targeting Specific Distribution

Background Obviously, my working OS is MS Windows. But, I have very brief moments with Linux. Once every couple of moments or so.   Managing Distributions in Windows Subsystem for Linux Outline Management-wise, here are some of what we can do with WSL:- Export and Import Export the distribution to a tar file Import specified … Continue reading Windows:- WSL – Managing distributions in Windows Subsystem for Linux – Targeting Specific Distribution

Windows:- WSL – Managing distributions in Windows Subsystem for Linux – Setting Default Distribution

Background Obviously, my working OS is MS Windows. But, I have very brief moments with Linux. Once every couple of moments or so.   Managing Distributions in Windows Subsystem for Linux Outline Management-wise, here are some of what we can do with WSL:- Export and Import Export the distribution to a tar file Import specified … Continue reading Windows:- WSL – Managing distributions in Windows Subsystem for Linux – Setting Default Distribution

Rust:- Build Warning – “crate should have a snake case name” – Project Rename & Binary Rename

Background Rust is really finicky in terms of naming convention. Lineage Rust:- Build Warning – “crate should have a snake case name” – Workaround – Ignore Date Posted:- 2022-September-15th Link Rust:- Build Warning – “crate should have a snake case name” – Project Rename Date Posted:- 2022-September-15th Link Error Message Image Text Troubleshooting Outline Project … Continue reading Rust:- Build Warning – “crate should have a snake case name” – Project Rename & Binary Rename

WordPress:- SyntaxHighlighter Code Block – Modern Languages

Background For those who enjoy sharing code online, WordPress offers a viable platform. WordPress SyntaxHighlighter Code Block Languages Supported Languages actionscript3 bash clojure coldfusion cpp csharp css delphi diff erlang fsharp groovy html java javafx javascript latex (you can also render LaTeX) matlab (keywords only) objc perl php powershell python r ruby scala sql text … Continue reading WordPress:- SyntaxHighlighter Code Block – Modern Languages

Transact SQL:- IIF ( Logical Function )

Background I experienced an error trying to run a SQL Statement that I wrote a few months ago.   Error Message Error Message - "Msg 102, Level 15, State 1, Line " The error reads:- Image Textual What is IIF? Microsoft - SQL Server - Transact SQL Link IIF is a shorthand way for writing … Continue reading Transact SQL:- IIF ( Logical Function )

Rust:- Build Project To Target MS Windows 32 Bit

Background Let us review the steps one will take to build a Rust application that will be ran on a 32-bit MS Windows application.   Lineage Rust:- Cargo Build Error – “error: linker `link.exe` not found” Date Published:- 2023-March-28th Link Outline Here are the steps that we will follow:- Targeted Platforms Review Targeted Platforms ( … Continue reading Rust:- Build Project To Target MS Windows 32 Bit

Rust:- Cargo Build Error – “error: linker `link.exe` not found”

Background I was preparing to download a rust application's source code and see if I can compile it locally.   Hello World I have a single one liner and thought it best to see if that project still compiles. See, I have not worked on Rust in many, many months.   Build Syntax Sample Output … Continue reading Rust:- Cargo Build Error – “error: linker `link.exe` not found”

Chrome:- Extensions List

Background My brother Mookie called me last night. He wanted me to talk to one of his friends.   Friend I spoke to the friend and the friend explained to me how hackers have made him and his wife's life living hells. What have hackers done:- Facebook Taken over his Facebook business account Changed Phone … Continue reading Chrome:- Extensions List

Transact SQL:- Set Commands – Set ParseOnly On

Background I was trying to place constraints around executing a SQL Statement. Tried using "set parseonly on".   Code Outline Reset environment set parseonly off Conditional If 1=0 set parseonly on Reset environment set parseonly off SQL Output Image Text Source Code Control GitLab SQL Server - Transact SQL - Set Statement Link Summary There … Continue reading Transact SQL:- Set Commands – Set ParseOnly On