Explore >> Select a destination


You are here

blog.con.rs
| | twobithistory.org
6.9 parsecs away

Travel
| | What is GNU Readline and where did it come from?
| | kdheepak.com
5.3 parsecs away

Travel
| | [AI summary] This guide provides a beginner's introduction to using a terminal, covering basic commands, navigation, and useful utilities for Linux and macOS users.
| | www.markusdosch.com
6.0 parsecs away

Travel
| | When I am coding, I use the terminal a lot. For around one year now, I have settled for the fish shell. In this post, I want to explain how I got there, why I am very happy with fish, and how I have configured it.
| | blog.nuculabs.de
33.7 parsecs away

Travel
| Introduction Hello everyone ??, This is a quick post about the windows task scheduler, if you're a Software Developer using Windows the task scheduler is a great tool to automate tasks. I see it as a combination of cron and systemd (if you're a Linux user you know what I'm talking about). For my personal use case, I use the task scheduler to download more images from the internet to improve a machine learning model used to classify images. To download the images I use a simple Python script and a batch file to run the script.