天天看點

阿裡雲centos7伺服器使用記錄阿裡雲centos7伺服器使用記錄

阿裡雲centos7伺服器使用記錄

以下都是我在使用阿裡雲伺服器過程中參考過的文章

阿裡雲伺服器使用記錄

  1. CentOS伺服器安裝python3.7.0

    本地預裝python2.7

    參考:https://www.cnblogs.com/anxminise/p/9650206.html

  2. 重命名檔案

    參考:https://www.cnblogs.com/xcb0730/p/6957481.html

  3. 阿裡雲伺服器安裝部署及第一個Python爬蟲代碼

    參考:

    https://blog.csdn.net/Eastmount/article/details/79321822?utm_source=blogxgwz3

  4. centos安裝mysql8

    參考:https://blog.csdn.net/luowenmin/article/details/81945548

    參考:https://blog.csdn.net/qq_32672633/article/details/80325470

  5. centos下mysql服務啟動、關閉、重新開機、檢視服務

    參考:https://www.cnblogs.com/telwanggs/p/9953175.html

  6. mysql修改密碼

    參考:https://www.jianshu.com/p/b437566ccf98

    參考:https://blog.csdn.net/zhouzhiwengang/article/details/87343593

  7. centos查找檔案所在位置

    參考:https://blog.csdn.net/zzcchunter/article/details/83061087

  8. 解除安裝mysql8.0.17

    參考:https://blog.csdn.net/eric_wii/article/details/86300450

  9. 本地Navicat連接配接阿裡雲伺服器mysql

    參考:https://blog.csdn.net/nw_ningwang/article/details/76218997

    報錯參考:https://help.aliyun.com/knowledge_detail/41489.html

    報錯參考:https://blog.csdn.net/qq_41210698/article/details/89817038

  10. windows向centos傳輸檔案

    參考:https://blog.csdn.net/sgmcumt/article/details/79135395

    psftp傳輸檔案:https://blog.csdn.net/zxl315/article/details/5955202

    遠端操控伺服器相關軟體:

    https://www.cnblogs.com/yijian001/p/9051124.html

  11. scrapyd scrapyd-client使用教程

    參考:https://www.cnblogs.com/yijian001/p/9051124.html

  12. centos7安裝mongodb

    參考:https://www.jianshu.com/p/a0f5d62a5737

  13. centos7安裝anaconda

    參考:https://blog.csdn.net/weixin_43848579/article/details/85056157(清華鏡像,解決下載下傳速度太慢)

    參考:https://my.oschina.net/RanboSpider/blog/1610922(下載下傳速度太慢)

  14. centos7解除安裝anaconda

    參考:https://blog.csdn.net/hang916/article/details/79530108

  15. 通過anaconda建立虛拟環境:first_spider

    conda create --name first_spider python

  16. centos7為conda添加下載下傳鏡像,提高下載下傳速度

    參考:https://www.jianshu.com/p/1a9c059d72bd

  17. python建立虛拟環境

    參考:https://blog.csdn.net/sinat_41898105/article/details/80714974

  18. 虛拟環境所在路徑

    /root/.VIRTUALENVS

  19. scrapyd-deploy路徑

    /usr/MySoftware/anaconda3/bin/scrapyd-deploy

  20. 中文scrapy網

    http://www.scrapyd.cn/

  21. scrapyd文檔

    英文文檔:https://scrapyd.readthedocs.io/en/stable/api.html#cancel-json

    中文參考文檔:https://blog.csdn.net/superatom01/article/details/85019492

  22. centos7通過scrapyd部署scrpay爬蟲,實作遠端控制

    https://www.jianshu.com/p/411c80a51d7a

  23. centos7安裝、配置mongodb

    參考:https://www.cnblogs.com/flying1819/articles/9035408.html

繼續閱讀