[09:20] Hi all, I have a laptop with two HDDs and would like to install Ubuntu on the second HDD and preserve the MBR on the first disk. [09:20] I had a bad experience on the past when installing on an external HDD. Grub installed on the fixed HDD and wrecked my windows boot :( [09:21] How can I ensure that I preserve the MBR on the first HDD and install grub on the second. Then I can use BIOS boot options to choose the HDD to boot? [09:22] Short of physically removing one HDD :P [09:22] pob: You can install GRUB in the first HDD. You can make the grub access the Linux partition in the second hard disk [09:24] I do not want anything changed on the first HDD at all. I want to be able to choose which HDD to boot from the BIOS boot options. [09:25] Is this possible? [09:25] grub has (as far as i know) an option to choose where to install it ;) [09:26] I do not remember being able to choose where GRUB installs itself. [09:26] well, i know i did :) [09:26] okay is it a command line option or is it available in the gui? [09:26] it was available in gui :) [09:27] but you'll need to specify the installation place etc by yourself or it will choose the wrong option for you ;) [09:27] << gone [09:28] Cool, I might give this a crack. Will the grub install go out of it's way to remove the MBR on the first disk and provide a windows boot option? This is want I don't want [09:36] Anyone else got any advice before I take the plunge? [09:37] I think that will work [09:38] Cheers [09:39] grub -install /dev/sda [09:39] that is what I remember [09:44] that's a bit heavy for me, I was going to install using the Ubuntu install gui [10:50] is there a mozilla ppa for oneric [10:50] firefox-stable [10:55] * nlsthzn isn't sure... know there was for natty... or was that oneiric... >.< [10:56] nlsthzn: https://launchpad.net/~mozillateam/+archive/firefox-stable [10:57] http://www.ubuntuupdates.org/ppas/56# [10:58] Not sure about its stablility though [11:00] coalwater, cool... that is the one I added on my previous install... however I haven't added it on this install yet... as I am sure I will stay current with the normal repo's ;) [11:42] nlsthzn: what i meant is if u check u wont find natty nor oneric in that page [11:42] I guess this one serves all? [11:48] IAmNotThatGuy: i think it was grub-install, idk if grub -install works or not [11:48] * IAmNotThatGuy blinks [11:49] i was scrolling up because the power went out for a bit so i was checking what i missed [14:28] Hello. [14:29] s-fox: o/ [14:29] Hello stlsaint , how are you? [14:29] s-fox: great [14:30] yourself? [14:34] I am okay thank you [15:02] Need help with upgrading from 11.04 to 11.10 via CD-ROM [15:08] Sassan_sh: did you select the cd-rom as a source for packages? [15:09] * nlsthzn knows you can select upgrade when booting from the CD AFAIK [15:09] how to? [15:14] Sassan_sh, anybody helping you at the moment or you still waiting for assistance? [15:16] Sassan_sh, http://www.webupd8.org/2011/04/how-to-upgrade-to-ubuntu-1104-natty.html check this out [15:16] it is very easy to upgrade via the CD [15:25] nlsthzn: aye, user pm'ed me, problem solved ;) [15:25] stlsaint, oh cool.... been busy chatting via PM with them too :p [15:27] nlsthzn: cool, all yours [15:28] nah like you said, all sorted ;) [15:29] stlsaint, just saw your call to arms on the forum... posted there just now :) [15:31] didn't see the enormous spam posted before it though :) [15:32] nope, must have missed that bit [15:32] :p [15:41] nlsthzn: you use UCE? === zkriesse is now known as DjZerxes === DjZerxes is now known as zkriesse [17:23] would it be possible to set up a vpn server remotely? [17:48] philipballew_: a graphical interface that you vpn in to? [17:48] pleia2, no my cli server back home [17:49] hm, what do you mean by "vpn server" exactly? [17:50] haha. sorry, I want so set up a vpn so I can vpn into my server and say use the network there and not have to deal with my schools annoying Internet filters [17:52] there are a few things you can do, if you just want this for web browsing you can set up a web proxy that you connect your browser at school through (I use tinyproxy) [17:52] pleia2, alright I can look into that. seems simple enough [17:52] yeah it's probably the easiest to configure [17:53] . alright. well I gtg. thanks and ill look into that [17:54] philipballew; was someone looking for help? [17:55] ssh with -D would do the job quite nicely, but he poofed, unless the name without the _ could see lol [17:56] MrChrisDruif: he was :) [17:56] i use that a lot [17:56] pleia2; philipballew was looking for help? [17:56] MrChrisDruif: yes [17:57] Alright [17:57] philipballew: try using ssh user@server -D [port number] then after logging in set up ur browser to use socks5 proxy with ip 127.0.0.1 and port = same port in the ssh connection [18:01] oh and -D [port] isnt the same as -p [port], -D is a local port [18:07] philipballew_: still trying that vpn thing? or did u figure it out [18:08] coalwater, I was told I could use a proxy. [18:08] i knew I could use that [18:08] are u on ur pc ? [18:08] im on my laptop and my server I was gonna set a vpn on is 580 miles away. but i have ssh set up [18:09] good, u could use that [18:09] u dont need vpn, i dont even know how to do that, u could use ssh with -D [18:09] what does tacking a cap d do coalwater ? [18:11] set a dynamic port, or w/e its called, any traffic sent to that port is sent to the server to handle it, u then set ur proxy to use a socks proxy with that port, so all ur browser traffic is sent encrypted to the server then the server hanadles it and sends the reply back [18:12] it can pass any kind of filters, unless the server it self is blocked i guess [18:12] well if my school wants to block my home personal server i might need to talk to them [18:13] can I do all this remotely? [18:13] yea [18:14] alright. ill do something like this tonight probably [18:14] just ssh user@server -p whatever -D any port, 8888 for example, then on the browser set it to socks proxy v5 with ip 127.0.0.1 and port 8888 ( or w/e port u pick) [18:15] u can use some proxy switching add onds to make it easier, if u are going to use it often [18:15] coalwater, though can I open a port remotely though? [18:16] i will be using it 24/7 [18:16] o ok [18:16] but u have to keep the ssh session active all the time [18:16] u can do it on a tty screen i guess [18:17] hum. maybe I can set it up with network manager to connect to the proxy everytime I connect [18:19] coalwater, It seems doable to set up a proxy fairly easily [18:19] i dont know, i only discovered it when i was on a vacation to anther country that blocked a whole lot of things lol, [18:19] for some reason when i used a squid proxy it wasnt working so good, because somehow some sites still were blocked [18:20] but using this method allows me to watch vids that are allowed to us people only for example [18:20] what country do you live in? [18:20] egypt [18:21] what part? [18:21] idk, cairo lol [18:21] if u mean what city [18:22] yeah. Never been there, Maybe i will need to hit that up one day [18:26] anyway coalwater THanl you for the information. its gonna help me [18:27] np, u can really find a lot talking about it if u search for 'using putty with ssh as proxy ' or something like that, that's how i found it [18:28] alright. i have never used putty. I might need to give it a try soon [18:30] putty is for ssh on windows, u dont need it if u are on linux [18:31] for sure. you gotta wonder why windows does not have as good of a cli as linux and unix [18:32] yea, i really got used to using terminal, on windows u find even basic things not available, i <3 terminal lol [19:17] when do I need the bind server and when do I not, and is it the same as the 'named' service [20:47] hello all, I have a question about resizing partition on a usb stick that contains an operating system. anyone have experience in this area? [20:48] it is fat32, containing debian live [21:42] i-b-u-c-l-aaaaaww! [22:46] Hi! having a pretty major problem i was hoping you could help with, i've started experiencing pretty major problems with internet connectivity. I am running the latest ubuntu version "Oneric Occelot" [22:48] My internet connection lately has been VERY VERY slow! Other users in the house are getting speeds of around 5 meg but my laptop running ubuntu acheives around 0.1 meg. I've tried troubleshooting the problem by disabling the wireless connection and using an ethernet connection but the speed is exactly the same (slow!). Any ideas what the problem may be? [22:49] My system is up to date, and im not running any other programs in the background doing downloads constantly (as far as i know!) [22:49] is it slow to other computers too in the house? [22:50] or just thru router to wan? [22:53] All the other computers in the house get a decent connection speed [22:53] and there are 3 other computers running [22:55] yes [22:55] sure [22:55] but you didnot answer to my question [22:55] what if you move data between your computer and one of the 3 [22:56] is it slow too? [23:00] oh, im sorry [23:00] to be honest i havent tried that [23:00] how would i go about it [23:01] ? [23:03] scp, smb, nfs [23:03] http [23:03] ftp [23:03] pick one [23:04] sorry man, not sure what you mean. can you dumb it down a touch/ [23:04] windows shares, for example [23:04] ie smb [23:05] !samba [23:05] Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [23:05] ah ok! cheers i'll give that a go and report back later. thanks [23:05] good [23:06] I'm off to bed [23:06] good night ;)