Is licensing in Linux death?

Discussion in 'Programming' started by @nibb, May 8, 2011.

  1. #1
    I developed some software which I want to license. In Windows its pretty much easier as you can make expiration trial and keys for activation. Please dont go into it can be cracked and stuff, everything can, but the average user will not, or it will take him time on which he ratter just paid.

    Now I have it running on linux as well but I dont know how I can make the same license model in Linux. Is there a way to make license server check on Linux and trial expirations?

    Its seems there very few softwares actually on a trial period for Linux, mostly because as its open source everyone can modify everything.

    My installer basically creates some php, databases, etc.

    Im interested on license check from the server for Linux and how to block the full thing if its fails.
     
    @nibb, May 8, 2011 IP
  2. @nibb

    @nibb Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    I wanted to update, that what im asking is not how to protect the files, you can do this with encoding, but if someone knows a script to verify license, or is it that in Linux the all free moto just makes developers not interesting into licensing for Linux it may be.
     
    @nibb, May 8, 2011 IP
  3. @nibb

    @nibb Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Never mind. I found most of my answers :)
     
    @nibb, May 8, 2011 IP
  4. prampampam

    prampampam Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Actually there are some commercial softwares in Linux, for example Visual Paradigm and Intellij IDEA. These softwares save license information on per user basis (in home directory). In Linux it's pretty easy to find a particular software's settings as they usually saved in their own folders and these folders are very easy to delete.
     
    prampampam, May 11, 2011 IP
  5. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If your code is in PHP, your only viable option is Ioncube.
     
    jazzcho, May 22, 2011 IP