some useful Linux command

find . -iwholename '*make*' -not -name CMakeLists.txt -delete

this command is like the “cmake clean” but you should make sure there are no more other files contain make in their name.

最近的文章

bug bounty note—-UBER

free uber:POST /api/dial/v2/requests HTTP/1.1 Host: dial.uber.com {“start_latitude”:12.925151699999999,”start_longitude”:77.6657536,“product_id”:”db6779d6-d8da-479f-8ac7-8068f4dade6f”,”payment_method_id”:”xyz”}change payment_method_idreference url...…

bug bounty uber继续阅读
更早的文章

install eclipse on ubuntu 14.04

before install, you should update your JRE and JDK to 8:Final UpdateJDK<span class="pln">sudo apt</span><span class="pun">-</span><span class="pln">get install openjdk</span><span class="pun">-</span>...…

eclipse jdk jre ubuntu ubuntu14.04继续阅读