terça-feira, 7 de outubro de 2014

Linux Tips

Hi,
some common linux tips for common use:


Find a string in a path with grep 

Example where scp is the string to find :

grep -inr "scp" /home/user


 Set linux as reverse proxy with ssh

Example where proxy will be local host

ssh user@127.0.0.1 -R 5000:proxy:8080   


Clean proxy from shell

export http_proxy=
export https_proxy=
export socks_proxy=



best

Java Obfuscate Properties

Hi there how many times we have fuckin stupid commentaries of , hey the code has a password... bullshit you can always get the password... ...