Ubuntu :: Running From USB Drive - Possible To Save Things - Download Programs - Drivers?

Apr 18, 2010

A few sectors on my Hard drive on my toshiba laptop are having issues, so i have to load Ubuntu (9.10 i believe) from a USB drive. Is is still possible to save things, download programs, drivers, and anything so i can still use most of ubuntu's features without everything resetting after a reboot?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Boot From Flash Drive And Save Programs/settings/files

Aug 17, 2010

I know it is possible to boot Ubuntu Live from a Flash drive. But it just boots up and runs like its a CD. When you shut down the computer, the changes are all lost.

Is there any way to use the flash drive as a Hard Drive? like install Ubuntu on the flash drive and have the flash drive act as a hard drive - so that if I boot with the flash drive in the computer I can boot of of the flash drive and it would act as a hard drive?

Could I just setup Ubuntu and select the flash drive as the install directory? would that accomplish this?

View 5 Replies View Related

Ubuntu :: Download / Upload Programs With A Jump Drive?

Nov 18, 2010

This may be impossibly easy or easily impossible, but I'm looking for a step by step guide to download an entire program onto a jump drive, then to drop that program onto another computer.

View 2 Replies View Related

Ubuntu :: Archive Manager Is Not Working (Can't Download Things)?

Jun 20, 2010

I have upgraded my Ubuntu to 10.04, in hopes that my problem would dissapear. Sadly, it hasn't. You see, my archive manager isn't cooperating with me and it's not letting me download anything. For example, I tried to download Sony Vegas and it gave me the following error. (Among other things, but this data seems more important.)" End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In thelatter case the central directory and zipfile comment will be found on the last disk(s) of this archive. "

This occured when I tried to open the "SonyVegas 8.0 exe" . I have unzipped this file. I think "exe" has something to do with Windows, if so, is there a way I can convert this file so it can be adapted to my archive manager? Or is my archive manager not working, correctly? Does anyone else have these problems, also? Please, I want to be able to download things and my archive manager is the reason I can't.

View 4 Replies View Related

Ubuntu :: Customize Things Running 10.04?

May 12, 2010

I've installed Ubuntu 10.04 and I wanted to customise it a little (splash screen, login screen, window theme) - problem is, all of the tuts on the net have been written for 9.xx or lower and none of them seem to work with the version that I am running (I can't remember why right now because I looked this up a few days ago but there was a tab missing in 10.04 that was there in 9.xx and below). how to customise these things running Ubuntu 10.04?

View 9 Replies View Related

General :: Running NT In VM - How Things Work

Mar 24, 2010

How Linux would run NT in a VM, and the correct definition of how things work. Now I now about nothing about of Linux, though I have installed it a few times, but never really worked with it. I have been using MS products for 15 Plus years and have a pretty good understanding of how things work. I do not claim to be any expert. Some Idea of what I am inquiring: Now, how does the Linux Kernel handle the NT Kernel? Are processes/threads in cpu separated for each Kernel? How would interrupt requests be handled? How is Memory and Disk Management handled? Then obviously how would Device Management be handled as well?

View 3 Replies View Related

Ubuntu Networking :: Can't Download New Drivers With Non-working Wireless Drivers?

Jun 27, 2010

I've installed Ubuntu Netbook 10.04 on my HP DV2000 laptop and now I want to get my wireless to work by installing the proprietary broadcom drivers (4311, I think). But my internet doesn't work yet obviously, so I need to download the drivers to my thumb drive on my desktop and install them on my non-networked laptop.My issue is that I don't know:a) Where to get the driversb) How to install them from a local drive

View 2 Replies View Related

Ubuntu / Apple :: Machine Running Maxed Out In Order To See Where Things Can Be Improved

Sep 21, 2010

So now I've got my iMac G3 running nicely I was wondering how I go about running a burn in test so that I can see if I can improve the cooling in places by manipulating airflow, I have a thermal cam but I want the machine running maxed out in order to see where things can be improved.CPUBurn in the repos isn't coded for PPC, only x86 x86_64.

View 5 Replies View Related

Fedora Networking :: Get Online - Can't Get Network Up To Download Drivers For Hardware Without The Drivers

Feb 15, 2009

I've been trying to get online for the better part of a week now with no luck. I can't get my network up to download drivers for my hardware - without the drivers I have no GUI so I'm stuck trying to do this in text mode.

View 14 Replies View Related

Ubuntu :: Write A Bash Script That Will Check If XMBC Is Running If It Is Then Do Nothing Else Start It Then Do Some Other Things?

Jul 23, 2011

<edit>never mind dump the ;'s and it all works fine</edit> I'm trying to write a bash script that will check if XMBC is running if it is then do nothing else start it then do some other things.This is the start

Code:
#!/bin/bash
DISPLAY=:0.0

[code]....

View 2 Replies View Related

Debian :: Save On CD D/loaded Programs For Later Installs?

Apr 17, 2011

On top of the what's installed from the Debian 6.01 live CD I add the secuirty updates and a small number of programs (Audacity, OpenShot, AbiWord, get_iplayer, ripit and SMPlayer). Because at present while in a phase of distro-hopping I tend to fiddle a bit with new distros and reinstall them more often than spend time undoing a more complex mess, can the added programs be stored so that they don't need to be downloaded again,o the dependencies complicate this or make it impossible? I'm imagining hopefully some folder of .deb files that exist after downloading that I can put on a CD for repeated use. Sorry if I'm being naive.

If this can be done, a jargon-free set of steps would be much appreciated. I use Mobile Broadband with a low monthly limit so it will help. Though I forget the method now, I did once when using Linux Mint use some 'script' that would enable me to put programs on a CD to download at my parents' home when I had no internet, but it was hit and miss it seemed, with missing dependencies galore.

View 3 Replies View Related

Fedora :: Programs Do Not Start Or Work - Crashes On Save

Mar 12, 2011

Some of my programs don't start or don't work! For example, when I click on MultiGet, don't starts or when I want open a file with blebder, it does crash and when I want to save a file, it does crash! I use f14 and my laptop is inspiron-dell 1564 with intel VGA and the lastest updates are installed on my laptop.

View 3 Replies View Related

Software :: Save Entire System (with Programs) Via A Script?

May 10, 2010

Do you know how to save the entire linux system (with the programs) via a script ? (Maybe something such as "dd" but for save my system)

View 1 Replies View Related

Ubuntu :: How To Download And Save Torrents

May 28, 2011

how to download and save torrents.I mean, I am green as fresh grass and while I'm looking forward to learning the system.

View 5 Replies View Related

Programming :: Name Of Formula N Things Out Of Collection Of M Things

Jul 22, 2011

I'm working through some problems in a beginners programming book. The author mentions a formula for calculating the number of ways of picking out n things from a collection of m of them:

Code:
/ m m!
| | = -----------
n / n! (m-n)!
But he does not give a name for the formula. Does anyone happen to know what it is called? I need to do some related research.

View 3 Replies View Related

Ubuntu :: Have A Flash File That I Cannot Save / Download This?

May 18, 2010

I have a flash file that i cannot save. I want to save it in a folder on my desktop.

View 7 Replies View Related

General :: How To Know Which Updates Save To Download

Apr 30, 2010

I run Elyssa and have a symbol of a padlock at the bottom right side. This is for updates on software. It tells me that I have 351 updates available. when I open this the updates are shown and each have a number.Mainly 2's and 3's. when I do press the install update button, it gives me the following message:
warning you are about to install software that can not be authenticated....
This message worries me so I have not done any updates for a loooooong time.
What shall I do? How can I tell what is malicious and what is not? does anyone out there know?

View 2 Replies View Related

Software :: Download Items And Save Them?

Jan 20, 2011

I have downloaded google talk on my laptop which has linux. After it is downloaded...it tells me to choose an application to open it in...but I dont know which application its asking me to open. I would just like to easily download stuff on my laptop and run it.

View 1 Replies View Related

Ubuntu :: Where Are Programs Download With Apt-get In Terminal

Sep 1, 2011

I have just installed qBittorrent with terminal with apt-get but I do not know where I can find it besides the Launcher and the panel on the top of the screen.

View 9 Replies View Related

Ubuntu :: Transmission - Continue Download After Save Location Not Found

Mar 26, 2011

I was downloading to a USB drive and went to continue the download without the USB drive plugged in. "Save location not found " etc. So I plug in the drive now it wants to start all over. How do I make it start from where it left off. There are no transmission files on the ISB drive dir. that seem to hold the info and the transmission "queue" has reset as if I had not downloaded any data yet.

View 2 Replies View Related

Software :: Application To Save / Download Whole Website

Jan 19, 2010

Which application do you use to save/download a whole website where there is option to put page link recurrence?

View 2 Replies View Related

Ubuntu :: Torrent Programs Download Ignored Files?

Jan 29, 2010

I couldn't find an answer myself. So, the problem is that every single bittorrent program I tried downloads files I checked to ignore so I know this is not a program related issue. For example, there are 2 pictures in a torrent, I select only one but in the end I have both downloaded.

View 9 Replies View Related

Fedora :: Firefox 3.5.8 Cannot Save Page / Download After Synched Using Unison

Mar 23, 2010

What follows is actually a copy of my yesterday post on users mailing list, which so far had no response at all. I hope I'll have more luck here.I have 3 PCs running Hardy, Karmic, and Fedora 12, with Firefox on each of them: v. 3.0.18 on Hardy and v. 3.5.8 on both Karmic and Fedora.I created "shared" profile on each system and synchronize them using Unison. Ubuntu 8.04 is a base system for synchronization.The synchronization itself works just fine on all 3 systems. No functionality problems on either of Ubuntu's.In Fedora however I'm having a problem. While using "shared" profile I can save neither a web page nor a download (unless I use some of add-on' as described below).

If either Save Page As... or Save Link As... menu items are selected the requests are simply ignored with no response from FF. However using Download Them All add-on does the job. Equally Scrapbook add-on allows me to save/capture pages.

The default profile works as expected. I thought SELinux is on the way but disabling it (for a test sake) did not changed things. All permissions in "shared" profile directory to me look OK.I'm new to Fedora and cannot figure it out myself, need you help, folks.

View 5 Replies View Related

General :: Wget Command - Download Only Html From The Url And Save It In A Directory

Jul 6, 2011

What is the Wget command to perform the following:

download only html from the url and save it in a directory

other file extentions like.doc,.xls etc should be excluded automatically

View 4 Replies View Related

Fedora :: Where To Download Compatible Maintenance Programs

Feb 28, 2011

Are there any maintenance programs I should download and run on Fedora ? Example ccleaner and defraggler for windows?

View 11 Replies View Related

OpenSUSE Install :: Download Programs Off The Internet?

Feb 11, 2011

start out with I don't know much about computers and I'm using my brothers computer that has Opensuse. I am unable to ask him how to do this but I am trying to download programs off the internet.

I click download and software "CrossOver Installer" comes up and it says "Select an application to install." What do I pick?

View 8 Replies View Related

Security :: Can't Download Programs Such As Avast And Spybot?

Feb 10, 2010

I heard Linux's security is actually worse than Windows. What could I do to make it more secure? I can't download programs such as Avast and Spybot, right?

View 6 Replies View Related

Ubuntu :: Running Programs After ISO Mount

Apr 8, 2010

My problems is that after i've DL a program and then use unrar to open up the files...I was able to successfully mount a linux version game using Furious ISO mount (the game is Civilization call to power loki) Now I can see the files inside the folder but I can't figure out how to run the game after its mounted

I've looked around a lil bit and I know someone has probably asked this question before but most of what i find is people asking how to mount the image to begin with

View 5 Replies View Related

Ubuntu :: Running Programs From Windows?

Jul 3, 2010

I have a dual boot system, Windows 7 and a WUBI installed Ubuntu 10.04, both are 64 bit. Can I use Wine to run a program installed on the Windows partition? If so is there anything special I need to do? My Ubuntu partition is really small and I:d like to keep it that way.

View 3 Replies View Related

Ubuntu :: KDE Programs Running Under Gnome?

Feb 15, 2011

Are there potential compatibility problems if a KDE program is installed and run under Gnome in the standard Ubuntu Desktop 10.10? If two programs with the same functions are available, is it better to select the Gnome version?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved