Software :: Save Changes On Ubuntu Installed In Usb?

Nov 15, 2010

I installed Ubuntu in a usb flash drive using Creating a bootable Ubuntu USB flash drive But when I install some program and I restart Ubuntu, it doesnot save changes I made. Is there some way to save changes I have made?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Possible To Save A Package From Synaptic After I've Changed Installed Files

Nov 3, 2010

I changed a few files in a couple of folders that are installed from a synaptic package. How can I save the changes as an installation package or save the changes to the package and save the package as a file?

View 2 Replies View Related

Fedora :: Save A List Of Installed Software?

Mar 31, 2011

Since Fedora isn't a rolling release distro like I'm used to, I was wondering if there was a way to save a list of installed packages to make the next upgrade easier. I'm eagerly waiting for FC15, but still on FC14, and I would like to know if there's a way to export a file that yum can reference to reinstall what program titles I already have installed.

View 6 Replies View Related

Networking :: Save A Rpm Downloaded & Installed By Yum Install Xxx.rpm Command?

Dec 25, 2009

I want to install net-snmp-utils-5.3.1-14.el5.i386.rpm rpm using the command "yum install net-snmp-utils-5.3.1-14.el5.i386.rpm

Now, once yum installs this rpm, how can i copy all these downloaded rpm (and dependencies rpm)? So that i can use these downloaded rpms if i want to install them as a fresh or to copy and install on another computer.

View 3 Replies View Related

Fedora :: 12 Installed On USB Disk, And Save User Data After Reboot?

Dec 9, 2009

use fedora system, and installed fedora 12 on my usb disk by live-usb creator.Now, the problem is everytime i reboot the computer, the user data and software i installed will disappear.When installing, i choose persistent space which is described for user data and software, but it seems not work now.What can i do if i want my fedora on usb disk is just like the system installed on hard disk

View 1 Replies View Related

General :: CentOS - Safe To Remove The First Kernel In The Installed List To Save Having Two Kernels Being Updated Everytime?

May 8, 2011

When I run yum list installed command the output shows two kernels:

[Code].....

Would it therefore be safe to remove the first kernel in the installed list to save having two kernels being updated everytime I run yum update? Or is the PAE kernel dependant upon the original?

View 6 Replies View Related

Ubuntu :: Firefox - Unable To Save Files By Right Clicking And Save As

Jan 13, 2010

I have Ubuntu 9.10 dual booting with Windows7.My ext3 /home is mounted as F: in windows.I share a firefox profile between them so that when i am in Windows my firefox uses the same profile as it does when in Ubuntu.It all worked great until recently. I am unable to save files by right clicking and save as. In the config i am unable to set a directory to save to. It neer asks me where to save to. Just nothing happens. some off my book marks are all messed up as well, my rss feeds have the same post on some random website every time i log on and i have to manually refresh to get the correct feeds back. I am unable to delete the random bookmark.

View 1 Replies View Related

Ubuntu :: Xrandr Doesn't Save Changes - How To Make It To Save Changes

Jun 16, 2010

my mediacenter is attached to an beamer with the optimal resolution of 1280*720 ubuntu 10.04 doesnt offer me this revolution (on my intel 915 graphis controller). this means i have to add this resolution to the possible resolutions. first i used cvt

Code:

cvt 1280 720 60

and got this result:

Quote:

# 1280x720 59.86 Hz (CVT 0.92M9) hsync: 44.77 kHz; pclk: 74.50 MHz
Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync

then i added this to xrandr

Code:

xrandr --verbose --newmode "1280x720" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync

and

Code:

xrandr --verbose --addmode VGA1 1280x720

now i can select and use the new resolution - until next reboot. after an reboot 1280x720 is again not available. even if i work with sudo - the resolution isnt there....

View 1 Replies View Related

Software :: Iptables-save Can't Save Settings?

Jan 29, 2009

Config a CentOS iptables.I issued some iptables rules.the rules were effective at once.Then, I came with a "iptables-save", but the "/etc/sysconfig/iptables" file hasn't been updated, it still loads the defaults rules with CentOS after reboot.

View 4 Replies View Related

Fedora :: Save "list Of Installed Packages" In A List And Restore?

Mar 28, 2010

how do I save installed packages in a list and restore ...

rpm -qa > installed-software.log
yum install $(cat installed-software.log)
sorting rpm packages by size
rpm -qa --qf '%{SIZE} %{NAME}
' | sort -n

View 4 Replies View Related

General :: Save Iptables When Iptables-save Doesn't Exist?

Apr 14, 2011

I'm working on a Soekris net4801 that is running an unknown distro of Linux. The kernel is 2.4.29, and iptables is v1.3.4.

I can't work out how to save the iptables. I searched the whole system for files/folders containing the name "iptables" and got 3 results:

/user/local/lib/iptables
/sbin/iptables
/lib/iptables

I've tried iptables save, iptables-save and iptables save active.

"iptables save" and "iptables save active" give me an invalid argument error. "iptables-save" isn't a valid command. "iptables --help" gives me a list of valid switches, none of which have to do with saving.

how I can save the iptables?

View 1 Replies View Related

General :: DBUS >=1.0.0. Installed Libdubs-dev Is Not Installed?

Jan 18, 2011

I am trying to compile VLC code base on my Fedora5 system. I am getting the error when i am trying to run ./configure command.DBUS >=1.0.0. installed libdubs-dev is not installedwhat should I do. I have already installed DBUS (1.4.1).

View 4 Replies View Related

Ubuntu :: Package Seems Not Installed While It Actually Is Installed

Mar 24, 2011

i have to use lh command. I have installed all updates for ubuntu, live-build (the package for lh) and its updates. So my system is fully updated.When i hit "lh" command i get the following message: The program 'lh' is currently not installed. You can install it by typing:

sudo apt-get install live-build

When i do type: "sudo apt-get install live-build" i get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
live-build is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

View 5 Replies View Related

CentOS 5 :: Package Installed But Not Installed?

Apr 3, 2009

I am trying to put up my own Quake2 server to play with my friends. During this installation process I have encountered rather confusing issue. First I downloaded the Q2 server binaries in RPM package and tried installing it:

[Code]...

View 5 Replies View Related

Ubuntu :: Check What Version Of GRUB Installed - The Program 'grub' Is Currently Not Installed

Dec 18, 2010

I wanted to check what version of GRUB I have installed. I went to terminal and typed grub --versionI got this message back: The program 'grub' is currently not installed. You can install it by typing: sudo apt-get install grub

I am running Ubuntu 10.10 alongside windows xp pro. When I turn my pc on I have the option to boot to ubuntu or xp and at the top of the window it says that the version of grub running is "GNU GRUB Version 1.98+20100804-5Ubuntu-3" how I shold go about installing GRUB 2 or just leave it as is.

View 2 Replies View Related

General :: Gmailwatcher - Doesn't Show As Installed Software In The Installed Software Centre

Nov 16, 2010

I just want a simple email notifier. I have started to use Ubuntu 10.10 and seem to have downloaded Gmailwatcher - it shows in Applications/Internet/Gmailwatcher. But it doesn't show as installed software in the Installed Software Centre. So, I cant uninstall it. I can't configure it? If I try to open Gmailwatcher I receive a popup asking me to open it from an icon above - but there's no icon there, I just want a simple email notifier - preferably one which I can add an audio alert.

View 1 Replies View Related

Ubuntu :: Can't Save Any Files ?

Feb 9, 2010

I am very new to linux but not to computers. The transition from Windows to Ubuntu was seamless, it is very easy to use and I really like linux so far, until it came time to save a file. I find it very hard to believe that every time you create a document of file that you need to be logged in as root to save it or at least that's what everyone is telling me.

View 4 Replies View Related

Ubuntu :: Save Pdf On NTF Partition?

Apr 6, 2010

I have a partition with NTFS file system, i us it with ubuntu and windows. When i read a pdf with evince or adobe reader i can't save it on the partition.i must save the pdf on ext3/4 and then copy it on the ntfs partition.How can i save directly the pdf on that partition?

View 9 Replies View Related

Ubuntu :: Save Configurations For Later Use?

May 5, 2010

I did a lot of tweaks (configurations, apps installed..etc) to Lucid and I want to save those tweaks so when I reinstall Lucid again I get them all.

View 1 Replies View Related

Ubuntu :: Live USB Won't Save Changes?

May 13, 2010

I tried the guide on pendrivelinux, using Universal USB Installer and the image and Ubuntu won't save the changes.

Creating a "start-up disk" using the Ubuntu disk creator just made an install disk even with the 4GB for saving stuff ticked.

I have an Intenso 16GB USB flash drive.

View 4 Replies View Related

Ubuntu :: Can't Save Php Files To /var/www

Jun 20, 2010

I'm running Ubuntu 9.10 in a virtual machine and trying to do some work with php. I'm using Bluefish editor to create a very simple file that will show the date on a web page. The problem is that I try to save the file and get the following error:

Error opening file '/var/www/today.php': Permission denied.

Obviously it's a permissions issue. So I followed the instructions found in this post:

[URL]

but alas, I keep getting the error.

View 9 Replies View Related

Ubuntu :: File Will Not Save Under Name Want To Use?

May 1, 2011

I am have problems with: gedit, abiword, mv, cp, touch, and rename.The text file was created with 'gedit' and save out of frustration with the title of 'Unsaved Document 1'.I now wish to give it a name and save it.'gedit' and 'abiword' will not save it with the name "Annie Street Arts Collective Play List 5/11", they will save it as 'Unsaved Document 1'. gedit' has work flawlessly for me up until this incident.I've never run into this before, I don't know what to start looking for. What do I look for to fix what is broken?

dave@dave:/media/seagate_/AnnieStreet$ id
uid=1000(dave) gid=1000(dave) groups=4(adm),20(dialout),24(cdrom),44(video),46(p lugdev),104(lpadmin),115(admin),120(sambashare),10 00(dave)

[code]...

View 3 Replies View Related

Ubuntu :: How To Save Changes To Alsamixer

Aug 21, 2011

Each time I boot into Ubuntu I have to mute the External Speaker within Alsamixer GUI in order to get sound.I have made several attempts to save this setting but without success
Also read numerous threads and google search tips but no matter what I try it still results in having to open Alsamixer and manually mute the setting each time I launch Ubuntu.

View 4 Replies View Related

General :: Save Changes On Ubuntu?

May 8, 2011

I installed ubuntu on HP Mini this afternoon. I changed settings of mouse, click shut down, disconnect USB, and click enter.

I turned ubuntu back on, changes I made were gone, also, Google chrome i downloaded was gone.

View 3 Replies View Related

Ubuntu Multimedia :: How To Save The VLC Settings

Jan 10, 2010

I found that setting the video output module to opengl works very well. The only problem now is that vlc keeps changing my setting back to "default" rather that "opengl" or "x11".How do I force it to save my settings?

View 1 Replies View Related

Ubuntu :: Save A Keyring Contents?

Jan 10, 2010

I want to export of the current default keyring (wireless network passwords etc.) and import it to another ubuntu 9.10 release on another computer but I can't seem to find much on the subject. Does anyone know how to do this?

View 1 Replies View Related

Ubuntu :: Don't Have Permissions To Save To A Folder

Jan 20, 2010

so running latest ubuntu 9.10 karmic koala. I installed from the terminal PHP and can browse to the localhost and everything looks cool.

I try to use gedit or quanta to save a file to /var/www/

Which is where the test index.php is located but I don't have the correct permissions! I am logged in as the same user I installed ubunutu under which should give me all the rights I need.

I need to give myself permission to write into this folder?

View 6 Replies View Related

Ubuntu :: Can't Save Html Files

Feb 3, 2010

I'm trying to set up some basic websites on an Apache 2 server running on my Linux box. At the moment, I have some really basic html files that I want to load into the /var/www directory. However, for whatever reason, I cannot save my html files. First, I thought it was because I didn't have permission on my account, so I switched to localadmin (i don't know if all Linux distros come with a localadmin account, but i know localadmin has "higher" permissions than, but less that root, of course). Even as localadmin, I could not save my html files!

View 2 Replies View Related

Ubuntu :: Save XP To A Disk On Netbook?

Feb 7, 2010

I have a Asus Netbook that came with Windows xp already installed, I want to format my hard drive and install Ubuntu and not dual boot with windows but I would like to save windows xp thats on my netbook to a disk just in case I do decide later to switch back to windows

View 6 Replies View Related

Ubuntu :: Save Settings In Alsamixer?

Feb 8, 2010

I was finally able to make the internal mic of my Vaio w12 work properly both sound recorder and in skype...I added this line in alsa-base.conf

Code:
options snd-hda-intel model=auto
The problem is that everytime i restart the netbook the "Input so" switch automatically to "Front mic" instead to keep the setting "Int mic".

I tried to use sudo alsa ctl store but nothing change...Maybe there is another way for to set "input so" to "Int mic" by default.Im using Ubuntu 9.10 desktop 32 bit.

View 5 Replies View Related







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