How to start Sublime Text from CLI on Mac

So, you'd like a terminal shortcut to open a file in Sublime Text? Easy! Open a terminal and run the following commands to set it up: sudo touch /usr/local/bin/subl sudo chown 0:0 /usr/local/bin/subl sudo chmod +x /usr/local/bin/subl echo '/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl "$@"' | sudo tee /usr/local/bin/subl Cool! We're done! Now, to [...]

By |2022-01-14T19:39:28+01:00January 14th, 2022|Guide, Tech Support|0 Comments

Real world Log4j hacks (Minecraft)

You probably heard of the Log4j vulnerability by now, and you probably know that (the original) Minecraft is written in Java, and so is the server, and it uses Log4j. So, Minecraft servers are affected by this. I do run a small Minecraft server network (https://www.bitloco.org) but I haven't had [...]

By |2021-12-14T23:42:31+01:00December 14th, 2021|Hacking, News, Sharing|0 Comments

YouTube is deleting your comments

Comments not found You might have heard by now that YouTube is deleting user comments, perhaps you commented on one of my videos and your comment disappeared unexectedly... Let me assure you, I have not deleted any comments at all so far. Background I started my YouTube channel about two [...]

By |2021-12-09T18:26:45+01:00December 8th, 2021|Sharing, Thoughts|12 Comments
Go to Top