Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.13 seconds.

  1. [ubuntu] How to instal VNC Viewer on the ubuntu apache2 http/php/... server ?

    Hello,

    I run an ubuntu server for Web.

    I would like to create a site with a VNC Viewer. Have you heard of some way to have a VNC Client on apache2. Likely, it won't be into the repository, I...
  2. [ubuntu] Mega File Converter for Bash (vids,...)

    Hi,

    For this absolute beginners, I can post you a bash script, very basic, that does convert files simply:



    #!/bin/sh


    DATENOW=`date +%Y%m%d-%H%M%S`
  3. [ubuntu] Code to quickly restore and backup disks...

    Hi,

    it can help absolute beginners.

    it is called clone-hdd.sh


    Here it is:
  4. 2000 Channels of free TV ONLINE for the CLI (Console)

    Hi,

    I have found relatively comfortable to play the TV on the console by using FBDEV (no need of X11).

    It works like this. Get the file and run it with:



    sh onlinetv-nox.sh --dialog
  5. Replies
    2
    Views
    900

    [ubuntu] Re: Getting your external IP automatically

    myextipaddress
    #!/bin/sh

    if [ "$1" = "" ] ; then
    wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d: -f 2 | cut -d\< -f 1

    else

    echo `wget http://checkip.dyndns.org/ -O...
  6. [all variants] Use your joystick like lirc or to start events/scripts

    Hi,

    I would like to share this possibility to use your joystick with a limited number of packages : only joystick.

    here is the code
  7. Thread: podcasts

    by frenchn00b
    Replies
    13
    Views
    791

    [SOLVED] Re: podcasts

    try my config at box-look version 139, and you can have much more than this ;) Enjoy. There is too web-TV
  8. Replies
    30
    Views
    1,255

    [ubuntu] Re: Something similar to Worker?

    Cool !

    For me that is tuxcmd since it is with a cool theme almost exactly like total commander.

    Anyhow I wish that we had more programs like that even even ... :)
  9. Replies
    30
    Views
    1,255

    [ubuntu] Re: Something similar to Worker?

    I have never used the modules. I have not much ideas about it.

    I have just made a screenshot of my tuxcmd. You notice the icons (tuxcmd theme.tar.gz)

    For the GTK 2.0, I am using the theme of...
  10. Replies
    30
    Views
    1,255

    [ubuntu] Re: Something similar to Worker?

    I would recommend you Tuxcmd. It is one of the best light-weight total commander for Linux. You will have the same themes and shortcuts. It is definitely one of the best (for me the best one).
    ...
  11. Making a simple fullscreen with python/pygame?

    Hello,

    I would like to know slightly how to make something like this under python/pygame in fullscreen?

    Would you have a begin of code for this simple thing, to help to start?

    thank you in...
  12. Replies
    2
    Views
    1,924

    [ubuntu] Re: Cheese does not detect my webcam.

    You can use my Windows Manager (fvwm based / Themes)

    It has a frontend for webcam control...

    win + shift + K : you get the multimedia menu...
  13. [ubuntu] A new Online Music box for the console :)

    Hello,

    I would like to propose you a music box player for the console.

    It works like this :


    sudo apt-get install dialog mplayer

    into your console, type :
  14. [ubuntu] ffmpeg: how to stream to MMS:// and record the video0 at the same time?

    Hello,

    I would like to know whether this could be possible?

    I use for the moment:



    ffmpeg -r 5 -s 640x480 -f video4linux2 -i /dev/video0 -itsoffset -5 http://localhost:8090/feed1.ffm
  15. [ubuntu] Is already / will be 'wmap' sound support available for Linux?

    Hi,

    I get an error when I try and play a WMV file in VLC, and I was hoping that the new version would fix this, but I still get the following error:

    main: no suitable decoder module for fourcc...
  16. [ubuntu] "France 2 News" - Problem of sound with an MMS:// stream

    Hi,

    I have found on a french forum a great link to daily news. However there is no sound. Why?


    mplayer "mms://direct.francetv.fr/jt-20h.wsx"
    there is video but no sound.


    vlc...
  17. Replies
    0
    Views
    623

    Poll: Light FreeTux WebTV (using Zenity)

    Hello,

    (1) For those who are using Linux from the school, and the admins do not want to install anything.

    OK, Linux is great so here what we can use :
    - zenity
    - mplayer
    - and bash/sh
  18. [all variants] Re: New FVWM Mac OS X windows manager: give a try !

    Theme - Multimedia Mega Powertools Pack

    http://box-look.org/content/show.php?content=144581

    Lot of improvements
    Content:



    Extremely fast and powerful OS/WM environment for beginners...
  19. Replies
    11
    Views
    1,744

    Re: How to play Sega Genesis

    wow thank you very much. It is a very nice emulator. Very complete. so cool.
    http://segaretro.org/images/7/75/Gens_2.16.7_i386.deb
  20. Replies
    6
    Views
    1,852

    Playstation PS1: pcsx-df or pcsxr ?

    Hello,

    pcsx-df or pcsxr works better for Ps1 emulation, being up-to-date and maintained project?

    Happy Tux
  21. [ubuntu] Fvwm : making the windows 7 preview thumbnails for fvwm

    Hello,

    As anyone manage to make such effect alreaady when hoving above the icon bar ?

    Greetz
  22. Replies
    28
    Views
    1,990

    Re: Any Motorcyclists?

    Indeed to rather walk or to seel your BMW motorbike on ebay ?... :D ;) link
  23. Replies
    25
    Views
    1,435

    Re: Random ideas about sleep

    You can calculate here how much / or when actually you should go to bed:

    http://sleepyti.me/

    depending on when you ought to get up...
  24. Replies
    28
    Views
    1,990

    Re: Any Motorcyclists?

    Well, motorbiking is cool but be vigilant and please drive carefully guys. Really please.

    Sad video:
    http://www.troutman.org/ftp/pub/motorcycle/videos/RedLightBike.wmv
    ...
  25. Replies
    3
    Views
    921

    [ubuntu] Re: mplayer fails in while loop

    FILES=`wget -k http://www.troutman.org/ftp/pub/motorcycle/videos/`
    echo "$FILES" | while read i ; do eval mplayer "$i" ; done

    NOT WORKING?

    It seems that it does not identify the lines...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4