Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    768

    [ubuntu] Re: Can't even convert wmv files!?

    :)

    With mplayer you can play wmv files.
  2. Replies
    5
    Views
    433

    [ubuntu] Re: Can't copy files to desktop

    The last line tell that your /home is full (100%)

    /dev/sda8 28G 28G 0 100% /home

    And Desktop is a directory under /home/usename/
  3. Replies
    3
    Views
    1,352

    [ubuntu] Re: Apache won't work

    Apache use www-data as user and group.
    Change the owner of /var/www to www-data

    $sudo chown www-data.www-data -R /var/www/
  4. Replies
    2
    Views
    2,172

    [SOLVED] Re: Zend Server / Apache issues

    Good, please mark this thread are SOLVED in title.
  5. Replies
    2
    Views
    288

    [ubuntu] Re: Backup - with SW package restore?

    You can tray aptonCd
    Or
    Clonezilla to clone/restore entire disk (partititon).
  6. Replies
    4
    Views
    694

    [ubuntu] Re: skype problem

    Run skype and type

    $top

    Cat here the output
  7. Replies
    6
    Views
    762

    [SOLVED] Re: Video editing software

    You can use
    Avidemux
    Blender VSE
    Cinelerra
    Ingex
    VLMC
  8. Replies
    3
    Views
    494

    [SOLVED] Re: How to auto mount a partition?

    Please mark this topic are SOLVED in title.
  9. Replies
    8
    Views
    510

    [ubuntu] Re: Unable to play wma files in Ubuntu

    You can use mplayer

    $ sudo apt-get install mplayer*
  10. [other] Re: Why Apache SSL installation doesn't require public key

    To print the content of your certificate do :

    $ openssl x509 -in sslname.crt -text -noout
  11. [SOLVED] Re: How do I set up php on my new Linux system?

    You can configure your apache and write a test php page
    under /var/www/ write test.php
    [code]
    <?
    phpinfo();
    ?>
    Restart apache
    $ sudo /etc/init.d/apache2 start
    Test with browser
    $firefox...
  12. Replies
    8
    Views
    940

    [ubuntu] Re: Best Backup tool for ubuntu 11.10

    CloneZilla live CD to backup/restore partition/disk
  13. Replies
    4
    Views
    409

    [ubuntu] Re: design electrical circuit

    Lunch synaptic and search electronic software
    -Eagle
    -KiCAD
    -PCBDesigner
    -gEDA Schematic Editor
    -electric
  14. Replies
    7
    Views
    629

    [ubuntu] Re: https is slow

    What's the version of your browser.
    Check SSL settings (TLS1.0 SSL2.0 SSL3.0..) in your browser
  15. Replies
    5
    Views
    333

    [ubuntu] Re: Printer not working

    Connect over network or usb?
  16. [ubuntu] Re: remotely access sql database for learning?

    You can install mysql server or postgrez

    $ sudo apt-get install mysql-server*
    $mysql
    mysql>
  17. Replies
    5
    Views
    490

    [ubuntu] Re: Help securing server

    nmap -sS ipaddress
    Or
    nmapfe - GUI

    $ sudo apt-get install nmapfe
  18. Replies
    9
    Views
    4,137

    [ubuntu] Re: 11.10 overwrites my resolv.conf

    I have the same problem, after reboot the file resolv.conf is empty.
  19. Replies
    3
    Views
    256

    [ubuntu] Re: Begin networking

    You can connect two machine directly with crossed cable.
  20. [ubuntu] Re: Webcam not working for google video services

    $sudo mv /opt/google/talkplugin/GoogleTalkPlugin /opt/goog/talkplugin/GoogleTalkPlugin.old
    $sudo gedit /opt/google/talkplugin/GoogleTalkPlugin
    put in



    #!/bin/sh...
  21. Replies
    4
    Views
    343

    [ubuntu] Re: Hello, I need some help please!

    1) be able to run several windows based applications/tools from the server
    -- What's you application, you can use Wine/Crossover or Virtualbox
    2) Be able to host a web page or site
    -- You can use...
  22. Replies
    2
    Views
    308

    [ubuntu] Re: boot issue with ubuntu 11.10

    I have the same problem
    Me I can connect to tty1 (ctrl-ALt-F1).
    I change the Dislapy manager to gnome (gdm) to connect on tty7.
  23. Replies
    3
    Views
    1,501

    [ubuntu] Re: SD card reader not detected

    What's the filesysem of your SD card?

    Can you remove the card the open a terminal and put
    [code0$ sudo tail-f /var/log/message[/code]
    Then insert the SD card and put the ouput
    ]
  24. Replies
    3
    Views
    489

    [ubuntu] Re: cron and crontab

    What you script wav.sh do.
    Can you send it here.
  25. Replies
    2
    Views
    307

    [ubuntu] Re: File system storage error

    Cat the output of

    $df -h
Results 1 to 25 of 50
Page 1 of 2 1 2