-
Hand-Crafting a Linux Computer Virus… in Java!
It's a computer virus… for Linux… in Java. That's right, I've broken the Internet.
(app.exec is a shell script, hello.exec and hello2.exec are compiled C programs)Disclaimer
There won't be any code in this post, nor will there be detailed plans for how to implement… » -
GUIDE: Dota 2 Dedicated Server on Linux (from Scratch)
Note: it is now possible to run a Dota 2 dedicated server on Linux without WINE. This article is kept purely for archival purposes, though it should still work.
It is entirely possible to, using the Windows Alien Swarm SRCDS and WINE, run a Dedicated… » -
SVG: Dota 2 Logo
Google Drive (SVG)
Preview:
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. -
GUIDE: Directly Executable JAR File
Java is great, but having to type java -jar program.jar gets annoying. Why can't you run it like any other program, with ./program.jar? Well, you can, and it's incredibly simple!
echo '#!/usr/bin/java -jar' | cat - Program.jar>Program
chmod +x Program
Tada! That's it! Program.jar… » -
Non-linear video editing with FFmpeg
... like AviSynth, but less shit, and more Linux support.
I call it...FFeditor(that's not a trademark violation or anything, is it?)
More information when I've finished squashing bugs and making it usable.