Explore >> Select a destination


You are here

ariadne.space
| | blog.jak-linux.org
7.1 parsecs away

Travel
| | I'm currently working on a rewrite of debian-cd in Python. Although there is already deb-imgs-gen, I decided to start from scratch, because deb-imgs-gen is more than 1 year old. debimg's main features are Speed debimg should be able to build netinst disks in less than 20 seconds Free Software This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
| | janaimke11.wordpress.com
8.5 parsecs away

Travel
| | Copyleft is the ability of a contributor or distributor to add restrictions to a work. While most open source software allows you to use and modify the code as you want, open source software incorporating copyleft provisions prevent a contributor from making the future software proprietary. Copyleft is a general method for making a program...
| | humberto.io
8.7 parsecs away

Travel
| | Is it the same thing? What's the difference between this two lines of thought?
| | www.joeltok.com
46.6 parsecs away

Travel
| The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search.