Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #524297
Engineering Log
Goal
My goal is to record all engineering solutions as I encounter them for future reference, and to provide them in a public venue with the hopes that they might help other members of the Division.
Linux
Ubuntu
Repository: http://repo.devlan.net/ubuntu/
Udev
Reload udev rules without restarting udev
sudo udevadm control --reload-rules
Ruby on Rails
To precompile assets for faster initial loading: (encountered while setting up GitLab)
bundle exec rake assets:precompile RAILS_ENV=production