WangYan's repos on GitHub
172 watchers
nas-tools
NAStools 官方版本存档
Shell · 95 watchers
lanmp
Automatic installation script for Apache,Nginx,MySQL and PHP
PHP · 19 watchers
directmail
Aliyun DirectMail for Laravel 5.5
Shell · 11 watchers
docker-ocserv
A docker image for ocserv
Shell · 10 watchers
docker-hexo
A docker image for hexo
Shell · 9 watchers
rtrut
Automatic installation script for rTorrent and ruTorrent
Shell · 8 watchers
docker-seafile
A docker image for Seafile
Shell · 7 watchers
docker-shadowsocks
A docker image for shadowsocks server
Shell · 6 watchers
trans
Automatic installation and configuration of Transmission
Shell · 5 watchers
pureftpd
Automatic installation and configuration of Pureftpd
2 watchers
docker-lemp
Deploy LEMP(Linux+Nginx+MariaDB+PHP) using docker.
PHP · 2 watchers
ivcn
Simplified Chinese language pack for Imagevue
JavaScript · 2 watchers
jawstats
Simplified Chinese language pack for Jawstats
Shell · 2 watchers
sys-mon
Monitor system mem and load, if too high, restart some service.
Python · 1 watchers
wangyan-skills
王同学的 Skills 技能合集
TypeScript · 0 watchers
alist-web
0 watchers
alist-web-dist
dist of alist-web
Python · 0 watchers
anyrouter-check-in
支持 AnyRouter 平台多账号签到。
TypeScript · 0 watchers
ChatGPT-Next-Web
A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
0 watchers
cloud-mail
A Cloudflare-based email service | 基于 Cloudflare 的邮箱服务 | Cloudflare Email 邮箱 Mail
0 watchers
deepseek-webui
DeepSeek大模型自主调用API。AI调用API。
Shell · 0 watchers
docker-ghost
A docker image for ghost
Shell · 0 watchers
docker-node
A docker image for NodeJS
PHP · 0 watchers
docker-phpmyadmin
A docker image for phpmyadmin
Makefile · 0 watchers
gen-ssl-cert
OpenSSL 自签署证书生成
Rust · 0 watchers
hbb_common
0 watchers
InternLM-Tutorial
LLM&VLM Tutorial
Makefile · 0 watchers
k8s-tutorial-cn
The most(might be) detailed Kubernetes tutorials in Chinese. 全网(可能)最详细的Kubernetes中文教程。
PHP · 0 watchers
laravel-api
Laravel 5 API development notes
PHP · 0 watchers
laravel-zhihu
Use Laravel 5 to develop a Zhihu website
0 watchers
mo-gallery-web
一个现代化的图片画廊应用,前后端集成,支持多种部署方式和存储后端。现在bug待优化较多,希望大家多提issue🙏
JavaScript · 0 watchers
notionic
0 watchers
PicImpact
自部署的摄影作品网站,支持多种功能特性。PicImpact,分享你和世界!
TypeScript · 0 watchers
project-1757078911060-6t4xm562q
0 watchers
rustdesk
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
0 watchers
unlock-music
Unlock encrypted music file in browser. 在浏览器中解锁加密的音乐文件。
0 watchers
vuepress-javascript
The Modern JavaScript Tutorial (Sources)
0 watchers
wangyan
My GitHub Profile README
HTML · 0 watchers
wangyan.github.io
wangyan.github.io
WangYan

WangYan

V2EX member #4588, joined on 2011-01-01 02:15:51 +08:00
87 S 0.68 B
Per WangYan's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
WangYan's recent replies
May 10, 2018
Replied to a topic by jellybool 推广 CODECASTS 终身用户免费送
参加楼主这个活动需要先交 2000 元,承诺 1 年后返还。至于股权啥的都是扯蛋,没有法律效力的。

----

最后,友情提醒一下 @jellybool 赶紧退款收手,如果有人报警,你极有可能被抓!

毫无疑问,刑法第一百七十六条规定的“非法吸收公众存款或者变相吸收公众存款罪”已经为你量身定制。若数额在 20 万元以上或者吸收公众存款对象 30 人以上的,必须追究刑事责任。最后如果钱你还不了,或者失联了之类的,那么就又满足刑法第一百九十二条“集资诈骗罪”构成要件。如果数额在 10 万元以上的,处五年以下有期徒刑或者拘役。数额在 50 万元以上的,处五年以上十年以下有期徒刑。
Mar 14, 2018
Replied to a topic by neilp SSL letsencrypt 野卡正式上线, 来试试吧
一直在用 acme.sh 非常方便

如果可以,建议加上 Google Domain 支持 @neilp
Nov 19, 2017
Replied to a topic by j3n5en 分享发现 虾米 mac 客户端发现个好玩的注释
都散了吧,人家周末晚上了 还在加班~

Mar 13, 2017
Replied to a topic by WangYan 程序员 Serv-U FTP 版权纠纷
@Faratv2
该怎样用法律维权,起诉前又该怎样有效固定证据
若是被冤枉的,又该如何答辩,该怎样有效证明自己主张
外包合同中应如何将这类风险考虑进去
用盗版的法律风险
......
除了道德谴责 法律并非摆设
Sep 5, 2016
Replied to a topic by WangYan 分享创造 Docker image for lnmp
@ivmm

有 php7 的,所有包在官网都可以找到。 <https://pkgs.alpinelinux.org/packages>
Sep 4, 2016
Replied to a topic by WangYan 分享创造 Docker image for lnmp
文档写得详细了就觉得复杂。。。其实就下面两行代码,复制粘贴两次就可以了。。

```
docker run --name wangyan -p 80:80 -p 443:443 -d idiswy/lnmp:latest
docker exec -it wangyan mysql-setup MYSQL_ROOT_PASSWORD=123456
```
Sep 4, 2016
Replied to a topic by WangYan 分享创造 Docker image for lnmp
@ivmm 刚接触 linux 的时候也是喜欢大包小包都编译,慢慢的就会觉得纯属瞎折腾...
Aug 7, 2016
Replied to a topic by blahgeek Keybase Keybase.io is Bad
Jul 29, 2016
Replied to a topic by WangYan Docker Docker image for Seafile
@gzlock 在虚拟机中运行黑群就好了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2801 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 12:43 · PVG 20:43 · LAX 05:43 · JFK 08:43
♥ Do have faith in what you're doing.