Recent content by EchelonX

  1. E

    Linus - Linux on GitHub vs Kernel.org

    I'm just starting to learn git. I noticed when you clone Linus's Linux Tree and view tags, you get various kernel versions back to 2.6.11. However, somewhere along the way, it seems that the 3rd version number was dropped and that you have various rc versions. However, tarballs available on...
  2. E

    How to run an executable file after boot up immediately?

    Use the kernel command line parameter: "init=[absolute_path_to_you_executable]/a.out" Hahaha. I'm just kidding. I highly doubt that's what you are looking for. I recommend Rob's solution. Use Cronie and apply the crontab entry to the user you want your executable to run as. Ensure that...
Top