Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Stefano Marinelli
Stefano Marinelli boosted
dch :flantifa: :flan_hacker:
@dch@bsd.network  ·  activity timestamp 4 days ago

#FreeBSD #shell #hacks I wrap most of my long-running build jobs (like poudriere) in this now:

alias gently 'doas /usr/bin/nice -n 18 /usr/sbin/idprio 29 '

I run with `zfs set -o sync=disabled zroot/poudriere` but have no benchmarks to see if it actually helps.

  • Copy link
  • Flag this post
  • Block
dch :flantifa: :flan_hacker:
@dch@bsd.network  ·  activity timestamp 4 days ago

#FreeBSD #shell #hacks I wrap most of my long-running build jobs (like poudriere) in this now:

alias gently 'doas /usr/bin/nice -n 18 /usr/sbin/idprio 29 '

I run with `zfs set -o sync=disabled zroot/poudriere` but have no benchmarks to see if it actually helps.

  • Copy link
  • Flag this post
  • Block
Stéphane Bortzmeyer
@bortzmeyer@mastodon.gougere.fr  ·  activity timestamp 4 weeks ago
@Ysabeau % curl -i https://www.unicode.org/versions/latest/
…
Location: https://www.unicode.org/versions/Unicode16.0.0/

#shell #curl

Stéphane Bortzmeyer
@bortzmeyer@mastodon.gougere.fr replied  ·  activity timestamp 4 weeks ago
@Ysabeau Et pour surveiller la parution :

watch -n 600 curl -i https://www.unicode.org/versions/latest/

#shell #curl #watch #unix

  • Copy link
  • Flag this comment
  • Block
Ysabeau
@Ysabeau@piaille.fr  ·  activity timestamp 4 weeks ago
@bortzmeyer Ben justement cette page est passée de Draft à plus de draft dessus (cf capture d'écran) :

https://www.unicode.org/versions/Unicode17.0.0/

Par contre, en effet pas d'annonce encore. J'ai l'impression que les changements techniques sont mineurs cela dit.

Capture d'écran d'Unicode 17 au 9 septembre 2025 avec le mot "announcement" qui lie vers une page pas encore en ligne.
Capture d'écran d'Unicode 17 au 9 septembre 2025 avec le mot "announcement" qui lie vers une page pas encore en ligne.
Capture d'écran d'Unicode 17 au 9 septembre 2025 avec le mot "announcement" qui lie vers une page pas encore en ligne.
Stéphane Bortzmeyer
@bortzmeyer@mastodon.gougere.fr replied  ·  activity timestamp 4 weeks ago
@Ysabeau % curl -i https://www.unicode.org/versions/latest/
…
Location: https://www.unicode.org/versions/Unicode16.0.0/

#shell #curl

  • Copy link
  • Flag this comment
  • Block
Thib
@thibaultamartin@mamot.fr  ·  activity timestamp 2 months ago

Number of days since the last shell expansion incident: 0

#homelab#selfHosting #shell

  • Copy link
  • Flag this post
  • Block
alcinnz
alcinnz boosted
Nick | OneThingWell.dev
@unixroot@indieweb.social  ·  activity timestamp 2 months ago

I'm using this shell shortcut a lot - you can use Alt+. to insert the last argument from your previous command into the command you're currently typing.

#cli #shell #linux #unix

  • Copy link
  • Flag this post
  • Block
Nick | OneThingWell.dev
@unixroot@indieweb.social  ·  activity timestamp 2 months ago

I'm using this shell shortcut a lot - you can use Alt+. to insert the last argument from your previous command into the command you're currently typing.

#cli #shell #linux #unix

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli
@stefano@mastodon.bsd.cafe  ·  activity timestamp 2 months ago

The Bard and The Shell - a great article by Armin Hanisch - @Linkshaender - for the BSD Cafe Journal - @journal

https://journal.bsd.cafe/2025/07/28/the-bard-and-the-shell/

#BSDCafeJournal#Shell#Bash#CommandLine#Tutorial

  • Copy link
  • Flag this post
  • Block
alcinnz
alcinnz boosted
Bits
@bits@mastodon.online  ·  activity timestamp 3 months ago

Learn Vim progressively

https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/

#cli #shell #vim #blog

  • Copy link
  • Flag this post
  • Block
Bits
@bits@mastodon.online  ·  activity timestamp 3 months ago

Learn Vim progressively

https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/

#cli #shell #vim #blog

  • Copy link
  • Flag this post
  • Block
alcinnz
alcinnz boosted
Bits
@bits@mastodon.online  ·  activity timestamp 3 months ago

How i use my terminal

https://jyn.dev/how-i-use-my-terminal/

#cli #shell #linux #productivity

  • Copy link
  • Flag this post
  • Block
Bits
@bits@mastodon.online  ·  activity timestamp 3 months ago

How i use my terminal

https://jyn.dev/how-i-use-my-terminal/

#cli #shell #linux #productivity

  • Copy link
  • Flag this post
  • Block
fuuma
@fuuma@masto.hackers.town  ·  activity timestamp 3 months ago

Good morning townies and Fediverse citizens - if you use Linux, or any OS that has a good shell, do you pipe commands a lot? And if so, what are commonly used ones?

#shell #piping #linux #plan9 #bsd #macos

  • Copy link
  • Flag this post
  • Block
Neville Park
Neville Park boosted
Tyler Smith
@plantarum@ottawa.place  ·  activity timestamp 3 months ago

Why did it take me two decades to do this?

<br/>function mkcd() { mkdir &quot;$@&quot; ; cd &quot;$@&quot; ; }<br/>
#bash #shell

  • Copy link
  • Flag this post
  • Block
Tyler Smith
@plantarum@ottawa.place  ·  activity timestamp 3 months ago

Why did it take me two decades to do this?

<br/>function mkcd() { mkdir &quot;$@&quot; ; cd &quot;$@&quot; ; }<br/>
#bash #shell

  • Copy link
  • Flag this post
  • Block
Bradley Taunt
@bt@mastodon.bsd.cafe  ·  activity timestamp 5 months ago

It doesn’t have any super useful stats (yet) but I was able to put together an automated status check on my #NearlyFreeSpeech #server

https://btxx.org/status.txt

(Updates limited to once per hour)

Bradley Taunt
@bt@mastodon.bsd.cafe replied  ·  activity timestamp 5 months ago

I decided to "upgrade" this status page to HTML and wrote a post about making your own status page through NearlyFreeSpeech:

"Creating a Basic Status Page on NearlyFreeSpeech"

https://btxx.org/posts/nfs-status/

#web #shell

  • Copy link
  • Flag this comment
  • Block
r1w1s1
@r1w1s1@snac.bsd.cafe  ·  activity timestamp 6 months ago

Nixers Newsletter #286 is out!

Dive into topics like PulseAudioDB, OpenBSD routers, shell history improvements, and more.
It's a solid edition with a gem: “Get your own home bin”, something we probably all do already in our own special ways.

→ https://utcc.utoronto.ca/~cks/space/blog/sysadmin/MyPersonalProgramsSetup

→ Full issue: https://newsletter.nixers.net/entries.php#286
#Unix #Linux #OpenBSD #Shell #Dotfiles #Newsletter #Nixers

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.1 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login