Skip to content

Instantly share code, notes, and snippets.

View mariosal's full-sized avatar

Mario Saldinger mariosal

View GitHub Profile
@mariosal
mariosal / debian_buster_tips_n_tricks.md
Last active October 21, 2023 01:40
Debian Buster Tips 'n' Tricks

APT Sources

Use HTTPS

In order to use HTTPS source, you first need to install the following package:

sudo apt install apt-transport-https

Use fast CDN mirror

@mariosal
mariosal / password.js
Last active August 29, 2015 14:04
Password Generator
/*
* Written in 2014 by Mario Saldinger <mariosaldinger@gmail.com>
*
* To the extent possible under law, the author(s) have dedicated all copyright and
* related and neighboring rights to this software to the public domain
* worldwide. This software is distributed without any warranty.
*
* You should have received a copy of the CC0 Public Domain Dedication along with
* this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/