• 0 Posts
  • 55 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle


  • I never mentioned vulnerabilities, I just wanted to point out that, RDP doesn’t really work without a graphical session, Windows Server Core gets around this by being a graphical session (although very basic).

    Also I’m not sure, but I don’t think Windows handles RDP on the kernel level, it’s just nicely tied in with DWM and doesn’t have to deal with the multitude of window managers on Linux.

    Handling RDP on the kernel level does sound like a bad idea security wise, but there should be a better way.














  • SteveTech@programming.devtoUnixporn@lemmy.mlI got a little distracted
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    Oh cool, I believe only 4bit colours are possible, you can use this table from Wikipedia and the escape sequence \e[<FG>m replacing<FG> with your chosen foreground colour. Also \e[0m to reset everything.

    funny how we use the same font XD

    Haha yeah! I noticed that too!

    I think I just used regex look aheads and look behinds to insert the colours easily.

    Edit: Oh you can change that actual TTY font to a bigger one, if the text is too small too.