These are public posts tagged with #screen. You can interact with them if you have an account anywhere in the fediverse.
I have tried to restart many times while holding down…
Ask Ubuntuhttps://www.europesays.com/uk/153417/ TMI: Too much Internet – The Fulcrum #Internet #Opinions #screen #Technology #UOfO #UK #UnitedKingdom #UniversityOfOttawa #uottawa
I feel pretty happy with my custom #emacs #dashboard / #welcome #screen
https://codeberg.org/jjba23/welkomscherm.el
It is solid, fast, simple and useful for my needs, and I think it might fit your needs as well! Also feel free to suggest improvements :)
#foss #emacs #package #library
While any editor can save your files, only Emacs can save your soul!
https://www.europesays.com/2120868/ Prince William returns to screen amid Royal duties break with Princess Kate #Amid #break #BritishRoyalFamily #catherine #CatherineMiddleton #Duties #Kate #KateMiddleton #prince #PrinceOfWales #PrinceWilliam #Princess #PrincessOfWales #returns #royal #RoyalFamilies #RoyalFamily #screen #TO #William #with
https://www.europesays.com/uk/143746/ Prince William returns to screen amid Royal duties break with Princess Kate #amid #break #BritishRoyalFamily #Catherine #CatherineMiddleton #duties #Kate #KateMiddleton #Prince #PrinceOfWales #PrinceWilliam #princess #PrincessOfWales #returns #Royal #RoyalFamilies #RoyalFamily #screen #to #UKRoyalFamily #William #with
Si usas #gnu #screen tal ves esta nota sobre vulnerabilidades en el software te interese https://blog.desdelinux.net/detectaron-varias-vulnerabilidades-en-gnu-screen-que-permitian-obtener-privilegios-root/
Screen brightness option is not displayed on screen #screen #brightness #support
screen brightness option is not displayed on screen…
Ask UbuntuBrightness problem with ubuntu 24.04 LTS #2404 #laptop #screen #brightness
GNU screen: Multiple Security Issues in Screen (mostly affecting release 5.0.0 and setuid-root installations)
#gnuscreen #screen #vulnerability #cybersecurity
https://vulnerability.circl.lu/bundle/c74ad4e9-43df-4294-a337-22d34debbe64
Vulnerability-Lookup - Fast vulnerability lookup correlation…
vulnerability.circl.lu Screen 程式多重安全漏洞 (主要影響 5.0.0 版本及設定 setuid-root 的安裝)
➤ Screen 程式遭遇重大安全風險,緊急呼籲使用者更新。
✤ https://www.openwall.com/lists/oss-security/2025/05/12/1
Openwall 研究團隊發現 Screen 程式的多重安全漏洞,其中一個漏洞允許在設定為 setuid-root 的系統上進行本地權限提升 (root exploit),主要影響 5.0.0 版本,但也影響較舊的版本。這些漏洞與 Screen 的多使用者模式及日誌處理機制有關,研究團隊已將漏洞資訊分享給相關發行版,並提供補丁。
+ 哇,Screen 這麼常用的程式也有安全漏洞,而且還是 root exploit,太可怕了!必須趕快更新纔行。
+ 聽起來很嚴重,我主要用 Screen 在伺服器上工作,一定要確認我的系統有沒有受到影響,並且盡快安裝補丁。
#安全漏洞 #Screen #Linux #UNIX
GNU Screen 5.0.1 Released With Fixes for Multiple Security Vulnerabilities #Screen #TerminalMultiplexer #WindowManager #Linux #Security #Bugfixes #Opensource
https://ostechnix.com/gnu-screen-5-0-1-released/
Il nuovo fascicolo di #sss spazia dall’#opera al #teatro, soffermandosi sulla musica generativa di Brian #Eno e l’alchimia dei suoni nei #film di #GasparNoé.
https://riviste.unimi.it/index.php/sss/issue/view/2629?mtm_campaign=mastodon
https://www.europesays.com/2048595/ Luka Dončić expected to play for Slovenia at EuroBasket #And #at #don #eurobasket #expected #for #FrontPage #I #LakersNews #luka #Novice #play #roll #screen #silver #slovenia #Slovenija #TO
Reverse video is tricky to get exactly right; although the extreme edge cases are fairly rare terminal emulators.
I'm not sure how one could break it once one has got it right, though.
I wonder what has gone on there.
https://www.europesays.com/uk/46258/ I Tried the AI App That Helps You ‘Cheat’ in Live Conversations #AiApp #AiTool #answer #app #bi #BusinessInsider #cluely #editor #lee #LinkedinPost #Mobile #question #screen #second #Story #Technology #UK #UnitedKingdom #user
A friend complained on IRC earlier this evening:
I… just want the screen to clear when I detach
“just”
Worse, it sometimes works for them and sometimes not, and it doesn’t work in PuTTY.
But turns out there is a solution.
First I asked what $TERM
is set to by PuTTY. (Simple echo $TERM
on a shell before starting GNU #screen will suffice to find this out.) For the following steps, we’ll assume it says simply xterm
and nothing special.
Do: infocmp -C xterm
Look for the “te
” key (and for the cl
key, see further below), for example:
:te=\E[?1049l\E[23;0;0t:ti=\E[?1049h\E[22;0;0t:\
The string we’re looking for is from te= to the next (unescaped) colon, so: \E[?1049l\E[23;0;0t
(Use infocmp -C1 xterm | grep -Fe te= -e cl=
for an easier-to-read output. Still, the colon and backslash at the end of the line do not belong to the value!)
Append to that: \E[;H\E[J
(or whatever is a suitable CLS
string (this one is the generic one nōn-termcap/terminfo-aware applications use) for your terminal… actually, probably should be using the one cl=\E[H\E[2J
from the infocmp
output, too… so we’ll be using that now)
Then, add a new line to the end of your ~/.screenrc
which says:
termcapinfo xterm te=\E[?1049l\E[23;0;0t\E[H\E[2J
That is, termcapinfo
, space, the $TERM
value, space, te=
, the original “te
” value from termcap, and finally the “cl
” value from termcap.
Enjoy!
I know I do want a new screen for my laptop--and it's a T480S, so it won't be hard once I get off my butt and do it--but *cleaning* my screen has been a huge improvement. I recommend it.