
THERE IS NO SPOON
"Life is a Journey"
We are all told, “live your life to the fullest”; I am here to do just that. There Is No Spoon serves as a vessel to project my passions, and clue in my loyal readers as to what inspires me in this crazy world. So, sit back, relax, and read on.
Visual Studio Code: Unable to open cannot open '*.ps1' notebook of type PowershellNotebookMode
When you see this error in your VS Code, edit settings.json and make sure you've this: "workbench.editorAssociations": [ { "viewType":...
Download videos from PluralSight
Source: https://www.quora.com/Tutorials-How-can-I-download-PluralSight-training-videos Ahmad Ismail, Software Artisan & Bookworm Updated...
Generate Password via PowerShell
$password = [System.Web.Security.Membership]::GeneratePassword($length,$numberOfNonAlphanumericCharacters) $secPw =...
How to enable Windows firewall logging
(Note: this method has been working at least on Windows 7, 10 Pro, Server 2012 R2) Following steps will lead you to the rule blocking...
MacOS apps to move and resize windows
* BetterSnapTool ($3.00) * Rectangle (free, open source) * Spectacle (free, but no longer being maintained) #macos #apps
How to bring back 'telnet' via PowerShell?
Apart from using command such as New-Object System.Net.Sockets.TcpClient("hostname", <port>), there's a way to mimic the telnet command...
PWA
What if we can come up with a web app that behaves like a desktop app when it's offline? Introducing PWA that stands for Progressive Web...
Uncheck "Use TLS 1.0" and "Use TLS 1.1" in IE
Go to the registry key HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings, change SecureProtocols value to 2048...
Disable TLS 1.0 and 1.1 on Windows
Disable TLS 1.0 and TLS 1.1 on Windows 10 machines through GPO Enable TLS 1.1 and TLS 1.2 as a default secure protocols in WinHTTP Set...
Useful Splunk query
How do I list all the hosts associated with a specific index? | tstats values(host) where index=* by index #splunk
Customize Windows Terminal
How to customize the new Windows Terminal with Visual Studio Code How to enable transparent background on Windows Terminal Color schemes...
Authentication failed to do git push
Steps to fix: Creating a GitHub personal access token. In the upper-right corner of any page, click your profile photo, then click...
How to install offline Build Tools for Visual Studio?
1) download the exe file of build tool for VS2019 2) enter CMD and cd into the exe file path 3) input these: vs_buildtools_xxxxx.exe...
Switched to Zsh
What's the difference between Zsh and Bash? Bash VS Zsh: Differences and Comparison Found "Oh My Zsh" that can customize Zsh...
Time to stop using Google Chrome!
Don't forget to clean up these... $ sudo /bin/rm -rf ~/Library/Caches/com.google.Keystone.* $ sudo /bin/rm -rf...
The best way to logout for ASP.NET?
// Abandon all sessions Session.Abandon(); // Signout FormsAuthentication.SignOut(); // Mark all cookies as expired string cookieName;...
Automatically add videos to my YouTube playlists
Tired to do this manually. Found these articles: https://www.mc-guinness.co.uk/blog/20160218/youtube-automatically-add-new-videos-to-play...
Microsoft Issues Windows 10 Update Warning
Source: https://www.forbes.com/sites/gordonkelly/2020/05/30/microsoft-windows-10-2004-may-2020-update-free-windows-10-update/#27fdcabeae7...
Windows Terminal
Download from: https://www.microsoft.com/store/productId/9N0DX20HK701 Also see video "The NEW Windows Terminal is Finally Released! -...

