Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    393

    [all variants] cannot edit crontab anymore

    Hello,

    I was playing around cron and the following command

    crontab -e
    worked fine I think.
    Then I installed gnome-schedule and didn't like it too much ..
    so I removed it and run again
    ...
  2. [SOLVED] Re: How to restart desktop without logging out on LXDE

    @MG&TL
    Thanks for your headup

    To complete things, a final note:
    add --profile to show the default lubuntu wallpaper

    so the final command is:

    pcmanfm --desktop --profile lubuntu
  3. [SOLVED] Re: Is there a command to refresh pcmanfm simulating F5?

    I solved ending the script killing the pcmanfm process to restarting it again afterwards with

    pcmanfm --desktop --profile lubuntu &

    It works nice!
    Thank you
  4. [SOLVED] Is there a command to refresh pcmanfm simulating F5?

    Hello,

    I created a bash script which is run at startup which mounts some folders. The reason why I don't use fstab to do it is that a lot of users can access the system, so I created a common...
  5. [all variants] Re: ffmpeg: how to specify to copy only one audio stream while encoding the others

    I took a step ahead, using



    nice ffmpeg -i "source.mkv" -map 0:0 -s 640x272 -f ogg -c:v libtheora -r 23.98 -b:v 1200k -map 0:1 -c:a:0 libvorbis -ac:a:0 6 -b:a:0 192k -ar:a:0 48000 -map 0:2...
  6. [all variants] ffmpeg: how to specify to copy only one audio stream while encoding the others

    Hello,

    I'm trying to encode a video which has two audio streams. I usually convert audio to 192 kbps. As one of them comes already in this flavour, I would like to copy it as it is, while...
  7. [SOLVED] Re: Help in understanding a couple of ffmpeg warnings

    Thank you all guys for your nice and kind explanation.
  8. [SOLVED] Re: Help in understanding a couple of ffmpeg warnings

    Thank you, setting -ac 2 will remove the second warning.
    Still remains the first one:

    Incompatible sample format 's16' for codec 'libvorbis', auto-selecting format 'flt'
  9. [SOLVED] Help in understanding a couple of ffmpeg warnings

    Hello,

    Can anyone help me to understand why I'm getting the following warnings, please? What am I supposed to change in the command I fire?



    nice ffmpeg -i "source.mkv" -map 0:0 -s 640x272...
  10. [ubuntu] Re: PC resumes inmediately to blank screen after 'suspend'

    For old cards, the nvidia-173 driver is not currently working
    please see
    https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/948053
    so we don't know now if this is solved in...
  11. [ubuntu] Re: suspend, hibernate, resart, shutdown getting stuck

    What must I do exactly to try this?
  12. Replies
    3
    Views
    1,087

    [SOLVED] Re: Why exfalso needs to install brasero too?

    @lazka
    Perfect, thanks a million!

    @Dennis N
    Thanks for the tip. I don't remember at the moment if I had a look at that one, I usually use exfalso in combination with easytag, but I'm always...
  13. Replies
    3
    Views
    1,087

    [SOLVED] Why exfalso needs to install brasero too?

    Hello,

    I'm on a lubuntu 12.04 machine and would like to install exfalso



    $ sudo apt-get install exfalso
    ...
    The following NEW packages will be installed:
    brasero brasero-cdrkit...
  14. Replies
    2
    Views
    1,002

    [SOLVED] Re: mail-notification icon always on tray

    It works great! Many thanks :D
    BTW: ending session and logging in again was enough.
  15. Replies
    515
    Views
    197,008

    Re: Lubuntu - One Stop Thread

    I'm running lubuntu 11.10 on an old pc at home. Regular Ubuntu Software Center takes edges to run, while Lubuntu flavor one is quick even there. So I welcome Lubuntu Software Center.

    The only...
  16. [SOLVED] Re: Cannot make working UserOwner & GroupOwner directives in proftpd with xampp

    Hello,

    I solved using virtual users,
    please see http://forums.proftpd.org/smf/index.php/topic,10351.0.html
  17. Replies
    1
    Views
    713

    mail-notification icon

    mail-notification icon always on tray

    Hello,
    this is my first post here, not sure I have to post it here, sorry if I'm wrong.
    Hello,

    I'm running mail-notification (Mail Notification version...
  18. Replies
    2
    Views
    1,002

    [SOLVED] mail-notification icon always on tray

    Hello,

    I'm running mail-notification (Mail Notification version 5.4) on lubuntu oneiric.
    I would like to have its icon always on my tray, and not only when a mail arrives.
    I found this post...
  19. Replies
    1,224
    Views
    1,850,148

    Poll: Re: HOWTO : Create a FTP server with user access (proftpd)

    Hello,

    I cannot make userowner working.
    I want that any user create files and dirs owned by nobody:nogroup rather than the logged user.
    Here is my proftpd.conf file

    # This is a basic ProFTPD...
  20. [SOLVED] Cannot make working UserOwner & GroupOwner directives in proftpd with xampp

    Hello,

    I've installed XAMPP for Linux 1.7.7 which comes with ProFTPD 1.3.3e
    I wanted to configure proftpd in order that a foo user logins in ftp with /somewhere/htdocs/fooroot as its...
  21. [SOLVED] Re: How to restart desktop without logging out on LXDE

    Thank you ranger1021994,
    this almost does the trick.
    I found you have to press alt+f2 and type

    pcmanfm --desktop

    The result it's not perfect, but at least it works.
  22. [SOLVED] How to restart desktop without logging out on LXDE

    Hello,

    I had to kill all instances of PCManFM because it was hanging .. after doing that my desktop disappeared, meaning that there's no more any document or folder on my desktop and...
  23. [lubuntu] How to customize the main menu without touching the 'open with' of the contextual men

    Hello,

    in the past I successfully added a custom folder called 'scripts' onto my main menu, as shown in the screenshot attached called 'main-menu.jpg'.
    This add was made by following my own...
  24. [all variants] Is there a way to be warned when someone is entering my system via ssh?

    Hello,

    in my office they said to me to create a user 'guest' with full privileges to let technicians enter my system via ssh in case I need their help.
    As they asked me to let this user always...
  25. Replies
    4
    Views
    562

    [all variants] Re: Theora support in dvd:rip

    If a run the above transcode commad without the -F option I get a long error with the following lines in it:

    You must chose a codec by supplying '-F <codecname>'. A list of supported codecs can be...
Results 1 to 25 of 177
Page 1 of 8 1 2 3 4