Online Pharmacy - Medical Store - 50-Mins Medicine Delivery in Lahore

CSH offers online pharmacy service in Lahore and across Pakistan serving healthcare since 2007. Buy medicines online, multivitamin supplements, formula baby milk powders, skincare and hair care products, diabetes supplies, health monitoring devices, wheelchairs & more. Order medicines online now.

CSH Pharmacy

#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.html

11.6.2026

#CHEOPS #CSH #ESA #Exoplanet #Raumfahrt #Schweiz #SpaceFlight #Weltraumteleskop

CHEOPS-Weltraummission verlängert

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. Diese Entscheidung unterstreicht die herausragende Leistung und den wissenschaftlichen Wert von CHEOPS in der Exoplanetenforschung.

Media Relations

I have run ghostBSD multiple times. It's fun to play ⏯️ with

@fionescu

#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 preconfigured

https://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 |lolcat

This 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 --help

man 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

@Radio_Azureus

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:

termux installs 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 clang took 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

DIE SH DIE DIE DIE

"/bin/sh: It works, but it's far from not being a nightmare"

https://skarnet.org/software/execline/dieshdiedie.html

#C #Sh #shell #csh #tcsh #bash #dash #zsh #posix #execline

@ska @tromo

execline: why execline and not sh

execline: why execline and not sh

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
csh2krita

Krita plugin to convert Photoshop csh and psp files into Krita Symbol Libraries in svg format.

Codeberg.org