Search

Items tagged with: bash



The media in this post is not displayed to visitors. To view it, please go to the original post.

"Dialed" into the Mac Studio wirelessly across the room for some IRCing on old hardware, here as the snow falls. ❄️

I had to modify the plist and shell config scripts I'd setup on the Mac since "upgrading" to macOS 26 Tahoe to get this working without gripes in the terminal.

#Mac #macOS #terminal #serialterminal #vintagecomputing #retrocomputing #retrocomputers #computinginthesnow #AppleII #AppleIIe #MacStudio #ProTerm #BBSing #IRCing #BBS #IRC #WiFi232 #login #telnet #WiFimodem #computers #CRT #floppydrive #ByteCellar #BASH #photo #UNIX




The media in this post is not displayed to visitors. To view it, please go to the original post.

Eine neue #Publikation von mir in der heutigen c’t 3/2026. Darin zeige ich ganz praktisch, wie Daten aus #PDF#Formularen mit dem #OpenSource #Tool #pdfcpu automatisiert ausgelesen und mit #jq oder #curl und etwas #bash in ERP- und Ticket-Systeme wieder importiert werden. Ganz ohne Medienbrüche, proprietäre #Software oder #Bigtech #abo

blog.jakobs.systems/micro/2026…

#ct #heise #Automatisieren #Workflow #Bigtech


The media in this post is not displayed to visitors. To view it, please go to the original post.

Weather in Marienburg SR SA image build the following way:

* photograph;composed in the districk of Commewijne object is a sluis (NL)
* shell bash
* server wttr.in
* fecth program curl
* formatting lolcat
* composed with Love for all who read this

#Weather #curl #wttr #bash #csh #ksh #zsh #fish #sh #OpenSource #programming #technology #POSIX


The media in this post is not displayed to visitors. To view it, please go to the original post.

Wrote a #bash script last night to put my plan for #archiving source video and audio files from past projects to #BluRay for cold storage into action

1. divide files into ~22GB buckets with #fpart
2. generate ~1GB of parity data for each bucket with #par2
3. copy the listing of all bucket contents into each directory for reference
4. create an #ISO9660 image of each partition with #mkisofs
5. burn each .iso to BD-R with #growisofs
6. verify the contents with par2 for extra peace of mind
#backup



I’m trying to use xargs to evaluate a mathematical expression.

Like:

echo "1234" | xargs -I{} echo $(({}+1))

But, for whatever reason, {} is always evaluated as "0" (while I can confirm those are integer).

Any hint? Maybe something else than xargs for the job here?

#cli #bash #unix



The media in this post is not displayed to visitors. To view it, please go to the original post.

Current weather for Groningen SR SA compliments of wttr.in curl {ba{c{k{z{sh}}}}} and lolcat

Asking for the weather via a shell uses very little power!
Also when wttr.in is heavily loaded on port 443, like now 11:06 UTC-3 you can still get the data via your favourite shell!

#weather #bash #csh #ksh #zsh #lolcat #technology #OpenSource #SR #SA #Groningen #Saramacca


The media in this post is not displayed to visitors. To view it, please go to the original post.

Current weather for Leonsberg SR SA compliments of wttr.in curl {ba{c{k{z{sh}}}}} and lolcat

Asking for the weather via a shell uses very little power!

#weather #bash #csh #ksh #zsh #lolcat #technology #OpenSource


The media in this post is not displayed to visitors. To view it, please go to the original post.

Current weather in Kwamalasemutu SR SA, compliments of wttr.in curl bash lolcat all shot with my sepia composition of a s,uis (NL) in the background

#Weather #wttr #bash #curl #lolcat #Kwamalasemutu #SR #SA


The media in this post is not displayed to visitors. To view it, please go to the original post.

Either @quad9dns 's 9.9.9.9 & 9.9.9.11 are down or my #ISP (#Vodafone #Germany) is fucking around with my traffic to hide their #downtime...

I hope @BNetzA, @netblocks, @ooni et. al. take notes, cuz my patience runs thin...

In case anyone wounders: isup is just a ,bash_aliases entry to shorten ping -a -b -c 1 -D ...

#DownForEveryoneOrJustMe #Interwebs #Interwebz #Internets #Internetz #Internet #EDGEland #TechSupport #TechnikerIstInformiert #Schland #diagnostics #Networking #Connectivity #linux #bash #aliases



The media in this post is not displayed to visitors. To view it, please go to the original post.

With the compliments of wttr.in from the CLI (here bash) with the pull from curl and colourfull output of lolcat I present the weather of Marienburg SR SA

wttr.in works in all opensource OS

#weather #wttr #curl #bash #linux #technology





The media in this post is not displayed to visitors. To view it, please go to the original post.

Current weather in Marienburg SR SA compliments of wttr.in curl lolcat and bash

We often don't stand by the fact that only through hard work in programming we can do this in an open source manner
I do and am grateful

#weather #service #SR #free #OpenSource #wttr #amazing #sh #bash #lolcat #curl




The media in this post is not displayed to visitors. To view it, please go to the original post.

One important piece of powerful coding, is that termux is not a virtual machine, not an EMU {emulated environment}
Everything is cost compiled and just patched so that it runs natively in Android

Read more about it in this section

wiki.termux.com/wiki/Getting_s…

#programming #bash #csh #zsh #ksh #fish #sh #Linux #command #line #termux #OpenSource #POSIX #technology




The media in this post is not displayed to visitors. To view it, please go to the original post.

Packages are updated easily with pkg

The hints are plentiful

ifconfig is installed by default
You can also keep the shell evironment permanent, true termux itself and of course you should also use your Android BMS {battery management system} to tell it that termux needs to be unrestricted

#bash #csh #zsh #ksh #fish #sh #Linux #command #line #termux #programming #OpenSource #POSIX #technology










The media in this post is not displayed to visitors. To view it, please go to the original post.

Wow, looks like #bash has #AI now! This will be a big help for my #productivity... :ms_sparkles:





The media in this post is not displayed to visitors. To view it, please go to the original post.

Nixcraft has written clear and consise instructions on many sh commands both internal {sh bash csh ksh} & external

Here's an example of the usage of dd an important powerful command which does everything the Unix way.

Here you're taught how to use dd safely to clone drive images. ddrescue dcfldd are also covered

You can use dd in any shell you like. You can also use them in your BSD OS

#Programming #bash #csh #ksh #fish #sh #commands #dd #BSD #Unix #Linux

cyberciti.biz/faq/linux-unix-c…



Kann ein #bash-Skript nicht ausführen, weil mein #LinuxMint die erforderlichen Kommandos convert, identify und svgexport nicht kennt. In den Repos find ich diese Befehle auch nicht, also muss ich sie mir in den Tiefen des Internet suchen, nur wo?

edit: anscheinend muss ich erst npm installieren, denn das kennt svgexport.

Trotzdem scheiße, das nicht in die Dokumentation zu schreiben.


The media in this post is not displayed to visitors. To view it, please go to the original post.

TIL about the existence of smolBSD an amazing minimal BSD Unix system. It boots in {milli}seconds!

Site:

smolbsd.org/

GitHub: github.com/NetBSDfr/smolBSD

#netBSD #BSD #UNIX #OpenSource #programming #quemu #bash #sh

Thanks to @nixCraft


The media in this post is not displayed to visitors. To view it, please go to the original post.

When I type

`curl wttr.in/palmentuin|lolcat` I get this gorgeously formatted output from the wttr weather service. You can use it for any town or city you live in

#weather #service #SR #free #OpenSource #wttr #amazing #bash #lolcat


The media in this post is not displayed to visitors. To view it, please go to the original post.

So, eben mal die KI ein Script basteln lassen. 🙈

#restic #bash #linux


#TZAG #fediverso! 👋

Tengan lindo martes!

Vamos con la pregunta de examen de la semana! 🙂

❓ ¿Cuál de los siguientes comandos asigna la salida de otro comando a una variable en #Bash?

El viernes damos el feedback! 🙌

📚 Y si quieren seguir aprendiendo con #juncotic sobre #shellscripting, GNU/Linux, Redes #TCPIP, #Python, #Flask, #firewall, #iptables y mucho más, el jueves les cuento cómo pueden hacer 😉

#gnu #linux #learning #educacion #softwarelibre #opensource #freesoftware #sysadmin #devops

  • variable=$(comando) (84%, 11 votes)
  • variable=comando (0%, 0 votes)
  • set variable comando (7%, 1 vote)
  • let variable comando (7%, 1 vote)
13 voters. Poll end: 5 months ago


As you can guess deno also has a good localization for languages. I'll leave it up to you to research that

Fa wakka means how are you in Sranan tongo, one of the many of languages is SR SA

On this site a sample is given of the languages we have. There are many many more than stated!

worldschoolbooks.com/the-langu…

#programming #deno #localization #languages #typescript #javascript #bash #secure #OpenSource #POSIX


The media in this post is not displayed to visitors. To view it, please go to the original post.

Starting with deno is easy

type

`deno init`

This creates three files in the directory
deno.json main_test.ts main.ts

Open the files with vim emacs cat or any pure editor of your coice

cat deno.json
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}

cat main_test.ts
import { assertEquals } from "@std/assert";
import { add } from "./main.ts";

Deno.test(function addTest() {
assertEquals(add(2, 3), 5);
});

cat main.ts
export function add(a: number, b: number): number {
return a + b;
}

// Learn more at docs.deno.com/runtime/manual/e…
if (import.meta.main) {
console.log("Add 2 + 3 =", add(2, 3));
}

As you can see the excellent docs along with the sample files will get you going fast in deno

docs.deno.com/runtime/getting_…

#programming #typescript #javascript #bash #secure #OpenSource #POSIX


The media in this post is not displayed to visitors. To view it, please go to the original post.

Thanks to Alphabet's toying with yt-dlp capabilities and clients like newpipe tubular & pipepipe to use youtube without privacy invasion, I now am playing with deno, a full blown typescript & javascript runtime ENV:

Deno is *awsome*

deno.com/

#programming #typescript #javascript #bash #secure #OpenSource #POSIX

Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmst du dieser Verwendung zu. https://inne.city/tos