Wednesday, August 26, 2009
Tuesday, August 25, 2009
Subscribe to:
Comments (Atom)
Display Not Found / No protocol specified
When faced with these errors, it most probably means your X11 forwarding authorization is not set up (or messed up). You will need to manual...
-
1. Save the below code as file a.c int main(int ac, char **av) { int uid; uid = geteuid(); setreuid(uid, uid...
-
Woke up 7am Leave house 8am Got a train to Tokyo station, and then changed a 3 times to get to Maihama station. The last train to MaiHama s...
-
/* This binary is intended to be a setuid script wrapper for dbRsync.pl. Usage:- >gcc setuid_swap.c -o newfilename >chmod 47...