Search:

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

Search: Search took 0.19 seconds.

  1. [ubuntu] Re: Unable to share HP Deskjet 3535 printer

    ugh...
  2. [ubuntu] Unable to share HP Deskjet 3535 printer

    I've tried https://help.ubuntu.com/community/NetworkPrintingWithUbuntu and https://help.ubuntu.com/community/HpAllInOne but I can't get the share working. It was working fine with 8.04 but I can't...
  3. Replies
    763
    Views
    65,171

    Re: Challenge for all you Microsoft haters!

    I don't take gaming as a MSFT's merit at all. The only reason most PC games are available only for Windows is because most pcs are running it, as MAC OSX gains market share, more games become...
  4. Re: HOWTO: Disable screen saver while Flash is running

    which part of this script I need if I just need a terminal command to disable the screen saver?
  5. Replies
    0
    Views
    1,173

    HOWTO: Persistent monitor rotation

    This is a fix that allows for persistent configuration of tho monitor's pivot rotation. You most create two scripts:

    screen-rotate

    #!/bin/bash
    if [ "$1" = "right" ]
    then
    rotate="right"...
  6. Replies
    74
    Views
    4,990

    Poll: Re: Survey: Do you speak Esperanto?

    It sounds interesting, tho I'm trying to focus on japanese right now.

    seems to be a good languaga for relatonal learning too, mixes a bunch of languages and is simpler than latin
  7. Replies
    15
    Views
    26,671

    Re: Cross compiling for mac os x on linux

    it's quite understandable there is no wine equivalent for Mac OS (what are you going to run? GarageBand?).
    The best choices are
    a) use platform-independent languages
    b) ensure your software runs...
  8. Re: help creating a form with JavaScript/PHP

    document.write is deprecated, and all it does is appending content to the page's HTML source, which is very cumbersome

    to properly insert data, use document.getElementById(id).innerHTML:

    ...
  9. Replies
    18
    Views
    891

    Re: Programming 'PHP'

    this command should get you all you need to start developing on PHP

    sudo apt-get install apache2 php5 php5-mysql php5-gd phpmyadmin mysql-server
  10. Re: Getting binary output from USB devices?

    don't want to sound rude, but how exactly do you expect me to develop software for Linux using a program for Windows? (and no, Wine seems no good)
  11. Replies
    22
    Views
    1,499

    Re: Math, Math Math

    the only commonly-made type of software that may require complex math I can think of is games. If you're not doing these nor anything else that plays with heavy calculations (like, statistic...
  12. Re: HOWTO: Install latest aiptektablet drivers from CVS

    I had a hard time trying to properly install my tablet on previous versions of Ubuntu (in fact, the fact 8.10 presented a new way to configure tablets was THE reason for me to update)

    But I'm not...
  13. Getting binary output from USB devices?

    Is there a software that allows me to monitor the output of an USB device?
  14. Replies
    0
    Views
    264

    [all variants] Desktop as Webcam?

    Does anyone knows a way to make a pseudo-webcam that transfers the images from your desktop?
    Additionally, is there a way to make the sound output a valid input, to show what you are hearing,...
  15. Replies
    2
    Views
    820

    [kubuntu] Re: Screen rotation has gone dead.

    up?
  16. Replies
    2
    Views
    820

    [kubuntu] Screen rotation has gone dead.

    I have been unable to rotate my screen since the last kernel update (2.6.24-22) Trying to run the "xrandr -o left" gives me the error



    lol@lol-desktop:~$ xrandr -o left
    X Error of failed...
  17. [xfce] Can't output non-english characters on KDE apps

    I'm having a strange problem. On KDE apps, I can't put complex characters such as 'á','é','ç' normally, but if I run with sudo it does. this problems shows on every KDE app and none other. how do I...
  18. Replies
    0
    Views
    364

    [ubuntu] [7.10] Can't use SCIM

    I can't get SCIM to work. the keyboard icon shows up on the taskbar but it does nothing. However, If I switch the desktop to japanese, it works fine, but I can't use it while on pt_BR locale.

    I've...
Results 1 to 18 of 20