Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    1,269

    [ubuntu] Re: Hardy shutdown halts but doesn't power off

    FWIW, as stated in my first post, the PC is being setup to run a CNC milling machine, using LinuxCNC (Ubuntu 8.04 version) as the OS. As such, it will be a stand-alone unit with no permanent internet...
  2. Replies
    13
    Views
    1,269

    [ubuntu] Re: Hardy shutdown halts but doesn't power off

    Just for a moment there, I thought you may be onto something, however apmd was already installed. :sad:
  3. Replies
    13
    Views
    1,269

    [ubuntu] Re: Hardy shutdown halts but doesn't power off

    Still no joy. It's an old PC and LinuxCNC is only built on LTS releases. As said previously, 10.04 won't boot so 8.04 is my only option. Following a bios upgrade, 10.04 will boot but takes about 15...
  4. Replies
    13
    Views
    1,269

    [ubuntu] Hardy shutdown halts but doesn't power off

    After a few days of trying to fix a problem, I've had to give in and ask for help...

    I have an old desktop PC, circa 2003, which I am setting up to run a CNC machine. The OS is LinuxCNC which is...
  5. Replies
    5
    Views
    678

    [all variants] Re: Process ID numbering

    So the PIDs are basically a 16-bit integer array which returns to the lowest available number when it hits the upper limit? Makes sense now as it will be working sequentially rather than attempting...
  6. Replies
    5
    Views
    678

    [all variants] Re: Process ID numbering

    It was tongue in cheek, yes.

    I just wonder why the PIDs don't follow conventional logic and re-use the lowest "free" id. That is assuming that the PID becomes available when a process is closed?...
  7. Replies
    5
    Views
    678

    [all variants] Process ID numbering

    I have a VPS server on which I run a number of Python scripts and have a minor annoyance with how the processes are numbered. For instance, a script which has been running since boot might be PID...
  8. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    This thread should of been a poll.

    I haven't read the other 868 pages.

    I first used Linux about 5 years ago when a friend's Windows pc had blue screened and I couldn't boot into safe mode or...
  9. Replies
    4
    Views
    2,191

    Re: [python] Time offset via NTP server

    Spot on. I've had to provide my app as a standalone using py2exe. I usually have to explain "double-click setup.exe with your left mouse button" as well. This is what happens when people who know...
  10. Replies
    4
    Views
    2,191

    Re: [python] Time offset via NTP server

    The end users are not very computer literate so I need to keep things as simple as possible. So far my app has been written in pure python and has no dependencies. I'd like to keep it that way.
  11. Replies
    4
    Views
    2,191

    [python] Time offset via NTP server

    I have a project which connects to a server via an official API, however they provide no means of time synchronisation and rely on the user having an NTP sync'd pc clock. I don't want to force the...
  12. Replies
    30
    Views
    1,898

    Re: Best Netbook for Ubuntu

    I bought a Toshiba NB-100 a few years ago. Came pre-installed with Ubuntu NBR and never had any problems. Have recently upgraded it to Mint 11 and had no issues.
  13. Re: [python] Distributing scripts to Windows users

    OK, Google suggests py2exe might be what I want, however it seems that I'll need to boot Windows to run it. Is there any way to create a Windows compatible installation from Ubuntu? Or maybe a...
  14. [python] Distributing scripts to Windows users

    I'm programming a none-GUI Python script on my Ubuntu box for a none-savvy Windows user. Assuming they don't already have Python installed and will not be familiar with terminal/command prompts, how...
  15. [python] Subprocess.Popen(firefox) leaves an Orphan process

    I have a Python script that does some process management. All is working fine except for when it launches Firefox. We can normally launch a process as none-blocking and then terminate() it when we...
  16. [all variants] Re: Hiding IP Address in outgoing Email Headers

    Sounds like a nice job for a Python script and pyCurl. ;)
  17. [all variants] Re: Hiding IP Address in outgoing Email Headers

    Ok, i assume that you are referring to the internal router address that starts with 192.168... That is not the address i am concerned about. I sent myself an email via different accounts and in the...
  18. Replies
    12
    Views
    655

    [ubuntu] Re: Getting away from gui

    Ahhh, yes...i assumed you were referring to a Home Desktop PC rather than a server because you referred to "control of the desktop". I've never worked on a server setup, but i assumed it was ALWAYS...
  19. Replies
    12
    Views
    655

    [ubuntu] Re: Getting away from gui

    I don't have an answer for you but i'm just wondering WHY you want to get rid of the GUI? What is the benefit?
  20. Thread: c and c++,

    by pokerbirch
    Replies
    6
    Views
    591

    [ubuntu] Re: c and c++,

    Code::Blocks is an excellent IDE, is similar to Visual Studio and can also import VS projects. I program in Python most of the time but use Code::Blocks when i need to use C or C++.
  21. [all variants] Hiding IP Address in outgoing Email Headers

    I just discovered View > "All message headers" in the Evolution email client and am quite concerned that all my out going emails contain my personal IP Address. I know that this is standard email...
  22. Replies
    2
    Views
    634

    [SOLVED] Re: SMTP Server for roaming

    After playing around with Postfix, i decided to look for an easier solution. This led me to solving the problem by routing all outgoing mail through Gmail. Initially, the "From:" header was incorrect...
  23. Replies
    2
    Views
    634

    [SOLVED] SMTP Server for roaming

    I'm sure this must be a common problem, yet Google hasn't really helped me. On my desktop PC, i normally setup my SMTP mail server to use the one provided by my ISP.

    I also have a Netbook running...
  24. Replies
    6
    Views
    643

    Re: application development in linux

    +1 for code::blocks IDE, especially if you're looking for something similar to VS.
  25. Replies
    1
    Views
    833

    X Window geometry

    I'm working on a simple Python script that will rearrange some window positions on my Ubuntu Gnome desktop. I have a function that shells the xwininfo command to get the geometry of a given window,...
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4