Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    918

    [ubuntu] Can't open large png files

    It seems that I can't open .png files that are >20mb.
    I'm under Unity 2d and I've tried with chromium, eog and gimp, and everytime it tries until the system becomes very unresponsive.. but it won't...
  2. Replies
    4
    Views
    3,560

    [ubuntu] Re: Automatic backup to FTP

    If you are doing it outside LAN, than FTP is a bad idea. FTP was not designed with security in mind, so all traffic remains unencrypted during transport.
    In that case, I would (and do) use rsync...
  3. Replies
    42
    Views
    50,568

    [ubuntu] Re: Tutorial - Install OpenVPN on Ubuntu 10.04

    Awesome. I've tried a bunch of other tutorials, and this one is the only one that did it for me.
    However, I have a problem.
    I can successfully connect to the openVPN server at home, but only for...
  4. Replies
    3
    Views
    8,813

    [SOLVED] Re: Using ffmpeg to convert .MTS to .MOV

    Ok I think I figured it out.


    ffmpeg -i INPUT.MTS -sameq -deinterlace OUTPUT.mov

    And during the process, I figured out that this is a better way of doing the avi files:


    ffmpeg -i...
  5. Replies
    3
    Views
    8,813

    [SOLVED] Re: Using ffmpeg to convert .MTS to .MOV

    Thanks :)
    That gives me this error:


    Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
  6. Replies
    3
    Views
    8,813

    [SOLVED] Using ffmpeg to convert .MTS to .MOV

    I'm trying to convert a .MTS video file to .mov, and I need to use ffmpeg, because I want it to be scriptable.

    I managed to convert the file to .avi using this command:


    ffmpeg -i INPUT.MTS ...
  7. Replies
    14
    Views
    883

    [ubuntu] Re: Will 12.xx have unity?

    :)
  8. Replies
    6
    Views
    341

    [ubuntu] Re: help with a script

    I'm no sed expert, but the forwardslashes are the seperators, so I believe that the punctuations are included. Everything between the forwardslashes will be replaced...
  9. Replies
    8
    Views
    2,732

    [SOLVED] Re: (Bash) Script to randomize the order of names

    So this is the final product of this piece of the script, if anyone needs something similar.


    #!/bin/bash
    shuffle() {
    local i tmp size max rand

    size=${#array }
    max=$(( 32768 / size *...
  10. Replies
    8
    Views
    2,732

    [SOLVED] Re: (Bash) Script to randomize the order of names

    Wow awesome! You solved it. Thanks very much.
  11. Replies
    8
    Views
    2,732

    [SOLVED] Re: (Bash) Script to randomize the order of names

    I suppose I could do something like this:

    echo "write the names"
    read name1
    read name2
    read name3
    read name4
    read name5
    read name6
    read name7
  12. Replies
    8
    Views
    2,732

    [SOLVED] Re: (Bash) Script to randomize the order of names

    Thankyou. I will look further into it when I get home.
    This however is certantly not homework. I am a musician, not a programmer. Otherwise I would be better at it than this.
    I need this for...
  13. Replies
    8
    Views
    2,732

    [SOLVED] (Bash) Script to randomize the order of names

    As a part of a larger bash script, I want a script to ask for input "names", one at a time.
    The number of names varies, so it needs to stop asking after the last input.

    It has to input commas...
  14. Replies
    7
    Views
    457

    [ubuntu] Re: sound disappeared from one day to another.

    bump
  15. [kubuntu] Re: Night mode color temperature (F.lux or Redshift) for KDE ?

    It might be possible to hack out a solution involving anacron and some weird program, but i would simply install gnome-settings-deamon on kubuntu. That should only be a problem if you have limited...
  16. Replies
    7
    Views
    457

    [ubuntu] Re: sound disappeared from one day to another.

    And again, I have the same problem when I boot the live cd. And changing soundcards does not work.
  17. [kubuntu] Re: Night mode color temperature (F.lux or Redshift) for KDE ?

    http://www.tux-crazy.com/2011/01/protect-your-vision-from-computer.html
  18. Replies
    1
    Views
    705

    [ubuntu] Re: Remote login using GUI

    The packages should be installed allready. Just go into System --> Preferences --> Remote desktop, on the computer that you want to log into, and enable remote login;

    Then switch computers, and go...
  19. Replies
    7
    Views
    457

    [ubuntu] Re: sound disappeared from one day to another.

    Thanks for the help.

    However, the sound did not come back from reinstalling those packages, here is the output of aplay -l



    jakup@boxeetelda:~$ aplay -l
    **** List of PLAYBACK Hardware...
  20. Replies
    7
    Views
    457

    [ubuntu] Re: sound disappeared from one day to another.

    I tried booting the live cd, and the problem persisted. There was still no sound, but if I disconnect the keyboard, I actually hear a voice saying "no keyboard detected" when I reach bios.

    So I...
  21. [SOLVED] Re: graphics card works in one computer but not the other

    Nevermind, I gave up. It was probably a problem with the motherboard.
  22. Replies
    7
    Views
    457

    [ubuntu] sound disappeared from one day to another.

    I use an ubuntu computer as a media center, and suddenly today when I turned it on, there was no sound. I think that I have checked for all the obvious stuff. Changed loudspeakers, checked the mute...
  23. Replies
    59
    Views
    16,930

    Re: Live earth wallpaper

    updated http://www.opentopia.com/images/data/sunlight/world_sunlight_map_rectangular.jpg
    in .changer.sh.
    Sorry it took so long.
  24. [SOLVED] graphics card works in one computer but not the other

    I am building a media center for my telelvision.
    I have a graphics card for the purpose, an Abit R9200SE-DT because I need the S-Video connector.

    My problem is, that the graphics card does not...
  25. [ubuntu] Re: Sub-process /usr/bin/dpkg returned an error code (1)

    IT WORKED

    When I tried to remove the package after installing it. :)
    thanks.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4