Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    282

    [all variants] Re: [SOLVED] Kernel Panic

    I ran fsck (it didn't fix any errors) and had to shut it down since I had to do something else. When I started it back up, it worked again. not sure what fixed it.
  2. Replies
    1
    Views
    282

    [all variants] [SOLVED] Kernel Panic

    The power went out last night and this morning my son's xubuntu machine was booting to a BusyBox session. The line prior was a couple of mounting errors



    mount: mounting /sys on /root/sys...
  3. Replies
    4
    Views
    4,117

    Re: Printing PHP PostScript

    you can use php's exec() function to execute a print command.

    exec("lpr -P <printer> -r <path_of_file_to_print>");

    That command will print the file and then delete them. Of course this only...
  4. [all variants] Amarok: how to create a smart playlist of podcasts

    I'm trying to make a smart playlist in amarok to be used for syncing to my mp3 player of the podcasts and specifically, the new episodes. I can't seem to find a way to reference the podcast episodes...
  5. [all variants] Re: Does such a program exist? Advanced Editor

    How about sed?



    sed 's/10.1.1.2/host2' *.cfg
  6. Thread: 2nd screen.

    by MacAnthony
    Replies
    23
    Views
    1,217

    [ubuntu] Re: 2nd screen.

    This is mostly directed to those helping with this issue: Is there a reason to not use xrandr?

    I'm not sure if there are limitations to it, but that's what I use and it's way easier to use...
  7. [ubuntu] Re: Lanching gui apps in terminal only system

    If an xserver isn't installed, there is nothing to draw and display a window for a gui app. I'm not sure if you are asking for it to run without an xserver or if you think there is some magical way...
  8. Replies
    14
    Views
    15,405

    Re: code::blocks build and run error

    Got the exact error? Permission denied to what?
  9. Replies
    20
    Views
    2,271

    [ubuntu] Re: Installing LAMP on UBUNTU

    Try making just a test html page (no php) to see. Looks like either apache isn't configured to handle php_mod or either apache or php is sending the wrong mime-type to the browser.
  10. Replies
    15
    Views
    780

    [ubuntu] Re: Need a way to use IE...

    Seems to be a theme related issue:
    http://ubuntuforums.org/showthread.php?t=670662
  11. [ubuntu] Re: how published your site with apache 2 in ubuntu

    If you have apache installed, then it should be working. The other computers should be able to access your web server by typing in the IP address of the server into a browser. If you want it...
  12. Replies
    15
    Views
    780

    [ubuntu] Re: Need a way to use IE...

    It's a plugin that needs to be installed:
    https://addons.mozilla.org/en-US/firefox/addon/59
  13. Replies
    15
    Views
    780

    [ubuntu] Re: Need a way to use IE...

    You can install wine and the IE4Linux software:
    http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu
  14. Replies
    2
    Views
    3,744

    [ubuntu] Re: gmake and make

    You typically only see it referred to as gmake on systems that have their own proprietary version of make like on solaris for example. Sun distributes a version of make, so the gnu version needs to...
  15. Replies
    21
    Views
    974

    [all variants] Re: Run script on login

    Xstartup, as it turns out, executes when kdm starts up so prior to user logging in and therefore doesn't really serve my purpose. I did some reading through the other files and found out that the...
  16. Replies
    9
    Views
    755

    Re: Verbose Mode

    Um, that entry in appdb is mine :)

    That was just to get it to run. I failed to test this one feature - which isn't a deal breaker in the program, but it's an annoyance.
  17. Replies
    21
    Views
    974

    [all variants] Re: Run script on login

    That should work fine for my solution. I'll check that out.

    I am still bewildered why the .xsession file isn't working though. Kind of unnerving.
  18. Replies
    21
    Views
    974

    [all variants] Re: Run script on login

    Ok, so tried a few more things.

    I changed the content of the .xsession file to:


    xterm &
    exec kde


    Which didn't have any effect. I then changed the exec to exec xfce to see if that would...
  19. Replies
    9
    Views
    755

    Re: Verbose Mode

    Cake poker.
    http://cakepoker.com/

    In the interface, there are some tabs that don't work. They used to, but not convinced it's a regression issue since the software is updated so frequently.
  20. Replies
    9
    Views
    755

    Re: Verbose Mode

    Thanks. Didn't seem to provide any further information. Looks like I'm stuck for now.
  21. Replies
    9
    Views
    755

    Re: Verbose Mode

    So I set the WINEDEBUG variable to something like WINEDEBUG=warn+all in the session before just starting wine and my app normally? That what I got out of that page but just wanted to make sure I was...
  22. Replies
    26
    Views
    1,587

    [ubuntu] Re: Undefined variable: brandname

    NP, Glad you got it working.
  23. Replies
    26
    Views
    1,587

    [ubuntu] Re: Undefined variable: brandname

    I would move the line:
    <b><? echo $brandname; ?> Products, Supplements, & Vitamins</b><br><br>

    To be directly below

    <H1 align=center>Vitamins & Supplements Made By <? echo $brandname; ?></H1>...
  24. Replies
    9
    Views
    3,163

    Re: Combining 2 commands in shell scripting

    Either way, I think it should work if you use double quotes instead.

    ssh $USR@$URL "cd /usr/local/appstage && tar -cvf /usr/local/BUILD_RELEASE/BUILD_BACKUP/CA/DEV/$Build_Number.tar *"

    Then the...
  25. Replies
    9
    Views
    3,163

    Re: Combining 2 commands in shell scripting

    Is this part of another script? Where are the $USR, $URL and $Build_Number variables coming form?
Results 1 to 25 of 75
Page 1 of 3 1 2 3