Software :: Git Configuration / Git To Remember All The Changes To (CURRENT_FILES) But To Not Keep A Copy Of (REMOVED_FILES)?
Feb 19, 2010
I have a folder that contains a bunch of source code tarballs and some shell scripts that compile it all. I've been using git to keep track of it all. It works very well. It makes it easy to distribute recent changes to the computers I look after - just git pull and all the recent changes are updated without me having to remember everything or redownload the whole thing.
The problem I have is that when I update a package (eg gnumeric-1.8.4 => 1.10.0) git keeps a copy of the old tarball so the whole repository grows ever larger. At the moment the only solution I have is (when the folder gets over 3GB) to delete .git and start over. This is less than ideal, I want git to remember all the changes I've ever made to the bash scripts so that I can go back and review the code, but I don't want it to keep a copy of all the old tarballs. ie, after I've used git rm ${FILE} it should delete its backup copy of ${FILE} but I still want it to keep track of all the changes to the current files (the bash scripts never get removed, only changed)
How do I tell git to remember all the changes to ${CURRENT_FILES} but to not keep a copy of ${REMOVED_FILES}
View 1 Replies
ADVERTISEMENT
Jan 11, 2011
I inherited a machine that's set up with 3 disks, managed by LVM (v 2.02.46-RHEL5). I just got a new box with the same hardware configuration, and would like to clone the disk setup by copying an LVM config file from the first box to the second, and have LVM on the new box set up the disks according to that same configuration. Is there a way to do this?
View 2 Replies
View Related
Aug 2, 2010
I have 2 PCs, 1 ubuntu and another kubuntu. Both are lucid 10.04.I have a network printer. On ubuntu I cannot find my printer model listed, but ubuntu gives the option to search for drivers online. This method succeeds.On kubuntu there's no such option. I cannot install my printer driver.
View 4 Replies
View Related
Mar 31, 2016
I am setting up a mail server on debian. Once it's done, I'd like to have an indentical server on another machine, where debian will also be installed. The solution has to be hardware agnostic, so source machine is different than destination machine. I was reading on some wiki page that one can simply copy the root filesystem via rsync to the computer that he'd like to install the system on, then chroot to it and test if everything works. I'm guessing I'd have to change a couple things before, like :
- The network config
- The /etc/fstab file (disks and partitions may be different)
This article is about using rsync to transfer a copy of your "/" tree, excluding a few select folders. This approach is considered to be better than disk cloning with dd since it allows for a different size, partition table and filesystem to be used, and better than copying with cp -a as well, because it allows greater control over file permissions, attributes, Access Control Lists (ACLs) and extended attributes. [1]
View 13 Replies
View Related
May 24, 2011
I have successfully created an iso of my current running system using live build with the --bootstrap copy option..As expected, the image is gigantic. I would like to be able to use live-build to create copy-of-host iso's, but with specific options to -exclude specific pathways (ie. music folders, picture folders etc). Is there a way to do this? I did run a configuration and build using an option similar to that found in tar (something like -exclude=/home/user/music) and it ran through without any apparent errors, however, there was not any iso image to be found.
View 2 Replies
View Related
Jul 9, 2011
Here is a copy of my fstab # /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
[code]...
View 6 Replies
View Related
Aug 17, 2015
There is this bug in the latest version of Ubuntu, which is also Jessie, which is:
Can't copy a file from SMB share to the local file system: Software caused connection abort
The problem, apparently, is that newer versions of Samba hit servers with multiple requests at the same time, and for some reason the Zyxel and Iomega boxes can't handle this. The best solution they've come up with is to modify the smb.conf file on your server to include this setting: "max mux = 1".
Here is the reference material on this bug: [URL] ....
People who develop samba have fixed it in the latest version but neither the ubuntu nor Debian have released the fixed version of nautilus, as of yet. Here, is the reference: [URL] ....
View 0 Replies
View Related
May 5, 2011
I just upgraded to Natty (11.04) and I want to get my Ubuntu to remember what last windows I had open after I logout and then login.
Due to reasons beyond my comprehension, hibernate and sleep do not work, and I prefer to use shutdown anyway.
I am using Unity and have not changed much of the default environment. I found plenty of guides for 8.04, but the Unity change has moved a lot of things around.
Is this possible, and if so, how do I do it in 11.04?
View 3 Replies
View Related
Jul 16, 2011
I had to restart my machine after some time (~200 days), and after the restart it had only 2 GB ram out of 6 GB (2213MB). I can't go in person to the machine..
View 11 Replies
View Related
Nov 24, 2009
Running FC11 64 bit and Firefox 3.5.5. Under Edit->Preferences->Security, I have checked the box "Remember passwords for sites". But Firefox doesn't remember the passwords. It does remember the usernames. Is there something else that I must do to get it remember passwords?
View 6 Replies
View Related
Dec 12, 2009
recently I found a Cpu Speed Icon that went on the bottom bar of my F11 Gnome display and read out both CPU speeds.I have upgraded to F12 and cannot remember where I got the Icons.
View 6 Replies
View Related
Mar 6, 2011
I'm having some problems of security in my Fedora 12... excess of security. It keeps me asking mi password everytime I want to perform an operation, and in some cases I'm pretty sure that this hampers me to work with some files.
Everytime I boot it, it asks about the password for the wireless network, and when I fill that out, another window pops up saying "Enter password for default keyring to unlock" (I press the "deny button" always for this one as it doesn't accept my user password.
I'm a newbie in linux and in programming, so I spend the days facing problem after problem and it's starting to drive me crazy. I'm not the root of the computer, but just a superuser (I hope that's not the problem)
Isn't it possible just to put my password when I start and then work without writing it anytime?
View 2 Replies
View Related
Mar 27, 2010
I installed Burg, I then spent a decent amount of time editing a theme to look like I wanted as shown below. Its slightly glitcy but I pretty pleased However burg is refufing to save my choice of theme The configuration file looks like this, I've tried changing the theme to = the specific theme i want but that doesn't work, neither does changing the folding options to = yes.
# Use the previous selected theme, you can also specify a theme to be used
# In the boot menu, use hotkey 't' to popup a theme selection menu GRUB_THEME=saved
# Use the previous folding option, its value can be 'yes', 'no' or 'saved'
# In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
# between folding modes. GRUB_FOLD=saved with it.
View 4 Replies
View Related
May 13, 2010
I hate to make a new thread for something that has probably already been solved, but searching through all the threads can be a challenge in itself.Every time I log in to Ubuntu 10.04 I am asked for the password to my Wi-Fi connection. About a week ago it was working fine, however after, I think, the second update Ubuntu was longer able to remember the password. Its not a major problem as I can access the Internet its just really inconvenient.
View 2 Replies
View Related
Jul 27, 2010
I want VLC to be the default media player in my Ubuntu 10.04 installation. However, even though I right click on a media file and select it to open with VLC and ticks the "Remember this application for ..." box, files of this type still keep opening in the "Movie Player" application. It seems the "Remember this application for ..." box has no effect what-so-ever. Anyone know what might be wrong? Some configuration file somewhere that I don't have the right to or something?
View 3 Replies
View Related
Aug 19, 2010
I cane never decide on a single wallpaper so I managed to put together this little script, mostly by stealing from other people, and have it run on start up.The first and most important is that my computer doesn't remember the settings for each picture, it just uses whatever the previous settings were. Is there a way to fix this? and the second very minor problem is that sometimes the script uses no picture so I just have whatever backround color was set as the wallpaper.
View 3 Replies
View Related
Nov 1, 2010
I have saved my current session in System=>Preferences=>Startup Aps=>Remember Currently Running Application.Now I want to edit it. That is its database of rememberd aps.
View 1 Replies
View Related
Nov 1, 2010
Is there a way I can have empathy remember my account name but not my password? I don't like having it remember my password but I can't see anyway to remove it without Empathy telling me my account set up is not complete.i have ubuntu 10.10 64bit
View 3 Replies
View Related
Jun 11, 2011
I've got a strange issue here concerning Firefox. Of some sites i don't ant my login and password to be saved by Firefox. The question pops up (below navigation bar) i click no and it's gone. But when i go to the same website, let's say, the next day, i get the same question. This issue is not related to 1 website, it's doing with all kinds of sites i log in to.
How can i prevent that FF comes up with that question to remember my login/password even when i clicked on No, do not remember? Pleae keep in mind that some site i do let FF save my login/password, those sites are regular visited by me. So unchecking the option in preferences i rather don't want that.
Who can tell me why FF keeps coming up with that question even if i click on no?
View 6 Replies
View Related
Feb 18, 2010
When I plugin a 2nd monitor, the display settings in Configure Desktop allows me to change the display mode to single expanded screen versus duplicate desktop. However, after restart the computer, I have to do that again. I can understand that if I un-plug the 2nd monitor, it should intelligently switch to a single screen mode. But if I don't, it should remember it.
Make the matter worse, if I am in single span screen mode (1 desktop on 2 monitors) and I unplug the monitor while the computer is running, it would not know how to switch back, even in the Display settings of Configure Desktop saying it's in the single monitor mode. This means application and mouse can freely be pushed way over that area of the screen (hidden). I write free software too, and I don't let obvious bugs like this creep into a major distribution like OpenSuse 11.2. It just gives a bad image for OpenSuse and open source in general.
View 1 Replies
View Related
Dec 7, 2010
A friend of mine can't remember her password for the computer.When the computer starts it automatically loads her user profile, i can't create any new users, and i cant become root with sudo, i looked around on the forums and some stuff was very helpful in teaching me more about linux, but without being able to change, or remove the password i cant update. the laptop is a dell 910 mini.
At the terminal, instead of being: User@localhost, it's : name@name
View 8 Replies
View Related
Jan 3, 2010
Every time I close my FF 3.5.6 on Ubuntu 9.10, all the preference changes I made in my last session are deleted.
View 3 Replies
View Related
Jun 7, 2011
I've installed Slackware 13.37, it's working well in general There is no xorg.conf file How do I get it to remember my screen resolution? (I'm using a CRT monitor and often adjust the default resolution) Having to change the resolution after each startup is not ideal I tried using my old xorg.conf file from Slack 12.2 with my resolution settings.
View 2 Replies
View Related
Apr 21, 2010
i am having linux suse 8.2 (i586) kernel 2.4.20-4gb-athlon (tty1). when i start my pc there is a window comeing asking me option like linux floppy linux - safe settings. on selecting linux suse runs and get halt with a message Welcome to suse linux 8.2 (i586) kernel 2.4.20-4gb-athlon (tty1. below that another message as(none) login : asking for login when i put my login i have again this message Welcome to suse linux 8.2 (i586) kernel 2.4.20-4gb-athlon (tty1. below that another message as(none) login : asking for login what should i do i cannot start my Suse operating software.
View 3 Replies
View Related
Nov 28, 2009
I have created a yum repository in my local network. Everything seems to be working well except the yum server doesn't remember what was updated, every time I run yum on it the same fies are updated (306 files). And the versions I checked are the same as the files already installed.
____________
yum .conf
[main]
[code]....
View 2 Replies
View Related
Feb 7, 2010
When I login remotely with PuTTy, I can type dir --color=always and it will give me that particular directory listing in color, but then the next one is not in color (the color setting does not stick).I have tried:dir --color=yesdir --color=forcedir --color=always
View 7 Replies
View Related
Sep 9, 2009
Is there a way to get F10 (Gnome) to remember where my screen positions are? I keep having to move them over and over anytime I open a new application and tell it where I want it.
View 1 Replies
View Related
Dec 17, 2009
How do I get Nautilus to "remember it's window size? It seems that with F12 when I open a nautilus window it starts at some preset default size, and even though I change it and then close it. It returns to the default size when I open it again.
View 6 Replies
View Related
Apr 11, 2010
I need to set the default input device to be the microphone on my webcam for when I skype, but it seems to keep resetting itself, so I keep going in and changing it.
I am right clicking the volume icon and going into Sound Prefs -> Input, and selecting the camera.
How do I stop it from forgetting this and resetting it?
View 4 Replies
View Related
Nov 18, 2010
In Linux, Is there a way to remember/change a path to a USB device? In my case, I need linux to remember that my USB serial adapter will stay on /dev/ttyUSB0, but when I unplug it and plug it back in, it switches to /dev/ttyUSB1. I'm using a debian-based distro(mint)
View 1 Replies
View Related