Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 3
58 results tagged bash  ✕
A guide to using Bash pattern matching instead of grep and sed https://www.howtogeek.com/i-found-using-grep-or-sed-in-bash-scripts-is-painfully-slow-but-heres-how-i-fixed-it/
15/12/2025 23:25:39
thumbnail
bash terminal
just https://github.com/casey/just
24/11/2025 05:35:38
thumbnail
terminal command bash
uwu https://github.com/context-labs/uwu
12/08/2025 05:58:39
thumbnail
terminal bash ai
Bash Stack Documentation https://bashsta.cc/
08/08/2025 15:00:58
bash fullstack
Zsh | Grml.org https://grml.org/zsh/
06/08/2025 16:42:28
zsh bash shell terminal
https://erock.prose.sh/you-might-not-need-tmux https://erock.prose.sh/you-might-not-need-tmux
02/08/2025 05:50:32
thumbnail
bash tmux
GitHub - grml/grml-etc-core: Grmls core configuration files for zsh, vim, screen… https://github.com/grml/grml-etc-core?tab=readme-ov-file#installation-on-non-debian-systems
02/03/2025 09:36:46
thumbnail

Grmls core configuration files for zsh, vim, screen… - grml/grml-etc-core

bash zsh terminal vim
MichaelAquilina/zsh-you-should-use: 📎 ZSH plugin that reminds you to use existing aliases for commands you just typed https://github.com/MichaelAquilina/zsh-you-should-use
18/12/2024 21:21:09
bash zsh terminal
Note: Use awk to print even-numbered lines /shaare/QddOCg
28/02/2024 15:42:03
#!/bin/bash

if [ "$#" -ne 1 ]; then
    echo "Usage: $0 <filename>"
    exit 1
fi

awk 'NR % 2 == 0' $1
terminal bash
termite-install/Dockerfile at master · Corwind/termite-install https://github.com/Corwind/termite-install/blob/master/Dockerfile
31/10/2020 03:35:18
thumbnail

termite

vim bash zsh terminal
GitSquared/edex-ui: A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support. https://github.com/GitSquared/edex-ui
30/10/2020 20:59:51
thumbnail
vim hack funny bash terminal
With 0.32.0, certbot-auto stopped working for some EOL distributions · Issue #6824 · certbot/certbot https://github.com/certbot/certbot/issues/6824#issuecomment-470440436
13/07/2020 18:50:47
thumbnail

wget https://raw.githubusercontent.com/certbot/certbot/75499277be6699fd5a9b884837546391950a3ec9/certbot-auto
chmod +x ./certbot-auto
./certbot-auto --no-self-upgrade

python https ssl nginx bash letsencrypt
Understanding Shell Script's idiom: 2>&1 https://www.brianstorti.com/understanding-shell-script-idiom-redirect/
06/05/2020 11:58:54
thumbnail

output command

bash terminal command
3 Ways to Fix SSH Locale Environment Variable Error - LinuxBabe https://www.linuxbabe.com/linux-server/fix-ssh-locale-environment-variable-error
14/03/2020 11:58:49
thumbnail
linux bash
Sysadmin tools: exa, a modern alternative to ls in Linux | Enable Sysadmin https://www.redhat.com/sysadmin/exa-modern-alternative-ls
14/03/2020 00:02:45
thumbnail
linux command bash
Zsh on Windows via MSYS2 – Borek Bernard – Medium https://medium.com/@borekb/zsh-via-msys2-on-windows-3964a943b1ce
22/01/2019 08:28:59
thumbnail
bash windows zsh
Patch into The Matrix at the Linux command line | Opensource.com https://opensource.com/article/18/12/linux-toy-cmatrix
13/12/2018 09:32:05
thumbnail
bash
monitoring - How do you monitor the progress of dd? - Ask Ubuntu https://askubuntu.com/a/215590
06/11/2017 23:00:49

dd

linux bash
Note: Find unread emails and remove them /shaare/K5-MHw
11/04/2017 11:33:48
cd /var/vmail/vmail1/example.com/p/a/u/username-2005.09.20.12.30.07/Maildir
find . -type f | grep -E ',[^,]*S[^,]*$'              # finds all readed 
find . -type f | grep -vE ',[^,]*S[^,]*$'             # find all unreaded
find . -type f | grep -vE ',[^,]*S[^,]*$' | wc -l     # count them
find . -type f | grep -vE ',[^,]*S[^,]*$' | xargs rm  # remove them
bash email server
Note: Trim log file /shaare/jKNK_A
18/01/2017 09:55:34
time awk '{ split($4,array,"[:/]"); print > "access-" array[3] "-" array[2] ".txt" }' access.log
bash terminal linux server
page 1 / 3
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn