Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.29 seconds.

  1. Thread: teamviewer q

    by BugBuster
    Replies
    7
    Views
    939

    [ubuntu] Re: teamviewer q

    Try after disabling the Desktop Effects on your Ubuntu system if they are enabled.
  2. [SOLVED] Re: launch deluge autoomatically using scheduled tasks

    Since deluge is a gui application you need to specify the display environment variable in the crontab.. like



    Also to shutdown...you have to add the following to the root's crontab


    adding...
  3. Replies
    11
    Views
    573

    [SOLVED] Re: Serious Problems

    Is there any specific reason for using Ubuntu Karmic?
    It is a very old version and the support will end soon...
    If possible try 10.04.2 LTS or 10.10 and see if you have better luck.
  4. Replies
    6
    Views
    454

    [ubuntu] Re: :Playing Movies

    Please check this link.
    https://help.ubuntu.com/community/Multimedia
  5. Replies
    17
    Views
    2,685

    [ubuntu] Re: Match this Xilisoft converter ultimate 6

    Try this..

    ffmpeg -i Videos/coyote3d -vcodec mpeg4 -vb 218k -s 176x144 -acodec libmp3lame -ab 128k -ar 44100 coyote3d.mp4
  6. Replies
    15
    Views
    773

    [ubuntu] Re: Begginner needs help with updating

    Check your /etc/apt/sources.list file for typos..else paste it here so others can have a look.
  7. Replies
    6
    Views
    454

    [ubuntu] Re: :Playing Movies

    what video player? what kind of video files? Have you installed the necessary gstreamer codecs?
  8. Replies
    17
    Views
    2,685

    [ubuntu] Re: Match this Xilisoft converter ultimate 6

    Hi mikee55,

    Just replace <input_file> with the actual name of the video file you wish to convert and output.mp4 with the name you want for your output file. Copy/paste the other command line as it...
  9. Replies
    17
    Views
    2,685

    [ubuntu] Re: Match this Xilisoft converter ultimate 6

    Install ffmpeg and try this;

    ffmpeg -i <input_file> -vcodec mpeg4 -vb 218k -s 176x144 -acodec libmp3lame -ab 128k -ar 44100 output.mp4
    Then try playing the output video on your phone and post...
  10. Replies
    8
    Views
    2,923

    [SOLVED] Re: Streaming 1080p Video within a LAN(Help)

    Also try increasing the buffer size(network cache)!......Oops..please ignore!;)
  11. Replies
    18
    Views
    2,787

    [SOLVED] Re: Prune package cache

    And here's the updated(improved) version of the same script. I have integrated the delete function as a "-p" option which will delete the old packages.

    Check out "dpkg-prunepackages --help" for...
  12. [SOLVED] How to get Mic working on Creative Labs SB X-Fi

    Hello All,

    Just a quick how-to, to get mic working with Creative Labs SB X-Fi on Ubuntu 10.10 64bit.

    This is a result of my conversation with a 'friend' I met on #ubuntu on irc.freenode.net,...
  13. [ubuntu] Re: How to restore ubuntu 10.04LTS boot loader?

    This should help!
    http://grub.enbug.org/Grub2LiveCdInstallGuide
  14. [lubuntu] Re: flashdrive superblock corrupt: can gparted help?

    Use fdisk and redo the partitions and then format that partition to an fs of choice..that may help!
  15. [ubuntu] Re: compaq nc 8430 wifi on but internet connection times out

    Please post the output of the following commands:




    ifconfig -a
    cat /etc/resolv.conf
  16. Replies
    11
    Views
    1,001

    [ubuntu_studio] Re: (video)change VOB to DV

    I think ffmpeg can do it..

    sudo apt-get install ffmpeg
    then do

    man ffmpeg
    to find how to do it!!

    PS : Just realized you don't have internet on this machine..so u have to get the packages...
  17. Replies
    2
    Views
    680

    [ubuntu] Re: Virtualbox usb help

    Have you added yourself to the vbox group? If not do so by making appropriate changes here;

    System > Administration > Users and Groups

    Then logout and login again, and then try using usb...
  18. Replies
    58
    Views
    7,705

    [SOLVED] Re: How to hide partitions from Places menu..

    So that could be the reason its collapsing them into a sub-menu. Could try unmounting some partitions for a while and keep only a few mounted? The result will seal the deal!!
  19. Replies
    4
    Views
    576

    [SOLVED] Re: Did anyone knows what is the problem ?

    In command 2 you are missing sudo, try that again with the sudo!!

    sudo service vsftpd restart
  20. Replies
    58
    Views
    7,705

    [SOLVED] Re: How to hide partitions from Places menu..

    How many disks/partitions do you have? Could it be collapsing the list make the menu not grow too much? Because I have seen that happen sometimes!
  21. Replies
    58
    Views
    7,705

    [SOLVED] Re: How to hide partitions from Places menu..

    Hi karthick87, I just tried this out and can surely say that if you mount you partitions in /mnt with an entry in fstab like say;

    /dev/sda1 /mnt/windows ntfs-3g defaults 0 0
    then that...
  22. Replies
    20
    Views
    20,438

    [other] Re: How can I VNC my Ubuntu from Mac?

    Can your mac "see" the vnc service on Ubuntu. You could run a port scan from the mac on your ubuntu computer to check that. Also Ubuntu desktop comes with a VNC server pre-installed. Check out System...
  23. Thread: only OS

    by BugBuster
    Replies
    8
    Views
    811

    [ubuntu] Re: only OS

    If you already have Ubuntu installed you could just delete the windows xp partition and merge that space with ubuntu or use that partition for some other purpose.
    So that people can help you better...
  24. Replies
    5
    Views
    595

    [ubuntu] Re: firefox gone?

    Try resetting your panel and menu preferences by doing so


    rm -r ~/.gconf/apps/panel
    rm -r ~/.gnome2
    rm -r ~/.config

    Then logout and login again.

    Note: This will reset your panel/menu...
  25. Replies
    2
    Views
    510

    [ubuntu] Re: LAN configuration

    First of all, Ubuntu 9.04 has already reached its end of life, so if you are serious about Ubuntu try 10.04 LTS or latest 10.10 if possible.

    And when you connect to your modem using ethernet, can...
Results 1 to 25 of 131
Page 1 of 6 1 2 3 4