[00:49] i added my vars in .profile and bashrc both [00:49] but when i exec evn [00:49] env [00:49] i dont see them [00:50] the bashrc is only read when starting a new bash, so if you open a new terminal it should get that [00:50] similarly, .profile is read when logging in [01:07] i ended calling bash - [01:08] just opening a new terminal window will do it [07:24] morning all [08:50] .{,bash_}profile are for "login shells", .bashrc is read only for non-login-shells [08:50] That's why, usually, you put your vars in ~/.bashrc, and end .profile with something like: [08:51] if [ -e ~/.bashrc ]; then source ~/.bashrc; fi === carlos is now known as Guest70688 === Lcawte|Away is now known as Lcawte [10:15] good morning everyone. === Nafallo_ is now known as Nafallo [13:51] why are all the map websites/programs useless and getting worth? [13:53] worse even [13:54] penguin42: it's Big Maps conspiring against us! [13:55] MartijnVdS: They're winning [13:56] So far Google Maps (my places) new style just doesn't show a scale, Google Maps old style shows the scale but it doesn't get printed, Bing looks promising until you print when it doesn't show the push markers, marble doesn't have any places searchable [13:57] osm? [13:57] got that open at the moment, looks rather basic [13:57] it is but it can export SVG [13:57] so you can inkscape it all you like [13:58] yeh well I could do that with anything, but I was just nicely placing placemarks on the placemarks of where I've got to be and wanted something with a scale and those placemarks - Google maps and Bing were close but failed to be able to quite get there [13:59] Open streetmap just doesn't seem to have any search for places/businesses [14:01] I think this is a case of screenshotting google maps, gimping with it and then printing the screen grab === carlos is now known as Guest18229 === RJinman_ is now known as RJinman === Hornet- is now known as Hornet [19:10] hi folks any serious way to enable a better indexed search in ubuntu? [19:21] how many toes is our salamander supposed to have? [19:21] 17.2, unless the day has an R in it, in which case it obtains another 12 [19:22] hmm ' [19:22] according to wikipedia Salamanders have never more than 4 toes on their front legs and five on their rear legs' [19:23] some of the graphics seem to have 5 on their front legs [19:42] http://lwn.net/Articles/564095/ [20:02] anyway i can pass the ssh private key password programmatically in something like a bash script? [20:02] for instance ssh user@host -rsa_pass=iiiiiiiii [20:22] yo [22:03] gebbione: use ssh keys [22:03] gordonjcp, ? [22:04] 21:02 < gebbione> anyway i can pass the ssh private key password programmatically in something like a bash script? [22:04] i am already, not sure what is the solution in your sentence, the key is passprotected [22:05] i needs a clean way to have the password passed to the command [22:05] when executing without manual intervention [22:08] generate a key without a passphrase [22:08] or, better still, look into ssh-agent === Lcawte is now known as Lcawte|Away