|
You are here |
blog.nuculabs.de | ||
| | | | |
nuculabs.wordpress.com
|
|
| | | | | Hello ??, A while ago I wrote an article on how to separate audio from video with ffmpeg on Linux using bash. The article can be read here: https://nuculabs.dev/2022/12/08/separate-audio-and-video/ Now I want to introduce you to the Windows version with some little Powershell functions that I've wrote. But why? If you're a content creator and... | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how. | |
| | | | |
powershellisfun.com
|
|
| | | | | You always use certificates but forget when they expire until it's too late. In this blog post, I will show you how to use a small script when starting a PowerShell session to display certificates about to expire on your Windows system. | |
| | | | |
blog.nobugware.com
|
|
| | | I've always developed my own blog system, that's a good way to learn a new langage. But having to maintain a working server or hosting is no fun, there are some solutions like Jekyll or Hugo they generate static web pages based on some Markdown files you wrote. As it's just basic html files, they can be served by Github gh-pages. It opens the door to blogging from anywhere without internet connection or your own laptop, just write some Markdown then publish to github later or event edit your new blog pos... | ||