4chan Breach Exposes Moderator Emails, Passwords via Outdated Software
#4chan #hack #databreach #cybersecurity #Ghostscript #PHP #FreeBSD #emaileak #SoyjakParty #infosec #vulnerabilities #Hackers
4chan Breach Exposes Moderator Emails, Passwords via Outdated Software
#4chan #hack #databreach #cybersecurity #Ghostscript #PHP #FreeBSD #emaileak #SoyjakParty #infosec #vulnerabilities #Hackers
Hier, on m'a demandé de réduire par 10 le poids d'un fichier pdf (document contenant beaucoup de photos de bonne qualité, sensé être simplement affiché ensuite sur un écran). Je m'en suis sorti en utilisant Ghostscript. La commande pour faire ça tenait en une ligne.
On me dit toujours que la ligne de commande c'est un truc de geek. Alors, comment font les gens "normaux" pour faire ce genre de choses (car c'est un cas d'usage assez courant en fait) ?
Sicherheitsupdate: Ghostscript über mehrere Sicherheitslücken attackierbar | heise online
https://heise.de/-10329715 #Ghostscript #Sicherheitslücken
Looking for help from linux mint gurus - an update ate my disk!
I just allowed update manager to update ghostscript and now I'm getting a warning that I have 0 space left in my root file system.
My /bin directory seems to contain recursive X11 folders. I'm not sure how many because I'm worried about messing with it in case I cause more problems.
I'd appreciate simple suggestions about the best way to solve this. I'm ok with using synaptic and even the terminal (if I really have to). But if you're going to ask me to delete random file please explain why.
I've been using Linux for years but I don't consider myself an expert.
I'm running Linux mint 21.3 cinnamon on an AMD Athlon with a 500GB HDD.
Sicherheitsupdate: #Ghostscript über mehrere Sicherheitslücken attackierbar | Security https://www.heise.de/news/Sicherheitspatch-Angreifer-koennen-an-neun-Luecken-in-Ghostscript-ansetzen-10329715.html #Patchday
@barefootstache maybe do some #markdown.-> #LaTeX -> #GhostScript pipeline like @fuchsiii built herself?
Um eine Textdatei (ASCII) schnell und unkompliziert auf der #Linux #Kommandozeile in ein #PDF umzuwandeln ist ein #Einzeiler hier gut zu gebrauchen:
$ paps Text.txt | ps2pdf - PDFdatei.pdf
Die Pakete paps und ghostscript (enthält ps2pdf) müssen installiert sein, damit der obige Befehl funktioniert.
Deutsche Umlaute sind kein Problem, da paps UTF-8 kann.
#monitoring-Fails: Um Reports aus #icinga2 zu erstellen, sollen #pdfs generiert werden - gut! Aber warum muss dafür ein Internetbrowser installiert werden? Warum kein #ghostscript? Das ist genau dafür gedacht...
@Anachron @frameworkcomputer @DeltaWye @SenorGeorgie @ljrk Anachron, you will not need to package any drivers. All modern printers are #driverless #IPP printers and using #Linux and #PAPPL for the firmware, the printer will also be driverless.
If you package the standard printing stack of OpenPrinting: #CUPS, #cups-filters, #Ghostscript, ... Void Linux will be good for all modern printers.
Another step in my saga of converting my #XFig drawings into RISC OS #draw files:
I tried to print one of the draw files. Printer said what file?
Much debugging later, I realized that #GhostScript (which is at least 2 separate stages inside #Cups), doesn't like the fonts named in the files! (ps2ps is failing silently inside the CUPS scripts)
So I took the file I was working on and manually changed all the text blocks to be a known working printable font.
And it printed!
#RiscOS
@Ariri unless you want custom-engineer your own #Markdown -> #LaTeX -> #Ghostscript pipeline like @fuchsiii did, consider #MkDocs as an easy solution to turn Markdown files into sleek #documentation with minimal configuration needed.
docs_dir
to like source
and the site_dir
to docs
you can use #GithubPages for #hosting said #documentation...That should provide you with an easy way to present stuff in an intuitive way...
I myself can't he assed writing #HTML5 / #CSS3 / #JS6 or wahtever #cursed #WebApp #TechStack is trendy tthese days so I use #MkDocs all the time...
Am I going to have to download and read the source to find out what PJL commands gpcl6 actually supports?
And you sell versions of this?
@MissConstrue @Lichtenbergian Good question.
I hope #Finale has some means to export #SheetMusic with #SMuFL-compliant #PDF or something similar that i.e. #MuseScore can import.
The best contacts with knowledge I'm aware of are @tantacrul & #DanielSpreadbury, the latter one leading the #Dorico team and being
on #Twitter...
Critical #Ghostscript flaw exploited in the wild. Patch it now!
https://securityaffairs.com/165449/hacking/ghostscript-vulnerability-cve-2024-29510.html
#securityaffairs #hacking
A remote code execution vulnerability in the Ghostscript document conversion toolkit, widely used on Linux systems, is currently being exploited in attacks.
CVE-2024-29510 – #Exploiting #Ghostscript using format strings
https://codeanlabs.com/blog/research/cve-2024-29510-ghostscript-format-string-exploitation/
We found #CVE-2024-29510, a format string vulnerability in Ghostscript ≤ 10.03.0. It enables attackers to gain code execution while also bypassing all sandbox protections.
This vulnerability has significant impact on web-applications and other services offering document conversion and preview functionalities as these often use #Ghostscript under the hood and an attacker can easily get #RCE. Ensure you are running the latest version!
https://codeanlabs.com/blog/research/cve-2024-29510-ghostscript-format-string-exploitation
Je sais qu'on peut utiliser ghostscript pour réduire la taille d'un PDF, mais je suis quand même surpris que tar ne réduise pas du tous son volume ?
Pour envoyer à un destinataire, c'est plus simple de pouvoir lui dire de décompresser pour retrouver la qualité originale que de lui envoyer un fichier refait avec #ghostscript ...
#PDF #Konsole #Reduktion
#PostScript 2 PDF
ps2pdf -dPDFSETTING=/ebook input.pdf output.pdf
https://web.mit.edu/ghostscript/www/Ps2pdf.htm
------------
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed_PDF_file.pdf input_PDF_file.pdf
Playing Chess Against Your Printer, with PostScript - Can you play chess against your printer? The answer will soon be yes, and it’s tha... - https://hackaday.com/2024/03/30/playing-chess-against-your-printer-with-postscript/ #softwarehacks #ghostscript #postscript #printer #chess