from http://ubuntuforums.org/showthread.php?t=155763
ok, first you need to create the /etc/samba/recycle.conf file.
Code: sudo vi /etc/samba/recycle.conf
You must create this from scratch so don’t be frightened by the blank page. Mine looks like this:
Code: ##Recycle Bin Configuration File## name = Recycle Bin mode = KEEP_DIRECTORIES|VERSIONS|TOUCH maxsize = 0 exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~??|*.log|*.trace excludedir = /tmp|/temp|/cache noversions = [...]
from http://stackoverflow.com/questions/2805412/bash-completion-for-maven-escapes-colon
From Bash FAQ E13.
Just after the complete command in the script you linked to, issue this command to remove the colon from the list of completion word break characters:
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
from http://stackoverflow.com/questions/723157/how-to-insert-a-newline-in-front-of-a-pattern sed “s/regexp/\\`echo -e ‘\n\r’`/g”
from: http://www.debian-administration.org/articles/317
Previously we showed how to add basic completion to commands, using facilities which were already provided by the bash completion routines. In this second part we’ll demonstrate how to add completely new custom completion to commands.
In part one we looked at adding hostname completion to arbitrary commands by executing:
complete -F _known_hosts xvncviewer [...]
Symptom: ssh $SOME_HOST `sudo ls`
Error: no tty present and no askpass program specified
Sulotion: force to use pty, see `man ssh`
ssh -t $SOME_HOST `sudo ls`
from http://ascii-table.com/ansi-escape-sequences.php
These sequences define functions that change display graphics, control cursor movement, and reassign keys.
ANSI escape sequence is a sequence of ASCII characters, the first two of which are the ASCII “Escape” character 27 (1Bh) and the left-bracket character ” [ " (5Bh). The character or characters following the escape and left-bracket characters specify an alphanumeric code that [...]
from http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_03.html
3.3. Quoting characters 3.3.1. Why?
A lot of keys have special meanings in some context or other. Quoting is used to remove the special meaning of characters or words: quotes can disable special treatment for special characters, they can prevent reserved words from being recognized as such and they can disable parameter expansion.
[...]
from http://www.linuxfocus.org/English/May2000/article130.shtml
Abstract:
This article explains how to configure sendmail and fetchmail on your local computer connected to the internet via a PPP link. Such a configuration allows you to use every Unix mail client (not only Netscape). You can send and fetch your messages each time you establish a PPP connection.
Workaround A: Finish the install
sudo apt-get clean
sudo aptitude download python-libvirt
sudo dpkg –unpack ./python-libvirt*.deb
sudo dpkg –configure python-libvirt
Workaround B: Remove the package and reinstall
sudo rm /var/lib/dpkg/info/flashplugin-installer.{postinst,prerm,postrm}
sudo apt-get remove –purge flashplugin-installer
sudo apt-get clean
sudo apt-get update
Then reinstall the package
-
Articles
- October 2012
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Calendar
May 2013 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta