# resources **Repository Path**: lxyu0405/resources ## Basic Information - **Project Name**: resources - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: update - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Resources * [.bash_profile](https://gitee.com/lxyu0405/resources/blob/update/.bash_profile) for Mac * [.vimrc](https://gitee.com/lxyu0405/resources/blob/update/.vimrc) for vim config * [logback-spring.xml](https://gitee.com/lxyu0405/resources/blob/update/logback-spring.xml) for spring-boot * [nginx-default](https://gitee.com/lxyu0405/resources/blob/update/nginx-default) for nginx virtual host default config * [mvn settings.xml](https://gitee.com/lxyu0405/resources/blob/update/settings.xml) for maven settings * [systemd + service](https://gitee.com/lxyu0405/resources/blob/update/demo.service) create new service on Ubuntu1604 [/etc/systemd/system] * sudo systemctl daemon-reload * sudo systemctl enable demo.service * sudo systemctl start demo.service * sudo systemctl status demo.service * [Mapael=SVG | Inkscape | images/maps](https://www.highcharts.com.cn/mapdata) 中国省市地图svg资源 ## Blogs * [VPS 启用子域名(Ubuntu16.04 + Nginx + LetsEncrypt)](https://gitee.com/lxyu0405/resources/blob/update/VPS%20%E5%90%AF%E7%94%A8%E5%AD%90%E5%9F%9F%E5%90%8D(Ubuntu16.04%20%2B%20Nginx%20%2B%20LetsEncrypt).md) * [Ubuntu部署Flask, Nginx + Gunicorn](https://gitee.com/lxyu0405/resources/blob/update/Ubuntu%E9%83%A8%E7%BD%B2Flask%2C%20Nginx%20%2B%20Gunicorn.pdf) * [Vim Plugins with Vundle](https://gitee.com/lxyu0405/resources/blob/update/Vim%20Plugins%20with%20Vundle.md) * [Spring Boot 日志工具logback配置](https://gitee.com/lxyu0405/resources/blob/update/SpringBoot%E6%97%A5%E5%BF%97%E5%B7%A5%E5%85%B7logback%E9%85%8D%E7%BD%AE.md) * [Java开发规范-阿里巴巴](https://gitee.com/lxyu0405/resources/blob/update/Java-development-manual.pdf) * [MySQL远程连接配置](https://gitee.com/lxyu0405/resources/blob/update/mysql_remote_server.md) * [Install LEMP on Ubuntu16.04](https://gitee.com/lxyu0405/resources/blob/update/digitalocean-tutorials/Ubuntu16.04-LEMP.pdf) * [Install phpmyadmin/nginx on Ubuntu16.04](https://gitee.com/lxyu0405/resources/blob/update/digitalocean-tutorials/Ubuntu1604-Phpmyadmin-Nginx.pdf) * [Install Apache Maven on Ubuntu16.04](https://gitee.com/lxyu0405/resources/blob/update/digitalocean-tutorials/Ubuntu1604-Java-Maven.pdf) * [Install LEMP+WordPress on Ubuntu16.04](https://gitee.com/lxyu0405/resources/blob/update/digitalocean-tutorials/Ubuntu1604-WordPress.pdf) ## Scripts * [python-拆分超大Excel](https://gitee.com/lxyu0405/resources/blob/update/scripts/split_excel.py)