Intro All I wanted to do was to convert a markdown (.md) file to pdf for crying out loud. I heard it was possible and good to use pandoc. For years I ran the command I was supposed to. Looks like this: pandoc input.md -o output.pdf But all I got was this: pdflatex not found. Please select a different –pdf-engine…
Tag: Ubuntu
How to share files on your Ubuntu Touch device with your LAN network
Before you Begin This is for Local area network (LAN) sharing only, so you have to make sure you are connected to the same network. For networking reasons that are beyond my pay level, if one computer is connected to the ethernet cable in the same LAN and the other is on the wifi network, this won’t work. Both have…
HOW TO MOVE FILES FROM ONE UBUNTU MACHINE TO ANOTHER (USING HTTP SERVER)
For some reason this was hard to find clear instructions for. I found a bunch of stack exchange articles but syntax and other things made it harder than it should have been. Once I actually got it working it was nice and simple and a good life skill… Objective Be able to move files from one ubuntu machine to another…
Zone Minder – My Re-Visiting Journey
Way back in about 2009 or 2010 I remember my buddy installed something called zone minder on an old computer I had and with a few web cams, somehow or another I was able to monitor my coffee shop from home. It was pretty amazing and cool and free and open source. Fast forward to twenty-twenty-something, I was messing around…
Nymea Journey Part 2 – Setting up a Persistent USB Drive for Nymea Testing and Explaining
Backdrop Right away when diving into Nymea and trying to understand it and also explaining it to others, I found the need for a simple, dedicated Linux distro in my pocket ready to boot up a Nymea server wherever I am. But this thing would need to be able to save a few things – mainly my nymea setup –…
How to Fix an App Stuck Between Screens in Ubuntu
I had a weird situation today. I have two monitor displays: a laptop monitor on my desk and a big monitor above that. They are joined logically in that way in the display settings of ubuntu. Suddenly my Telegram app got ‘stuck’ between the two. The top toolbar that you grab with your mouse was unable to be accessed because…
HOW TO COMPRESS BIG PDFS IN UBUNTU
When someone sends a PDF that’s too huge, just navigate to the directory, and run this command: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=name_of_compressed_OUTPUT_file.pdf name_of_UNcompressed_INPUT_file.pdf For even smaller files and lower resolution of 150dpi, just change the /prepress part to /ebook SPEED TIP: to quickly get the path in your terminal so you can cd to it quickly, just…
How to fix a damaged PDF file in Ubuntu
How to fix a damaged PDF file in Ubuntu…
My Journey to Nymea (land)
Edit: Feb 6, 2023 – Nymea has recently launched version 1.6 which appears to have added / adjusted at least some of my ‘positive criticism’ comments below so some may no longer be relevant. Further, be advised always to go to the official nymea.io documentation for the latest and greatest instructions. My stuff is just to go alongside with it.…
HOW TO VIEW AND CHANGE PRESTASHOP MYSQL TABLES IN UBUNTU SERVER
Learn a bit of MySQL while we manually force Prestashop to point to a new domain…