Finadil@lemmy.world to linuxmemes@lemmy.worldEnglish · 8 months agoNever go full cringelemmy.worldexternal-linkmessage-square30linkfedilinkarrow-up1254arrow-down116file-text
arrow-up1238arrow-down1external-linkNever go full cringelemmy.worldFinadil@lemmy.world to linuxmemes@lemmy.worldEnglish · 8 months agomessage-square30linkfedilinkfile-text
Has my motd gone too far? It loads a random ANSI catgirl from a folder. I use arch btw, server runs minimized Ubuntu Server.
minus-squareIgilq@szmer.infolinkfedilinkarrow-up10·8 months agoNever too far, also can you share how you did that?
minus-squareFinadil@lemmy.worldOPlinkfedilinkarrow-up14·8 months ago/etc/update-motd.d/01-random-art don’t forget to chmod +x it and put ‘art’ in /usr/share/motd-art. MOTDs are limited to 80 characters wide, so don’t over do it. I made image_to_ansi.py to resize and convert the images.
Never too far, also can you share how you did that?
/etc/update-motd.d/01-random-art don’t forget to chmod +x it and put ‘art’ in /usr/share/motd-art. MOTDs are limited to 80 characters wide, so don’t over do it. I made image_to_ansi.py to resize and convert the images.