20 December 2009

Google sense "something" about this online store :)

 Does Google smell something "fishy" with this online notebook store? Could you tell? :D

No comments:

How to execute multiple commands directly as ssh argument?

 Perhaps sometimes you need to do this: ssh user@10.1.2.3 ls It is easy understand the above: run ls after getting into 10.1.2.3 via ssh. Pi...