Ubuntu Installation :: 3rd World Situation (no Internet / Cd Rom)
Nov 13, 2010
I need to install ubuntu or edubuntu (preferably) on an older computer (256 ram) whose cd rom is shot, but the USB ports work! The family has 2 kids and the parents are very computer illiterate and know NO English. The kids' future is dependent on learning English. The grandfather is illiterate in his language! They are not down and out people, but they could use some help, if you know what I mean! I do have an external DVDRW drive and 2 computers where Ubuntu Maverick and Lucid have been installed. I will be about 300 km from them to give support. I have 2 days Monday to Wednesday next week to install Ubuntu or edubuntu.
I read on the internet 3 solutions, one of them offering a USB fix, which I am not 100% clear on: [URL] I do not know how to program and am far more comfortable around a GUI, even though I sometimes venture off using the terminal (albeit, copying and pasting codes that other provides and that often I only get half the meaning of). The USB stick option seems to be one of the best solution at this time because I have tested it in the past! The computer has suddenly crashed (I had installed Windows in a multiple user/password mode), but one of the kids (older) was using games from friends' usbs (maybe full of virii)! Maybe the crash is a hardware crash as surges are common in the area. (I will be able to check for that using some kind of software if I can boot the comp.) After installing Ubuntu succesfully on two more recent computers already, I think Ubuntu or edubuntu might be the best solution for this situation. I am also 300 KM from being able to help out these people!
I have a few questions at this time. If the option of basically using one computer's image (ubuntu Maverick) that I have installed with all the packages that come with it (solution 1) is a viable one, how am I going to deal with the difference in hardware between the two computers. DOn't they need "drivers" and packages related to these specific components? Could I use the external dvd drive? If so, how can I get the old computer to recognize it. Assuming I can make it work again, would I need to download (beforehand) the windows drivers/files needed? Install them which might help if I want to use it to install the ISO image. I am not thinking about a dual boot since space is an issue and windows is a bad option anyway (virii).
View 9 Replies
ADVERTISEMENT
May 13, 2011
alrighty, long story short, I screwed up. I had installed a copy of ubuntu 9.1 to my sda1 partition and a copy of windows 7 to sda2 and it worked pretty well, but after needing to change the partitions around, I deleted sda1 and did a wubi install. I forgot to adjust the mbr before deleting the ubuntu install and my live CD is still running ubuntu 9.1 (think that's grub 1.5) and I can't update the live CD, as my only functioning OS is currently running off it. I suspect, therefore, that the mbr is still pointing to a now non-existant partition to find the boot files. So, in short, how do I use my current live CD to allow me to boot into windows in this situation? my current partition table is sda2: windows 7/wubi, sda1: media/backups
View 2 Replies
View Related
Dec 9, 2010
i have installed ubuntu, i cannot install make command, how to create a new world using make command?
View 1 Replies
View Related
May 27, 2010
I've had a fair share of experience with Unix, but am humble and didn't see a better place to put this.
Bear with me here:
I am in a situation where I will be without owning a computer for a while. I have a 16GB SDHC which uses very little space for music/photos/game-saves and I wanted to use it along with a USB card reader to boot into a Live USB distro. I've tested with Ubuntu flavors and things work great. But after doing some reading, I found that the constant read and write is hard on any flash drive (not to my surprise).
I have decided to use a LiveCD instead, and see if I can allow persistence on my USB/SDHC setup instead. I absolutely need to virtualize a Windows XP machine within the Linux distro and be able to save some stuff.
For starters, what is the best distro for me? I'll be using it mostly for programming and the shell, so a fancy desktop isn't really needed (but man does Ubuntu look nice). I'm just making sure I can install and run programs from an SDHC in the way that I want.
View 3 Replies
View Related
Mar 30, 2011
I did a NMAP on a 10.4 desktop system. Found tcp wrapper on my system with an open port. Again I do not run a server. etc/host-deny and etc/host-allow contain no active elements. I know tcp wrapper as a great tool to secure a server. Closing the port with ufw gives no result, tcp wrapper still show up.
View 6 Replies
View Related
Jun 29, 2010
I had serious problem with recording from tv via tvcard. My new distribution is Fedora 13 and the recording program is mencoder. The tvcard is Pinacle 110i. I recorded without problem when ripping from dvd, but when I tried to record from tv, I becam the answer: no /dev/dsp ... cannot open the demuxer. First I thinked that the problem cam from alsa settings, so I searched a while about this. And I didn't found alsaconf, like in Mandriva.So, after searching, I found the solution.
1. As root, issue the command
#modprobe saa7134 card=77 tuner=54
#modprobe saa7134-alsa
[code]....
View 2 Replies
View Related
Mar 6, 2010
Server (LVM):
500GB
320GB
I want to install a new 500GB and remove the 320GB, of course moving the data on the 320GB to the new 500GB. I have an external 1TB in enclosure that I can plug in to move the data over, but how do I move only the data on the 320GB to it?? I found this [URL]. But that is only to move the data to a new replacement disk, but my external is only temporary to move the data from the 320GB until I remove it+install 500GB, then move the data back. Not enough space on the 500GB already on server to move everything from 320GB to it, just in case that seemed the obvious thing to do.
View 1 Replies
View Related
Oct 15, 2010
how an agent itself generate trap on some particular situation arises
View 1 Replies
View Related
May 31, 2010
I expected more from ubuntu 10.4 with regards to printing with exact size photos and with poor auto colour printing but the situation remains unchanged! for instance .. the photo size configurations for ubuntu/fspot/gimp and others are not compatible with my printers (HP and Brother) .. here in Europe a typical standard size photo (10x15inches or 150x100mm are not even on the Ubuntu listing? I have tried all listed possibilities including "custom" (which does not seem to ever work correctly?)and the result at best is photos with uneven boarders or at worse my printer goes a bit crazy with much wasted photo paper and expensive ink ...even photos selected for "no boarders" still produces photos with the self same uneven boarders.
I have tried pretty much everything over time following advice in this forum and including using HPlip and updating drivers required for my Brother printer but the root problem seemingly lies with the Ubunto photo size setup listing. Working with Ubuntu over the years I have found that it can do pretty much everything that Windows can do except for this dam ongoing photo quality and configuration problem.
View 9 Replies
View Related
Feb 21, 2011
Situation is that there are two users on a Linux server- say A and B.A has been operating a shell script that in turn makes use of and exe file.The script and exe both are owned by user A.My problem is that I want user B to make use of the script and exe in exactly the same way user A does.So I have set suid bit of the script, exe and all the library files that the exe uses.But the exe is still not executing from user B.I did a man of chmod on Linux server and it gave an indication that SUID is disabled on new Linux servers.Now the question is, is there any other command that can perform the same task as SUID did on Unix.
View 4 Replies
View Related
Jul 17, 2010
Python 3 want situation for python 2?Python 2 become stop?
View 1 Replies
View Related
Feb 15, 2011
Question: How could you possibly install World of Warcraft CD disc onto Ubuntu 10.10, I've tried installing Dragon Age Origins onto Ubuntu 10.10 but says that the CD was not an executable bit?
I've done some research & went into the settings of the disc & tried to allow as an executable bit, but failed to succeed! Sucks but that�s reality, so.. anyways if you have any solutions about this problem please don't hesitate to let me know
View 2 Replies
View Related
Jul 25, 2010
how to install Ubuntu. I have only ran it as a partition and am not sure the process i need to go through to install it on a newly built machine. My second question is that when i partitioned it ( was kinda giving it a test run to see if i could cope with the change from windows) I remember not being able to run world of warcraft. I couldn't get wine to run it. I want to run starcraft II and I'm not sure how thats going to go over. Is that going to give me a problem? I realize these should probably be separate threads but i figured these could be answered relatively easily.
View 6 Replies
View Related
Aug 31, 2010
I got a CD of JPG files from a photographer. Some of the files are not readable on my Ubuntu machine (they show up as X icons in the Nautilus file browser). I figured out that the reason is that they are not "world-readable" (and also not "group-readable") and they are owned by a user that does not exist on my machine. I am able to work around it by doing sudo nautilus Is there any easier way to do this? I am thinking some setting I can make on my system relating to the CD driver works?
View 2 Replies
View Related
Jan 9, 2010
I want to set up my laptop to allow connections to certain users with passwords from anywhere over the internet via SSH but I'm unsure about how I would go about doing this. I only thought it would be the case of setting up the open-ssh server on the laptop then, using my external IP and PuTTY on another PC outside of the network, connect to the external IP through port 22 so I tried this and wait 3 or 4 minutes or so and it says the connection times out.
I have also configured my router to use port forwarding but this doesn't seem to help much either and I have LAMP setup to allow connections to external IP : 80. The only thing I am able to do is access the laptop through the local network by using its internal IP's like 127.198.0.1:22 or something. I was wondering if anybody knows if and could tell me how I would do this as I really want to be able to access my home computer/laptop from my work sometimes, especially if I have work at home which is not with me at work or something.
I know this is possible but I'm quite new to this type of thing and don't know what is going wrong. Have I missed something or do I need to change any .conf files or anything?
View 4 Replies
View Related
Mar 30, 2010
I'm running ubuntu 9.10 on my mac as a separate partition. I have World of Warcraft installed on the mac side. I want to use PlayOnLinux to run the game from the mac partition. Has anybody done this? If so, how would I go about making this work?
View 1 Replies
View Related
Apr 25, 2010
i'm being slightly sarcastic i think it's safe to say i'm doing something wrong but i'm just at a loss as to what. as it stands banshee - doesn't recognise ipod songbird - doesn't handle album art and overwrites ALL existing art floola - doesn't support new itunes database rhythmbox - doesn't handle album art hipo - doesn't find ipod gtkpod - doesn't find ipod yamipod - doesn't handle album art
so it's not entirely invisible, i will confess i've spent the past 2 hours trying to work out why banshee, hipo and gtkpod all don't see the ipod when songbird, rhythmbox and yamipod do. podsleuth tells me it can't find any ipods, even on a rescan - when i've got the ipod connected. if i select "properties" on the Ipod when it's connected, i get this ..[URL].. it's frustrating because it drives me back to windows every time so i can use sharepod again, and invariably start all over again re-doing all the album art - again.
i've got a backup of all my music that i took directly from the ipod - it's on a seperate hard drive, so i can only hope and pray that sharepod writes out the album art as well.
View 4 Replies
View Related
May 22, 2010
Set Up:
1. Ubuntu 10.04 x64 on Acer Aspire NoteBook.
2. LAMP installed
3. Using an ADSL modem to connect to internet, make is "Nokia Siemens Residential Router 1600"
4. Modem LAN settings are as shown in the attachment picture.
5. So mostly my laptop is assigned the ip ranging from 10.0.0.2 to 10.0.0.10 as the router use NAT.
6. http://localhost, 127.0.0.1, 10.0.0.2 or whatever my ip is, work fine to see my default Apache homepage in locally connected devices.
7. The IP which I find from [URL] should connect to my Apache homepage but instead it connects to my Router Interface/Configure panel as shown in image attached.
What I want:
1. My Apache home page accessible to outside world via my dynamic ip.
View 9 Replies
View Related
Jun 13, 2010
how to download such a client like world of warcraft. every time i try is says theres an error.
View 5 Replies
View Related
Dec 21, 2010
one is whats the best way to connect to my home pc from another pc out there in the world? be on a windows or linux machine and remote into my home pc. Im using ubuntu 10.10. the other question is, i got a big family who aren't computer savvy at all. Is there a way to remotely assist them if they are on windows or mac. im looking for something similar to the windows remote assistance. With both users being able to see and control the desktop. with the hosts permission. something simple enough so it wont be a whole process to walk them threw to even get connected to in the first place.
View 2 Replies
View Related
Feb 14, 2011
One of my favorite features of gnome is the integrated world time int he clock. Just add multiple locations, and you have world time, and it's always a click a way.My question is, can kubuntu be set up in the same way?
View 2 Replies
View Related
Jan 23, 2010
So having recently set up my server (including some disk space and ushare, and an additional laserjet printer) I was wondering if anyone had any experience of putting a multifunction printer into an ubuntu server and adding it locally (to the server) then to the networked computers....I know this printer works perfectly (the scan too!) when plugged directly into a machine's USB....I suppose my real question is....does anyone know anything about the scanner side of it?? is this going to work?? I reckon the printer side will (/should - i know the printer works and i know the server can share printers.....lol) but the scanner side is relatively new (when put into the context of shared from my HS.Please note:My server is just running vanilla (plain) ubuntu 9.10....and my compo's are 10.04 and 9.10....ubuntu ONLY network...
View 1 Replies
View Related
Mar 7, 2010
I am fairly new to the Linux community however I have done my research on this issue and tried every fix I could think of (registry edits, wine config changes, config.wtf alterations).
All of these things got me where I am today. WoW will run in OpenGL mode for a couple seconds after loading my character and then wine crashes with this error from the Terminal code...
View 2 Replies
View Related
Oct 20, 2010
I have installed LAMP Server and I'm using it but now I want to connect it to the Internet. I haven't static IP but it isn't problem for me to change my address when I reset my router. I have already forwarded a port(81) and inserted `listen 81` and a public site that may use it but when I type my IP address it gets Time Out Error. When I set Listen address and VirtualHost to my public ip address it got this error while starting:
`(99)Cannot assign requested address: make_sock: could not bind to address 109.110.170.200:81`.
View 6 Replies
View Related
Mar 30, 2011
So my World Book Network Drive stopped working all of a sudden and I decided to remove it from the enclosure and plug it in via USB. I can see it in Disk Utility, I took a snapshot of it and attached it here. Normally when I plug a hard disk into ubuntu you can see it in places, not the case with this one. I would like to try and retrieve the data from it?
View 1 Replies
View Related
Apr 30, 2011
Just updated to Ubuntu 11.04 this morning, and was immediately overwhelmed. The new panel layout and sidebar thingy looks pretty sweet at first glance, but I can't find a durn thing. :s But to the point, went to run World of Warcraft after the update and the launcher starts, then after hitting play a fatal error pops up.
Code:
This application has encountered a critical error:
Fatal Exception!
Program: Z:home imGamesWorld of WarcraftWow.exe
ProcessID: 70
Exception: 0xC0000005 (ACCESS_VIOLATION) at 0023:F751D270
The instruction at "0xF751D270" referenced memory at "0x00000000". The memory could not be "read". And then of course the other Blizzard error nonsense. I know this isn't so much a Ubuntu thing, but has anyone else maneuvered around this or have any ideas for a fix?
View 8 Replies
View Related
Jun 30, 2011
I m installing need for speed world under wine. so the setup goes fine but than when i try to open it it will not open if this is important i am running ubuntu 11.04 unity
View 5 Replies
View Related
Jan 29, 2010
My system is Ubuntu 9.10, WINE 1.0.1-0ubuntu8, ATI HD4350 with ATI proprietary driver, Intel Core 2 Quad, 3 GB RAM
I'm trying to figure out what is the problem. I used Ubuntu 8.10 in the past and never encounter a problem like this. It keep freezing the computer 3 to 5 times a day. I check varies of sys.log, kernel.log, any kind of log you could think of and they not showing any reason why it froze. This is the only last thing it wrote because it froze
Code:
Jan 29 12:57:58 sean-desktop wpa_supplicant[936]: CTRL-EVENT-SCAN-RESULTS
Jan 29 12:59:58 sean-desktop wpa_supplicant[936]: CTRL-EVENT-SCAN-RESULTS
Jan 29 13:01:58 sean-desktop wpa_supplicant[936]: CTRL-EVENT-SCAN-RESULTS
This is always what it ended up with every time it froze. I check the log and it usually on that message. and I switched back to the previous kernel and assumed it the newest kernel causing problem. I had this problem before in my Ubuntu 8.10, so i switched to the previous kernel and the problem is solved. So on my ubuntu 9.10, I switched to the previous kernel, it still have the same result. I'm running out of ideas. I been thinking about switching to 8.10. The reason why I like 9.10 because of ext4 support
View 2 Replies
View Related
Apr 7, 2010
I have a Belkin N router setup with a virtual server to port 80 to 192.168.2.2 which my server sits on.
However, for some reason, I can get to the server from other PC's on the Router, but from outside, it will not port to the Server?
Any ideas on how to setup this?
I have Windows Webserver 2008 installed running on a 3.0GHZ Server.
View 2 Replies
View Related
Jul 30, 2010
I m using the pc as gateway....i have two NICs:1) 10.6.15.254 ---> for internal network 10.6.15.02) 10.6.0.115 -----> for out side world I can ping and ssh any out side machine but when i try to ping or ssh any machine in the 10.6.15.0 network it says host unreachable.... i can ping and ssh gateway i.e. 10.6.15.254 and 10.6.0.115 but not the client machine in the 10.6.15.0 network from out side world even i flush iptable rules i can not access any client machine i m using ubuntu 10.04 as operating system..
View 2 Replies
View Related