Home
Archives
Links icon
FB Github Stackoverflow
About
  • Unix like - Shebang Line

    Mar 10, 2020 Linux CentOS7

    1#!/usr/bin/python
    2# 後續代碼
    

    第一行, 稱之為 shebang line, 至於他在幹嘛? 進來看看唄

    Read More
  • RHCSA - Command Line

    Mar 7, 2020 Linux CentOS7

    因為這東西太多人寫了, 所以很懶得花時間把人家寫過的再寫一次

    就用導讀的方式, 把一些名詞釐清, 其他的有興趣的自然會去 google

    Read More
  • RHCE 經驗談

    Mar 6, 2020 CentOS7 RHCSA RHCE redhat

    RHCEBooks

    Read More
  • 架設私有 PyPI Server

    Mar 5, 2020 Python3.7 CentOS7 PyPI-Server

    images/2020/03/PyPI_Server.png)

    • 用過 Python 的你或許知道 pip install XX, 但是你知道這是什麼原理嗎?
    • 整包服務寫好了, 但跨組之間的套件如何相互飲用又可維持不對外開放?
    • 網路對外很慢, 打算用私有 PyPI Server 作為快取或許也是個不錯的點子

    本文來教你, 在私有環境架一個 PyPI Server

    Read More
  • 在 CentOS7 上 安裝 Python3.7

    Mar 3, 2020 Python3.7 CentOS7

    本文說明在全新的 CentOS7 裡頭, 安裝 Python3.7 && python-pip

    Read More
  • 移除 LVM-SWAP

    Nov 14, 2018 centos7 lvm

    自己一開始在安裝 CentOS7 的時候, 懶得動腦, 而在磁區劃分時, 就選用 讓我自訂磁區劃分, 然後再選擇使用 預設方式規劃檔案系統, 於是就被分配了 512M 的 swap 現在問題來了, 512MB 的空間我不想要用在 swap 之上, 怎麼把它從系統上要回來勒!? 一開始想得很單純, 先把 swap 拿掉, 再從 fstab 移除, 最後再把 Logical Volume 移除即可, 但悲劇就發生了... 無法開機 ><

    Read More

TonyChou

An ex-accounting worker, now a Programmer. Using Excel VBA for years, start touching database, Java, Python, javascrip since 2017. Learning aws, docker now

Recent Posts

  • Python base image 切勿使用 alpine
  • classmethod, staticmethod, instance method in Python
  • Unix like - Shebang Line
  • RHCSA - Command Line
  • RHCE 經驗談
  • 架設私有 PyPI Server
  • 在 CentOS7 上 安裝 Python3.7
  • Promise 極簡版之不專業學習筆記

Tags

CENTOS7 6 DNS 5 DOCKER 3 LINUX 3 PYTHON3.7 3 APACHE 2 CALLABLE 1 DOCKER-NETWORKING 1 GENERATOR 1 GITLAB-PAGE 1 GO 1 INDEX 1 ITERABLE 1 ITERATOR 1
All Tags
APACHE2 CALLABLE1 CENTOS76 DNS5 DOCKER3 DOCKER-NETWORKING1 GENERATOR1 GITLAB-PAGE1 GO1 INDEX1 ITERABLE1 ITERATOR1 JAVASCRIPT1 LINUX3 LVM1 MAIL1 MARKDOWN1 NODEJS1 PERMISSION1 PROMISE1 PYPI-SERVER1 PYTHON1 PYTHON3.73 REDHAT1 RHCE1 RHCSA1 SSG1
[A~Z][0~9]

Copyright © 2022 TONYCHOU. All Rights Reserved