sure, i agree. I am working on it. i have never compiled anything from scratch. portage takes care of that in gentoo.
here is my modified autologin script. it does not work. it takes me to gmail.com but wont log me in. do you see anything wrong? #!/bin/sh read -p "Username: " name read -p "Password: " -s pass echo curl --cookie ~/.surf/cookies.txt --cookie-jar ~/.surf/cookies.txt \ -d "session[myem...@gmail.com]=$name" \ -d "session[mypassword]=$pass" \ -d "stay_signed_in=1" \ -d "commit=Sign In" \ http://gmail.com > /dev/null curl --cookie ~/.surf/cookies.txt --cookie-jar ~/.surf/cookies.txt \ http://gmail.com > /dev/null surf http://gmail.com On Sat, Jan 29, 2011 at 10:58 PM, Justin Pogue <pogue.jus...@gmail.com>wrote: > config.h is located in the same directory as the surf source that you > compiled. make your changes and recompile it. > > Not to sound like a jerk either but it sounds like you could benefit > greatly from some basic background reading on linux in general. > > On Sat, Jan 29, 2011 at 9:53 PM, Claudiu Bucur <h2sa...@gmail.com> wrote: > > i figured out how to use that script but it doesnt quite do what i have > in > > mind. is there a way to have surf remember passwords as I log into > websites > > i browse for later use? > > also, where is config.h located > > > > > > On Sat, Jan 29, 2011 at 10:41 PM, Kurt H Maier <karmaf...@gmail.com> > wrote: > >> > >> On Sat, Jan 29, 2011 at 10:38 PM, Jacob Todd <jaketodd...@gmail.com> > >> wrote: > >> > You managed to install gentoo but don't know how to check your $PATH? > >> > ... > >> > >> Gentoo doesn't require a whole lot of knowledge to use. It just > >> requires a Windows computer with a copy of IE pointed at the Gentoo > >> wiki. > >> > >> > >> -- > >> # Kurt H Maier > >> > > > > > >