Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. mplayer: playback two streams on front left/right

    After reading the mplayer Channel manipulation manual I still don't see the easiest way to mix livestream 1 to front-left and the other livestream to front-right in a headphone setup.

    Can...
  2. Re: In bash, check if any files matching type/name criteria exist in a directory

    try the find command (man find) in conjunction with "-regex"

    example:
    find ~/MyDocuments -type f -regex .*_files$
    find ~/MyDocuments -type f -regex .*\.html$
    find ~/MyDocuments -type f -regex...
  3. Replies
    0
    Views
    469

    [ubuntu] findsmb lists only one machine

    findsmb in 12.04 does list only one machine instead of all machines running nmbd in my WORKGROUP. Instead of listing all machines at the same time it randomly displays just one of them :confused:
  4. Thread: Why Compiz?

    by Lampi
    Replies
    5
    Views
    525

    Re: Why Compiz?

    I assume "unity 3d" needs compiz? Can you login unity 2d (same unity, but 3d effects disabled)?
  5. Replies
    9
    Views
    1,479

    [all variants] Re: webcam not recognized

    check for device messages:

    dmesg | less
    look out for webcam or video - you might see a message that you are missing a firmware or sth else
  6. Replies
    34
    Views
    67,794

    [SOLVED] Re: Very poor Samba/CIFS performance :(

    I did some testing with cifs in precise, and I noticed cifs performance is considerably better than it was in lucid.

    some TR benchmarks from a dm-raid share into /dev/null - tested without...
  7. Thread: scanning as root

    by Lampi
    Replies
    9
    Views
    964

    [ubuntu] Re: scanning as root

    Did you follow this wiki advice?

    https://help.ubuntu.com/community/ScanningHowTo#Permission_issues

    Maybe that's all you are missing, I had to add myself to the group as well when I installed my...
  8. Replies
    17
    Views
    1,253

    [ubuntu] Re: editing text file through bash for loop script

    printing special characters usually works if you escape them like \# or \\
  9. [all variants] Re: Setting permissions on directory for child objects to follow

    Your parent directory is missing the sticky bit

    chmod +t on the parentfolder will make sure ownership is passed to the "children" ;)

    At least that's how I understand it. I don't use it, so feel...
  10. Replies
    6
    Views
    450

    [ubuntu] Re: FF remove coockies

    only if you restore the last session, ahso4271

    ... or if you keep them with a rule in the cookie manager
  11. [ubuntu] Re: A warning to all who use Firefox with apparmor on 10.04!

    firefox 10 is already out in the field as lucid-proposed package

    it's fixed in there:


    # We want to confine the binaries that match:
    # /usr/lib/firefox-10.0/firefox...
  12. Replies
    6
    Views
    450

    [ubuntu] Re: FF remove coockies

    - Check your FF privacy menu
    - change it to "user defined" settings
    - you'll notice below the third-party cookies one more option "keep until" - change this to "I close firefox"

    you're done!
    ...
  13. [SOLVED] Re: How to move "/boot" folder to another partition?

    possibly, but to be sure he can mount sdb2 to /boot using /etc/fstab
  14. Replies
    4
    Views
    433

    [all variants] Re: Firefox hanging alot lately

    system freeze: yes
    firefox hang: no

    9.0.1 running Lucid

    @Mark: +1 for the recently stopped, though I can't point out whether an update stopped it or I was just lucky and it will happen again....
  15. Replies
    3
    Views
    739

    [SOLVED] Re: Flash Player cache problems

    use tab / shift+tab to cycle forwards / backwards through the menus, space will select / deselect the surrounded box thingy.

    I wonder how long it's gonna take before adobe fixes this, it's been...
  16. Replies
    18
    Views
    1,629

    [ubuntu] Re: bash script with sudo in it?

    @hopelessone: start/stop vdr like this:

    sudo /etc/init.d/vdr start
    sudo /etc/init.d/vdr stop

    vdr will run as user vdr then + this script will take care of file permissions.
  17. [all variants] Re: run program on ssh server, then shutdown local machine - problem

    use screen, start script, then detach window and logout :)

    mark thread as solved if you have a solution
  18. [ubuntu] Re: Upgraded kernel prevents my system (10.04) to boot

    it sounds like your rootfs uuid changed for some reason -> did you change it without changing the entry in /etc/fstab?

    you can try this inside busybox:


    if I doesn't adjust fstab and it could...
  19. Replies
    13
    Views
    666

    [ubuntu] Re: SSH + Display question

    connect to your ssh server with X forwarding

    from the man page:


    -X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file.
  20. Thread: No Route To Host

    by Lampi
    Replies
    2
    Views
    278

    [ubuntu] Re: No Route To Host

    Are you sure you use the correct IP / can you ping the other IP?
  21. Replies
    4
    Views
    1,407

    [SOLVED] Re: The output of ls is not color coded

    I think you miss .bashrc, but to be save: copy all of them from /etc/skel to your home directory, then log out and back in again.
  22. [ubuntu] Re: Making different sound-applications play on different ports?

    I'm using kde, so this answer is kde4 related: in the sound preferences I could assign notifications to a different "card" (digital, analog, hdmi, spdif)

    those are all on the same card, so maybe...
  23. Replies
    9
    Views
    1,560

    [SOLVED] Re: Debian, network manager, sudo...

    How's the link quality? (iwconfig wlan0 should tell you that)
  24. [kubuntu] Re: Script only does anything when launched in Terminal

    just some thoughts after looking at the files and your post:

    644 rights: it's not enough, you need 755 for executables (rwx-rx-rx)
    also make sure you chown executables in /usr/local/bin to...
  25. Replies
    11
    Views
    2,407

    [SOLVED] Re: How to enable 5.1 in mobo with only 3 jacks

    Guess I was wrong there ... Page 91 in Chapter 5.2 shows it for a 7.1 system!

    Rose is center/subwoofer out
    Blue is Rear out

    I guess the windows driver will make sure to disable mic/line-in and...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4