Looking pretty good. Next I need to program the PDP to print hearts and birthday cakes. #tty
Hmm, teletype over IP
https://tenacitycorp.com/iptty/#:~:text=ipTTY%20(sometimes%20referred%20to%20as,communications%20using%20existing%20telephony%20infrastructure.
@natty true, true...
Whilst #screenshots are the easiest to do, I do wish most applications would at the very least support #tty output and at least he somewhat useable on a braille screen and/or with TTS.
#WhatsMissing is making #accessibility a priority and do proper #testing by #VisionImpaired and #blind people!
#blind #visionimpaired #Testing #Accessibility #whatsmissing #tty #screenshots
A quick whip stitch notebook from used #tty output. Looks like the end days of ttytwitter on the back side.
Unpopular opinion.
After using Kitty (the terminal) for a week, I changed back to Konsole.
I am sorry, but I do not see any advantage to my usage. And it is weird because for work I use the terminal all day (connect to multiple servers, running tmux, zellij, and similar apps on those servers, big and fast apps that update the screen multiple times per millisecond...).
Probably I am missing something, but I do not find it...
Music On Console o cómo configurar tmux, mocp, pulsemixer y cava
#Blog #cava #consola #mocp #music #PulseAudio #pulsemixer #terminal #tmux #tty
#blog #cava #consola #mocp #music #pulseaudio #pulsemixer #terminal #tmux #tty
Printouts on the #tty after remixing Nick Montfort’s funny Tech Section https://nickm.com/tech_section/index.html as Tech Wire
Entendiendo la red: topologías, protocolos y comandos de ejemplo para diagnosticar problemas básicos
#ARP #Blog #Consola #DHCP #DNS #dsniff #ICMP #IP #namp #Network #ssh #SysAdmin #TCP #tcpdump #Terminal #traceroute #tshark #tty #UDP
#arp #blog #consola #dhcp #dns #dsniff #icmp #ip #namp #network #ssh #sysadmin #tcp #tcpdump #terminal #traceroute #tshark #tty #udp
Today i found that you can change #tty colors by editing kernel code. (ofc. you need to recompile).
I wonder, maybe there's a possibility to make 'custom patch'? - need to find out how (TODO).
Editing this every release is not productive.
Path:
/usr/src/linux/drivers/tty/vt/vt.c
Kernel bizzare adventures...
Cómo usar GitLab desde la línea de comandos con gitlab-bash-utils
#Alias #Bash #CommandLine #Consola #Git #GitLab #Issues #Journal #jrnl #Merge #tty #Utils
https://osiux.com/2022-08-21-howto-use-gitlab-from-command-line.html
#alias #bash #commandline #consola #git #gitlab #issues #journal #jrnl #merge #tty #utils
Instalar una CA en un perfil de Firefox desde la consola
#Bash #CA #cert #certutil #consola #firefox #install #Profile #terminal #tty
https://osiux.com/2019-04-22-install-ca-certificate-into-firefox-from-command-line.html
#bash #ca #cert #certutil #consola #firefox #install #profile #terminal #tty
/dev/nvme0n1p2: [ 4.772818] Bluetooth: hci0: Malformed MSFT vendor event: 0x02 #2004 #nvidia #bluetooth #tty #nvme
People, stop writing #TUI for your applications. It is extremely fragile as implies dealing with terminfo, escape sequences, SIGWINCH handling, #TTY and all of that cursed legacy bullshit from 70s that must die already.
Instead write #CLI which is more reliable and composable, or #GUI if you are into it.