Inane Observations $ sudo fix_it
  • GUIDE: Exporting Encrypted bitcoin-qt Wallets into MultiBit

    24 November 2013 | bitcoin windows guide linux btc java mac | Comment

    Introduction

    Bitcoin is awesome. Unfortunately, migrating between Bitcoin clients is not. It's especially annoying when the recommended method of exporting with pywallet, importing into BlockChain.info, exporting as an aes.json and importing into MultiBit is 1) incredibly confusing and 2) doesn't actually work.
    So, here… »
  • Hand-Crafting a Linux Computer Virus… in Java!

    10 November 2013 | linux java | Comment

    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: Directly Executable JAR File

    18 August 2013 | guide linux java | Comment

    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… »

  • Home
  • Git (Archives: GitLab, GitHub)
  • Research
  • Quick Links
  • Posts
    • December 2022 (4)
    • October 2022 (4)
    • September 2022 (5)
    • August 2022 (2)
    • July 2022 (2)
    • More…
  • Tags
    • linux (30)
    • misc (21)
    • copyright (19)
    • medicine (19)
    • opentally (19)
    • drm (18)
    • single transferable vote (18)
    • monash (11)
    • encryption (10)
    • mathematics (9)
    • proportional representation (8)
    • statistics (8)
    • law (7)
    • meeting procedure (7)
    • victoria (7)
    • defective by design (6)
    • digital rights management (6)
    • ptv (6)
    • public transport (6)
    • creative commons (4)
    • ledger (4)
    • plain-text accounting (4)
    • rust (4)
    • webassembly (4)
    • politics (3)
    • python (3)
    • asexuality (2)
    • gsrm (2)
    • tax (2)
    • victorian electoral commission (2)
    • android (2)
    • security (15)
    • cryptography (10)
    • programming (8)
    • bookkeeping (4)
    • television (2)
    • review (8)
    • med in review (11)
    • obfuscation (9)
    • music (9)
    • parliamentary procedure (7)
    • video editing (3)
    • reverse engineering (16)
    • voting systems (8)
    • elections (12)
    • ebook (16)
    • guide (33)
  • Pages
    • Financial statements
    • Musical arrangements
    • Random draws
  • Lee Yingtong Li
  • blog@yingtongli.me
  • My CV · CV of Failures
@RunasSudo

Most material on this website is available under an open licence. See https://yingtongli.me/blog/copyright.html for details.