svn merge -r [current_version]:[previous_version] [repository_url]
svn commit -m "Reverting back to revision [previous_version]."
Thought it looks a bit scary, I tried it and it worked.
svn merge -r [current_version]:[previous_version] [repository_url]
svn commit -m "Reverting back to revision [previous_version]."
# Find all empty files and/or folders recursively
find -depth -empty
# Find all empty folders, only recurse two levels
find -maxdepth 2 -depth -empty -type d
# Delete what you find
find -maxdepth 2 -depth -empty -type d -delete
$ script -q <filename>
gsettings set com.canonical.desktop.interface scrollbar-mode normalAnother thing that's not persisting is window focus mode:
dconf write /org/gnome/desktop/wm/preferences/focus-mode \'sloppy\'
dconf write /org/gnome/desktop/wm/preferences/auto-raise false
fix1 require you to work on file1 and fix2to work on file2. You can work in any order on file1 and file2 in themaster branch. And then go to branch fix1, commit file1 into it. Then go to branch fix2 and commit file2 into it. And finally merge the two branchesfix1 and fix2 into master.> vim file1
> vim file2
> git br fix1
> git add file1
> git commit -m 'fix1'
> git br fix2
> git add file2
> git commit -m 'fix2'
> git commit master
> git merge fix1
> git merge fix2
git on an every day usage. If Bazaar implement the same way of cheap branching than git. I should switch again.Display all the MIME types associated to OpenOffice.org documents with the following command:cat /usr/share/applications/defaults.list | grep openoffice.orgAppend all the concerned lines to the local file:cat /usr/share/applications/defaults.list | grep openoffice.org >> ~/.local/share/applications/mimeapps.listOpen the defaults.list description file with gedit:gedit ~/.local/share/applications/mimeapps.listAnd replace all occurences of "openoffice.org" with "libreoffice"
Finally, save the file. No need to restart, you're all set!
gsettings set com.canonical.desktop.interface scrollbar-mode normal
sudo gedit /etc/default/apport
change "enabled=1" to "enabled=0"
sudo service apport stop
wget http://dl.dropbox.com/u/53319850/NoobsLab.com/libnautilus-gksu.so
sudo cp libnautilus-gksu.so /usr/lib/nautilus/extensions-3.0/
sudo rm libnautilus-gksu.so