/srv/irclogs.ubuntu.com/2012/04/26/#ubuntu-beginners.txt

=== raju is now known as badfox
asterismowhats is the relationship between FSF and EFF?02:47
coalwaterasterismo: what does each mean03:15
asterismoFree Software Foundation03:16
asterismoand Electronic Frontier Foundation03:16
coalwatersorry, no idea lol03:27
BlueClawI just downloaded a program in .sh file format. How do I install that?03:53
JoseeAntonioRBlueClaw: First of all, open a Terminal and run "sudo chmod +x <path to the file>" without quotes, where <path to the file> is the actual path.03:54
JoseeAntonioRAfter that, just write the path to the file, and press enter, it should run.03:54
BlueClawShould I move the .sh file to somewhere I want it installed or to keep it?03:54
BlueClawOr does that not matter?03:54
JoseeAntonioRBlueClaw: I think it doesn't matter, but if you want to be completely sure it installs in the same folder where the .sh file is (which is normally the folder where you extract it) first do "cd <path to the folder where the .sh file is>"03:55
JoseeAntonioRAnd then just write the name of the file and press enter, file.sh03:56
BlueClawsorry I am going slow :( very slow03:57
JoseeAntonioRBlueClaw: No problem :)03:57
reader_hai guys, I want to ping a Host ubuntu os to Guest xp os , guest os IP is 10.0.2.15 I typed < ping 10.0.2.15 > in terminal but it loss 100 % .wht to do?03:57
BlueClawShould I install it in my home directory or should I try to find a place like bin or another main folder?03:57
JoseeAntonioRBlueClaw: I recommend a folder in your home folder, like /home/username/program-name03:59
JoseeAntonioRI think the better option is to just run it.03:59
reader_JoseeAntonioR, Can u tell me how to ping a host ubuntu to guest xp ?04:02
JoseeAntonioRreader_: I suppose you are running it in a VirtualBox, right? (Sorry for the delay)04:02
reader_JoseeAntonioR, Yeah ! I'am running XP in VBox04:03
JoseeAntonioRreader_: Then, you should change the network settings to NAT before running the VM, so it gets an IP in your network when it runs04:04
JoseeAntonioRreader_: After that, it'll get an unique IP in your LAN network, and you can ping it.04:04
reader_JoseeAntonioR, from the google search and some friends in irc helped me to configure that I setup-ed a NAT adapter and its IP is 10.0.2.1504:05
JoseeAntonioRreader_: Then, it's not working, because that's an IP the virtualbox gives you, an IP inside your IP. You should get an IP like 192.168.*.*04:06
reader_JoseeAntonioR, I can able to ping from guest os and also share the host apache2 server and Internet connection , but cant able to ping form host04:07
reader_JoseeAntonioR, I tested bridged connection and I failed to ping from host04:08
JoseeAntonioRreader_: That's why I'm telling you, unless you get an IP in your LAN network, you won't be able to ping the guest from the host.04:08
reader_JoseeAntonioR, So I need to manually setup the IP address and all those stuffs in guest XP04:09
JoseeAntonioRreader_: No, it should get it automatically if it's configured to run a NAT adapter. If not, it won't work04:10
reader_JoseeAntonioR, Then please guide me to do that !04:11
JoseeAntonioRreader_: Are you using Oracle VM VirtualBox?04:11
reader_JoseeAntonioR, Yes04:11
reader_JoseeAntonioR, Ver 4.204:12
JoseeAntonioRThen, open the settings panel of your VM once it's off.04:12
JoseeAntonioRreader_: In the Network tab, in the Attached to: field, select Bridged Adapter.04:14
JoseeAntonioRreader_: Finally, save the settings, and turn on the VM. It should give you another IP, like the one I told you.04:15
BlueClawIs there any way to get a "Are you sure? [Yes] [No]" confirmation when I hit the delete key? I mistakenly delete things too often.04:19
JoseeAntonioRHmm, don't think so04:20
JoseeAntonioRBlueClaw: ^04:20
BlueClawThanks anyways :(04:21
JoseeAntonioRNo prob04:21
BlueClawI appreciate your help :) earlier by  the way.04:21
JoseeAntonioRBlueClaw: No worries, could you run the file?04:21
BlueClawDue to not having the prerequisites, no, but I am working on it, don't you worry :)04:25
JoseeAntonioRBlueClaw: Great, I hope you can work it out04:26
philipballewCan I make an immage of my hard drive and make it into a installable iso of ubuntu05:05
philipballewhey bodhizazen whats up!05:19
bodhizazengimp05:19
bodhizazenhttp://bodhizazen.net/img/trisquel-linux-libre.png05:19
bodhizazenhttp://bodhizazen.net/img/gnu-linux-libre.png05:20
bodhizazenyou ?05:20
philipballewLooks like it could be fun! I am trying to make a custom ubuntu live cd, yet have it be in oem mode after I install it05:20
bodhizazenyikes05:21
bodhizazenhow is it going ?05:21
philipballewkinda bad. I might just give up tonight05:22
philipballewthough im all booked for ued!!!05:22
philipballew*uds05:22
philipballewhows being awesome going for you bodhizazen ?05:23
bodhizazenyou are too kind05:24
philipballewyou hooked me up with those iptables. now my server is unstopable05:25
philipballewthats awesome!05:25
bodhizazenFantastic !!05:25
bodhizazenso you tried hitting your server with nmap or similar ?05:25
philipballewyeah. I tole my friend to nmap it and his ip was blocked05:26
bodhizazenhope your friend was impressed =)05:26
philipballewhe is running them as well now!05:28
bodhizazenThe rules I gave you are simple, yet effective05:28
philipballewim not running anything big and these work really well05:29
bodhizazenhave fun, I am off for the night05:29
bodhizazenwas just helping the trisquel community with some art work05:30
philipballewpeace!05:30
bodhizazen=)05:30
bodhizazenThey saw my parabola user bar and asked if I would do one for trisquel05:30
reader_JoseeAntonioR, After a long I'am back with same issue , Sorry power just went off. configuration For NAT adapter to ping form host (Vitual box)06:05
reader_JoseeAntonioR, Are you ON!! ?06:07
reader_hai guys, I want to ping a Host ubuntu os to Guest xp os , guest os IP is 10.0.2.15 I typed < ping 10.0.2.15 > in terminal but it loss 100 % .wht to do?06:09
sebsebsebhi06:22
mysteriousdarrensebsebseb: hi06:24
sebsebsebmysteriousdarren, hi06:24
mysteriousdarrencan I help you?06:25
reader_mysteriousdarren,  Don't ask for help just ask06:39
sebsebsebmysteriousdarren, no06:39
reader_JoseeAntonioR,  ?06:41
=== Jacky is now known as JackyAlcine
=== JackyAlcine is now known as Jacky
ashickur-noorhi11:27
ashickur-noorany one home?11:29
=== yofel_ is now known as yofel
=== jalcine- is now known as jacky
r4y>I want to know when 12.04.01 will come out and if I should wait for it to come out?, I want to back up my files from my other hard drive. I just had hard drive troubles, but I used dban then spinrite so I am ready to back up.17:09
beckstahowdy...18:15
beckstamuss ich die ppa quellen vor einem update via update-manager deaktivieren?18:15
beckstavon ich auf die neue lts gehen will.... ??18:15
chorgoxhello evryone and good night23:24
chorgoxlittle question, I installing today ubuntu 12.04 in my netbook, is a regular atom 1.6 1gb RAM aspecs, do you think this version would make my netbook to slow and should stick to a older version ?23:25
chorgoxi remeber 10.4 was like really fast and after that i move to other distros23:26
JoseeAntonioRHow long should it take to restore previously installed packages?23:40

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!