IntelliJ IDEA License Server v1.3
使用说明详见:http://blog.lanyus.com/archives/174.html
v1.1版在这里:http://blog.lanyus.com/archives/189.html
v1.2版在这里:http://blog.lanyus.com/archives/228.html
更新说明:
添加-l参数,用于指定绑定监听到哪个IP。
下载地址:
https://mega.nz/#!K1pAHIiL!0Dw3C4rggRO2KDHWOA57Q-DQ3TSOZEawkbVuzMTZ5XQ
解压密码:C733385A90EF0EBFEFAA70C273E8887C4E0B4014
有没有源码,或者思路,ij激活时会请求服务器两次,每次的salt都不一样.激活服务器返回的数据是
607875500 OK 1472534699254 1 licensee=xx licenseType=0有没有 mips 版的?
google 和百度盘 连接都失效了
@jiefan
没办法,mega没问题
三个链接都失效了,求博主再发一下
@用户233
重新上传了
我想问一下,Mac 执行 sudo ./IntelliJIDEALicenseServer_darwin_amd64 Killed: 9 是什么原因呢?
Hello. Thank you for license server. Can you public source?
When running in macOS sierra GM, "Killed: 9" is output and the program is terminated.
@Ken
i have this problem too。
at first,i think change gatekeeper permission like `sudo spctl --master-disable` may be can solve this.
but not.it seems this program need to be modify for new macOS
Thank you very much for the lincese server. You have done an amassing job.
I don't know how to thank you because i don't have a credit card nor any other way to pay online, if i had i would donate something for you for sure.
I am a very grateful Cuban Software Developer / Engineer .
var Thank you very much*=infinity;
Sorry, the translation of user name was wrong and i entered my number.
Thank you very much for the lincese server. You have done an amassing job.
I don't know how to thank you because i don't have a credit card nor any other way to pay online, if i had i would donate something for you for sure.
I am a very grateful Cuban Software Developer / Engineer .
var Thank you very much*=infinity;
刚刚升级的mac os x sierra 10.12 无法运行 IntelliJIDEALicenseServer_darwin_amd64
@sierra
upx 脱壳后可以正常使用
@sierra
刚刚接触mac
使用upx命令,终端提示不能识别的命令呢
upx -d IntelliJIDEALicenseServer_darwin_386
@ilanyu Hi, Thanks for your contribution. Please can you share JRebel/XRebel server code so that it can be run on localhost. Thanks
Thanks @fixer. Unpacking the upx packed archive works for me on Sierra. You need to install upx if you don't have it yet: brew install upx
Then run upx -d IntelliJIDEALicenseServer_darwin_386
You should then be able to run this on Sierra without it being killed.
非常感谢大神楼主提供的激活工具!目前有个运行问题想请教一下楼主:之前在OS X 10.11 下程序运行非常正常,前段时间升级到10.12后,每次运行您的文件都会被kill掉 (显示xxxx killed: 9)。您觉得是什么原因?谢谢!
@Patrick P.
upx脱掉
@ilanyu问题解决了,感谢博主!!
@Patrick P.
请问怎么解决的?upx脱掉是什么意思?
@Patrick P.
搜索了一下解决了。
1 安装upx
brew install upx
2 解压应用
upx -d IntelliJIDEALicenseServer_darwin_amd64
注意,解压之后,文件名不变,文件大小增加了。
请问,我在windows下双击就可以了。但是在ubuntu 16.04 32位中,运行sudo ./IntelliJIDEALicenseServer_linux_386 会提示找不到命令,运行./IntelliJIDEALicenseServer_linux_386则是提示没有权限。双击的话会提示没有关联的程序。请问应该怎么设置?我翻看了以前的文章,好象只有windows的说明。
解决了。翻看了以前的留言,需要先chmod a+x IntelliJIDEALicenseServer_linux_386,
再使用sudo ./IntelliJIDEALicenseServer_linux_386来执行,如果不用sudo则会提示listen tcp4 :1017: bind: permission denied
@seed
用1024以上的端口,不用加sudo
works like a charm
请问 CentOS 下提示 Bus error 是什么原因?
windows版要是支持windows服务就好了,设置开机启动不不必每次自己执行这个文件。
@nemo 用nssm自己添加个service
命令启动后独占shell,即使末尾加上&也无效,配置成service后,systemctl start一样会独占shell
希望能改进
systemd service file:
[Unit]
Description=*Anything you like*
After=network.target
[Service]
#User=root
@程序人生
Restart=always
RestartSec=30
ExecStart=/usr/local/bin/idea-license-server
[Install]
WantedBy=multi-user.target
系统 win 10
IDE WebStorm 2016.2.4
亲测可用,谢博主
从1.0到1.3的所有版本的linux_386和linux_amd64在ubuntu 14.04 64位系统和centos6.5以上的64位系统中打开显示segmentation fault。vps是在阿里云上的,应该不会是我自己有问题,我换了好几个服务器试了。
@Pure White
没那多服务器,我这边试了ubuntu 10.10 x86、 centos 7.1 x64、红帽企业版 6.7 x64,均没有问题