Search:

Type: Posts; User: Korn; Keyword(s):

Search: Search took 0.18 seconds.

  1. Replies
    12
    Views
    17,206

    Re: Bash completion of aliased commands

    Yes, this behavior also exists for apt-cache. It seems the function for bash completion only gets created at the first "apt-cache <tab>".
    So I had to integrate this code in my alias completion code:...
  2. Replies
    12
    Views
    17,206

    Re: Bash completion of aliased commands

    Especially for git I have found this shortcut function which works better than make-completion-wrapper:

    __define_git_completion () {
    eval "
    _git_$2_shortcut () {
    ...
  3. Replies
    22
    Views
    7,172

    Re: Installing flash to play videos in steam?

    Be sure to download the 32bit FlashPlayer. The problem for me was that I downloaded the 64bit FlashPlayer.
    This is the correct one:

    korn@pc:~$ md5sum...
  4. debuild -S -sa cannot unlock GPG key in schroot

    Hello,

    when running "debuild -S -sa" to create the source files and sign them in Ubuntu 12.04 I only had to enter my passphrase once and then it is automatically used to unlock my private key on...
  5. [SOLVED] Re: [quantal] sbuild error: E: 10mount: E: boost::filesystem::create_directory

    This was the problem:

    $ ls -la /var/chroot/quantal-i386/dev/shm
    lrwxrwxrwx 1 root root 8 2012-10-07 18:12 /var/chroot/quantal-i386/dev/shm -> /run/shm
    $ sudo rm /var/chroot/quantal-i386/dev/shm
  6. [SOLVED] [quantal] sbuild error: E: 10mount: E: boost::filesystem::create_directory

    Hello,

    today I created a chroot for quantal i386 on my lucid server.
    This is the /etc/schroot/chroot.d/quantal-i386 config:

    [quantal-i386]
    type=directory
    directory=/var/chroot/quantal-i386...
  7. Replies
    18
    Views
    15,504

    [ubuntu] Re: Ubuntu 12.04 / 12.10 Installer Hangs

    Just booted the Ubuntu 12.10 beta from my USB stick and "sudo hdparm -I /dev/sda" reported that my drive was frozen. I had the same problem that after the screen where the Internet connection and...
  8. [ubuntu] [No sound from headphones] Board Asus A8N SLI Deluxe

    Hello,

    sound output with Ubuntu really seems still to be an adventure.

    First the chaos from OSS to ALSA to PulseAudio and then the thousands of different flavors of the sound cards and chips....
Results 1 to 8 of 8