Compare commits

..

No commits in common. "6df71ccdcdb924d85026ea557ab2addd83f51040" and "0e8e1c59bfc48547d61b6c4c7cc88961a0414c5e" have entirely different histories.

2 changed files with 2 additions and 29 deletions

View file

@ -5,6 +5,5 @@ tags:
- Linux - Linux
--- ---
# Silence output in `curl` Use `-S` to hide the percentage calculation in `stdout`. You can also use `-s`
but this will also remove `stderr`.
Use `-s` but this will also remove `stderr`.

View file

@ -1,26 +0,0 @@
---
tags:
- propositional-logic
- logic
---
# hushlogin
Place this file `.hushlogin` in the home directory of a user who's login you
want to hush.
Then you won't get this at login:
```
Linux 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Dec 1 17:40:18 2025 from 217.155.254.57
```
Useful when scripting [ssh](./SSH.md) routines etc.