Pages

Friday, June 17, 2011

Set Proxy in Linux


Terminal Proxy
If you want to configure proxy for apt-get,aptitude,wget use the following procedure
First you need to edit /etc/bash.bashrc file
gksudo gedit /etc/bash.bashrc
Add your proxy server details in the following format
export http_proxy=http://username:password@proxyhost:port/
export ftp_proxy=http://username:password@proxyhost:port/
Save and exit the file
Update the source list and you can restart your system
sudo apt-get update
http://www.ubuntugeek.com/how-to-configure-ubuntu-desktop-to-use-your-proxy-server.html

Embed Google Maps

http://code.google.com/apis/maps/documentation/javascript/v2/
http://code.google.com/apis/maps/signup.html

Wednesday, June 8, 2011

Hacking Win7 Access

- Boot using linux live CD
- mount to win partition
- enter system32 folder
- rename Utilman.exe
- copy cmd.exe to Utilman.exe
- reboot to windows
- on login page, click down left icon. cmd will shows
- type: net user /add newuser newuser
- net localgroup administrators newuser /add
- reboot system, done

Monday, June 6, 2011

Getting folders using FTP (?)

unfortunately it can't..

so use scp..

scp -r user@host:/the/path/ .