#csh — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #csh, aggregated by home.social.
-
Yes, you use this command sequence from any of your most favorite shells, to compile your Source Code
Regardless of the operating system you run, you can get a command shell which is Open Source by downloading a GNU package sequence for it.
For mac & win64 they are also available.
Without a command line programming would be impossible
Sources
-
El mensaje de Marcel Hernández al salir del Herediano
El futbolista Marcel Hernández agradeció por “tanto cariño” recibido durante su paso por el Club Sport Herediano (CSH), luego de que este miércoles se confirmara su salida del actual campeón nacional. El cubano compartió el mensaje de un seguidor que le agradeció su desempeño en el equipo. Además, aseguró: “Lo dimos todo y ganamos todo”. […]
The post El mensaje de Marcel Hernández al salir del Herediano appeared first on CR Hoy.#CSH #ClubSportHerediano #Deportes #Fútbol #MarcelHernández
https://crhoy.com/el-mensaje-de-marcel-hernandez-al-salir-del-herediano/
-
Browsing through the Linux kernel
- section devices
- sub section block
- file badblocks.c
- level critical
When I look in sources for real work I use the old school method
- terminal (ba(c)(k)(z)(fi)sh)
- vim
- logic
- patience
This is just a lazy exercise
DESCRIPTION
badblocks is used to search for bad blocks on a device (usually a disk partition). device is the special file corresponding to the device (e.g /dev/hdc1). last_block is the last block to be checked; if it is not specified, the last block on the device is used as a default. first_block is an optional parameter specifying the starting block number for the test, which allows the testing to start in the middle of the disk. If it is not specified the first block on the disk is used as a default.
sources:
man badblocks(8)https://explorar.dev/linux-kernel/
#kernel #sources #programming #logic #terminal #linux #explorar #dev #bash #csh #kzh #zsh #sh
-
Ahoy #Grenoble.
Le weekend du 3 et 4 octobre (report possible au 10 et 11) aura lieu le weekend #parapente #biplace du Club Saint Hilaire #CSH.
Le principe est simple : contre 45€, le club affrète des navettes au départ de l'atterrissage de #Lumbin, vous monte avec votre pilote à #StHilaire et vous permet de visiter un peu le ciel.
Selon météo, vols très calmes le matin puis possiblement thermiques en avançant selon les envies.
Inscriptions à venir.
Bloquez votre créneau ! -
Programming Languages I Have Known and Loved (and Hated) https://lowendbox.com/blog/programming-languages-i-have-known-and-loved-and-hated/ #regularexpression #Editorial&News #applescript #javascript #assembler #smalltalk #assembly #algol68 #FORTRAN #haskell #redcode #scratch #erlang #golang #PASCAL #pl/sql #prolog #python #algol #basic #batch #cobol #dbase #elisp #emacs #forth #regex #swift #bash #java #lisp #perl #PL/I #ruby #Rust #ada #apl #awk #csh #JCL #ksh #lua #PHP #rpg #SQL #go #m4 #c #r
-
#UniBe:
"
Angesichts der bemerkenswerten Erfolge des Weltraumteleskops CHEOPS hat die Europäische Weltraumorganisation (ESA) die erneute Verlängerung der CHEOPS-Mission beschlossen. Das Weltraumteleskop, das an der Universität Bern gebaut wurde und dessen wissenschaftliches Operationszentrum sich an der Universität Genf befindet, wird nun bis Ende 2029 weiter betrieben. ..
"
https://mediarelations.unibe.ch/medienmitteilungen/2026/medienmitteilungen_2026/cheops_weltraummission_verlaengert/index_ger.html11.6.2026
#CHEOPS #CSH #ESA #Exoplanet #Raumfahrt #Schweiz #SpaceFlight #Weltraumteleskop
-
I have run ghostBSD multiple times. It's fun to play ⏯️ with
#BSD #freeBSD #midnightBSD #wonderful #OpenSource #programming #Xorg #UI #bash #fish #csh #ksh
-
Browsing in the Midnight BSD git pages
I love the fact that there is a BSD flavour with X preconfiguredhttps://github.com/MidnightBSD/src?tab=readme-ov-file
#BSD #freeBSD #midnightBSD #wonderful #OpenSource #programming #Xorg #UI #bash #fish #csh #ksh
-
lolcat tricks and fun
In case you have ever wondered what it would look like to have all of your favourite console output piped through lolcat(6) 🏳️🌈, here is a nice example
required (one of *sh is enough)
- Open Source OS
- sh
- csh
- ksh
- zsh
- bash
- fish
- syntax skills on piping I/O
- love of colours
- typing skills
- sense of humour
typing
man lolcat...will get you the standard sh output delimited by the man command itself. This means that I used a simple trick to get all of my output piped through lolcat
ssh -Xv -p65534 -l userid |lolcatThis command syntax gets all of my commands in that ssh session piped through lolcat, creating an awsome rainbow colour galore
notes
- ssh secure session piped through lolcat gets you a slower output, compliments of the inner workings of lolcat. Feel free to optimize the program and release the patches if the lowerspeed irks you.
- test the speed by doing
ls -lR ~and compare that in a standard ssh sessios without full lolcat pipe- I used the -X switch because I also start X programs from this shell (which I run in Xorg {it also works in wayland})
- I use the -v switch because I love log messages of ssh
- you can also animate your piped lolcat output with
lolcat -a- I watch the output on a large TV also, because lolcat(6) 🏳️🌈 is that awsome
sources:
lolcat --helpman lolcat(6) 🏳️🌈
https://github.com/busyloop/lolcat
man man(1)
#programming #rainbow #sh #csh #ksh #zsh #bash #fish #lolcat #man #manpages #OpenSource #Linux #BSD #POSIX #TV
-
This is a crucial program on my Android devices. The more Open Source communication software I use the more I need Open Source notification systems; this works flawless
#ntfy #notifications #programming #Android #Linux #sh #bash #csh #ksh #zsh #fish #curl #http #javascript #golang #powershell #python #php #technology #OpenSource #POSIX
-
Termux
If you want a nice to great full linux stack for your android, seek for Termux.
do not install the playstore version!
Alphabet {google} sabotages OpenSource projects on Android. Get termux straight from the home page
Termux is a full linux ENV:
termuxinstalls minimal- download
- shell spawns with instructions
- you have to follow them!!!
- once familiarized (easy when you know Debian)
- start your commands, install them individually if their'e not in the default install
- enjoy a free Linux ENV: in the hostile (google) Android ENV
- keyboard assistance is at the bottom of the bash window
- CTRL
- ALT
- cursors
- PaGeUP
- PaGeDOWN
- Home
- End
- Esc
- /
- -
- tab
- are all keys to assist you in fluent linux sh typing
- you may install any sh supported in linux bash csh ksh zsh fish
caveats
- There are a few, however you will still be able to work there
- check your internal ssd space, termux works there by default
- filesizes can be surprising
- I just install Midnight Commander on one of my Androids and the supporting libs (including
clangtook a massive 540MiB while mc itself is small) - I only noticed because on a default debian install those libs are already there for other elf binaries
- on the Slitaz distro those libs are also installed, when mc is invoked / installed
Termux is Linux joy on Android
#termux #linux #programming #technology #bash #csh #ksh #zsh #sh #networking
-
I still want to get rid of Photoshop and move to @Krita .
One thing I was missing were the vector shapes. So here is a Python program that converts Photoshop csh and psp files to Krita svg shapes.
It comes as a plugin and as a standalone Python file with a TKInter UI. Tested on Windows and MacOS.
Here's the plugin: codeberg.org/xanathon/csh2krita
Extensive readme in the repository.
#Photoshop #Krita #plugin #csh #psp #VectorShapes #SymbolLibraries #OpenSource #FOSS -
Thank you for the reaction
Regretfully I have to inform you that your detector is flawed. Any errors and mistakes you've found are all from my brains.
Have a wonderful day
#curl #programming #mathematics #linear #algebra #libcurl #Linux #BSD #freeBSD #openBSD #netBSD #POSIX #bash #csh #ksh #sh #fish #radio #TV #smartTV #router
-
curl
Daniël Stenberg
facts and praise
I'm fortunate that I am allowed to follow Daniël, lead programmer of the mighty
curl. The reason I formulated the line in this way, is because only through the power of the FediVerse I've gotten a boost from someone I follow, who found a post of the lead programmer or curl interestingstats:
install base => 20000*106 devices
20 billion+ installations!
curlis used in command lines or scripts to transfer data. curl is alsolibcurl, used in:- cars
- television sets
- routers
- printers
- audio equipment
- mobile phones
- tablets
- medical devices
- settop boxes
- computer games
- media players
Curl is THE Internet transfer engine for countless software applications in over twenty billion installations!
curl is used daily by virtually every Internet-using human on the globe!
curl is 30 years old
Let that sink in!
Opinion
curlis mature critical network infrastructure software that we all need to have our internet powered software / hardware to function in respect to data transfer.The syntax to use
curlin simple implementations is IMHO quite easy. In case you need to know an extra option, the executable andlibcurlhave excellent documentation. End users normally interact withcurlusing the (elf) binary on Linux based POSIX operating systems. The more mature BSDs have another binary formatJust type
curlto get an initial output which looks like this on my current systemcurl
curl: try 'curl --help' or 'curl --manual' for more informationthen type
curl --help
Usage: curl [options...] <url>
-d, --data <data> HTTP POST data
-f, --fail Fail fast with no output on HTTP errors
-h, --help <subject> Get help for commands
-o, --output <file> Write to file instead of stdout
-O, --remote-name Write output to file named as remote file
-i, --show-headers Show response headers in output
-s, --silent Silent mode
-T, --upload-file <file> Transfer local FILE to destination
-u, --user <user:password> Server user and password
-A, --user-agent <name> Send User-Agent <name> to server
-v, --verbose Make the operation more talkative
-V, --version Show version number and quit
This is not the full help; this menu is split into categories.
Use "--help category" to get an overview of all categories, which are:
auth, connection, curl, deprecated, dns, file, ftp, global, http, imap, ldap, output, pop3, post, proxy,
scp, sftp, smtp, ssh, telnet, tftp, timeout, tls, upload, verbose.
Use "--help all" to list all options
Use "--help [option]" to view documentation for a given optionWhen you type
curl --manual|lessyou get the manpages which I delimited withlessthrough a vertical pipe_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
NAME
curl - transfer a URL
SYNOPSIS
curl [options / URLs]
DESCRIPTION
curl is a tool for transferring data from or to a server using URLs. It
supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP,
HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP,
SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.
curl is powered by libcurl for all transfer-related features. See
libcurl(3) for details.
URL
The URL syntax is protocol-dependent. You find a detailed description in
RFC 3986.I can also type
man curlto get a nice output:curl(1) curl Manual curl(1)
NAME
curl - transfer a URL
SYNOPSIS
curl [options / URLs]
DESCRIPTION
curl is a tool for transferring data from or to a server using URLs. It supports these protocols:
DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S,
RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.
curl is powered by libcurl for all transfer-related features. See libcurl(3) for details.
URL
The URL syntax is protocol-dependent. You find a detailed description in RFC 3986.
If you provide a URL without a leading protocol:// scheme, curl guesses what protocol you want. It
then defaults to HTTP but assumes others based on often-used hostname prefixes. For example, for
hostnames starting with "ftp." curl assumes you want FTP.
You can specify any amount of URLs on the command line. They are fetched in a sequential manner in
the specified order unless you use -Z, --parallel. You can specify command line options and URLs
Manual page curl(1) line 1 (press h for help or q to quit)The reasoning behind curl --manual is simple. On a machine without the manual system you still need access to the full manual. This is one of the reasons why
man curlis also implemented ascurl --manualAn important RFC is echoed to my terminal in the
man curloutput which is RFC 3986A Uniform Resource Identifier (URI) is a compact sequence of
characters that identifies an abstract or physical resource. This
specification defines the generic URI syntax and a process for
resolving URI references that might be in relative form, along with
guidelines and security considerations for the use of URIs on the
Internet. The URI syntax defines a grammar that is a superset of all
valid URIs, allowing an implementation to parse the common components
of a URI reference without knowing the scheme-specific requirements
of every possible identifier. This specification does not define a
generative grammar for URIs; that task is performed by the individual
specifications of each URI scheme.I shall not quote the whole RFC 3986 here. You can read all about it on the RFC site (see sources)
As you can see
curlis thorougly documented, has all the features a simple end user needs to fetch all kind of data, scaled up all the way to the extensive complex features router hardware et all, needs to transfer data.programming route
I came to this toot when I saw that certain external feature code, which lives in stable external libraries, is now being removed from curl. I should say the code is depreciated then phased out.
This is a logical step
- It takes resources to maintain external code
- If the (shared) libraries are stable and mature, it's much better to just call those libraries and be done.
- The more external code you can remove from your project the better it is for all the programmers
The same is also happening in the Linux kernel, they are following in the footsteps of curl
Conclusion
There is a treasure trove of information in the sources. Just reading the pages on RFC 3986 will keep you occupied for hours.
Have fun and keep reading / learning and programming!sources:
https://www.rfc-editor.org/rfc/rfc3986
https://curl.se/mail/lib-2026-03/0026.html
#curl #programming #mathematics #linear #algebra #libcurl #Linux #BSD #freeBSD #openBSD #netBSD #POSIX #bash #csh #ksh #sh #fish #radio #TV #smartTV #router
-
`lsof -i`
# display ports connected to the internet
#Networking #ports #lsof #Linux #csh #ksh #bash #zsh #sh #fish #programming #opensource #Technology #mathematics
-
Looks complex. (-:
C shell:
% printf '%s\n' $path
Z shell:
% printf '%q\n' "$path[@]"
-
debian
sudo mkdir -p /etc/apt/keyrings
sudo curl -L -o /etc/apt/keyrings/ntfy.gpg https://archive.ntfy.sh/apt/keyring.gpg
sudo apt install apt-transport-https
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/ntfy.gpg] https://archive.ntfy.sh/apt stable main" \
| sudo tee /etc/apt/sources.list.d/ntfy.list
sudo apt update
sudo apt install ntfy
sudo systemctl enable ntfy
sudo systemctl start ntfy#ntfy #notifications #programming #Android #Linux #sh #bash #csh #ksh #zsh #fish #curl #http #javascript #golang #powershell #python #php #technology #OpenSource #POSIX
-
TIL today I RTFM!
command
ntfy
Today I read the brief synopsis of ntfy Android. I saw there that via linux the control and operation is fairly simple & straightforward
I went to the site and started reading.
ntfy via linux is easy to use
- simple HTTP PUT/POST commands are used
sh
curl -d "Backup successful 😀" ntfy.sh/mytopica.out
ntfy publish mytopic"Backup successful 😀"
HTML
POST /mytopic HTTP/1.1
Host: ntfy.shBackup successful 😀
javascript
fetch('https://ntfy.sh/mytopic', {
method: 'POST', // PUT works too
body: 'Backup successful 😀'
})golang
http.Post("https://ntfy.sh/mytopic", "text/plain",
strings.NewReader("Backup successful 😀"))python
requests.post("https://ntfy.sh/mytopic",
data="Backup successful 😀".encode(encoding='utf-8'))php
file_get_contents('https://ntfy.sh/mytopic', false, stream_context_create([
'http' => [
'method' => 'POST', // PUT also works
'header' => 'Content-Type: text/plain',
'content' => 'Backup successful 😀'
]
]));Markdown formatting¶
Supported on Android & webApp
You can format messages using Markdown 🤩. That means you can use bold text, italicized text, links, images, and more. Supported Markdown features (web app only for now):
Emphasis such as bold (bold), italics (italics)
Links (some tool)
Images ()
Code blocks (code blocks) and inline code (inline code)
Headings (# headings, ## headings, etc.)
Lists (- lists, 1. lists, etc.)
Blockquotes (> blockquotes)
Horizontal rules (---)Read more on
https://docs.ntfy.sh/publish/#markdown-formatting
Sources:
https://docs.ntfy.sh/publish/#markdown-formatting
#ntfy #notifications #programming #Android #Linux #sh #bash #csh #ksh #zsh #fish #curl #http #javascript #golang #powershell #python #php #technology #OpenSource #POSIX
-
$
uptime
$last|less#sh #bash #csh #ksh #sh #fish #programming #OpenSource #technology #commandline #command #line #ed #edlin
-
A fix for single user mode with csh/tcsh would be nice:
-
ping ::1The shortest ping to localhost in IPv6
In markdown
#MyFirstToot #ping #sh #bash #csh #ksh #zsh #BSD #OpenSource #Linux #freeBSD #ghostBSD #openBSD #programming #mathematics #technology
-
Current weather in Kwamalasemutu SR SA with the grace of wttr.in curl {ba{c{k{z{fi}}}}}sh and the cool lolcat
Background photograph a Sluis (NL) composed Sepia in Commewijne SR SA
>> log
$ curl --verbose wttr.in/kwamalasemutu|lolcat
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 5.9.243.187:80...
* Connected to wttr.in (5.9.243.187) port 80 (#0)
> GET /kwamalasemutu HTTP/1.1
> Host: wttr.in
> User-Agent: curl/7.88.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Access-Control-Allow-Origin: *
< Content-Length: 9156
< Content-Type: text/plain; charset=utf-8
< Date: Sun, 15 Feb 2026 22:26:13 GMT
<
{ [2569 bytes data]
100 9156 100 9156 0 0 7320 0 0:00:01 0:00:01 --:--:-- 7318
* Connection #0 to host wttr.in left intact^Z
#weather #wttr #curl #libcurl #programming #technology #bash #csh #ksh #zsh #fish #sh #networking #http #ports #OpenSource #POSIX #Physics #Chemistry #Lineair #Algebra #Mathematics #Logic #Mobile #Kwamalasemutu
-
Current weather for Marienburg SR / SA utilizing forza magnífico of wttr.in curl {ba{c{k{z{sh}}}}} and the sublime lolcat
Photograph in background composed with DSLR Nikon using FL Circular Polarizer 81A warming and of course Universal Love
#weather #curl #wttr #bash #csh #ksh #zsh #lolcat #technology #OpenSource #SR #SA #Marienburg #Commewijne #Universal #Love #UniversalLove
-
Current weather for Peperpot SR / SA utilizing the magnífico power of wttr.in curl {ba{c{k{z{sh}}}}} and lolcat
Photograph composed with DSLR Nikon using FL Circular Polarizer 81A warming and Universal Love
#weather #curl #wttr #bash #csh #ksh #zsh #lolcat #technology #OpenSource #SR #SA #Marienburg #Commewijne #Universal #Love #UniversalLove
-
Current weather for Marienburg SR / SA utilizing the awsome power of wttr.in curl {ba{c{k{z{sh}}}}} and lolcat
Photograph composed with DSLR Nikon using FL Circular Polarizer 81A warming and Universal Love
#weather #curl #wttr #bash #csh #ksh #zsh #lolcat #technology #OpenSource #SR #SA #Marienburg #Commewijne #Universal #Love #UniversalLove