Carlie27's Blog

some note of becoming fullstack engineer

  • Articles
  • Author
No Image

Tmux conf and plugin

2019 年 5 月 22 日 charlie27 0

source: https://gist.github.com/ryerh/14b7c24dfd62 …

No Image

Install gcloud on mac with tcsh/bash

2019 年 5 月 9 日 charlie27 0

1.Download from interactive installation It will i …

No Image

[Ubuntu] Apache2 http2 config

2019 年 1 月 16 日 charlie27 0

Update your apache version sudo add-apt-repository …

No Image

[Nginx] virtualhost config(http2,HSTS,SSL) A+ in SSL Labs

2019 年 1 月 16 日 charlie27 0

server { # 傾聽 HTTPS 標準埠號 443 listen 443 ssl http2; …

No Image

[Ubuntu] Certbot of Apache to renew letsencrypt certificate

2019 年 1 月 16 日 charlie27 0

crontab 0 0 * * * /opt/letsencrypt/certbot-auto re …

No Image

[Ubuntu] Change to tcsh shell and set vim as default editor

2019 年 1 月 16 日 charlie27 0

sudo apt install tcsh chsh -s /bin/tcsh ~/.tcshrc …

No Image

linux解壓縮

2018 年 9 月 25 日 charlie27 0

.tar (僅打包,無壓縮) 套件名稱:tar。 打包: tar cvf FileName.tar …

文章導覽

« 1 2 3

Latest Article

  • [Ubuntu] debconf-set-selections usage example 2020 年 11 月 10 日
  • [Git] faster rebase by using git commit –fixup 2020 年 10 月 30 日
  • [Mac] xcrun error: invalid active developer path missing xcrun 2020 年 10 月 8 日
  • [Linux] Useful usage of sshpass and rsync 2020 年 10 月 6 日
  • [MySQL] Fix mysql data corruption workflow 2020 年 9 月 30 日
  • [VS code] Pylint not work in Windows 10 2020 年 6 月 23 日
  • [MySQL] Restore from another host by ibd file 2020 年 6 月 1 日
  • [Django] How to Reset Migrations 2020 年 5 月 31 日
  • [MySQL]How to drop a large table 2020 年 5 月 31 日
  • [nvm] Install nvm and switch node version 2020 年 3 月 25 日

Category

  • Containerize (2)
  • Databases (3)
  • Git (1)
  • Javascript (2)
  • Linux (12)
  • Python (3)
  • Uncategorized (2)
  • Windows (2)

Top views

  • [nvm] Install nvm and switch node version
  • [MySQL]How to drop a large table
  • [MySQL] Restore from another host by ibd file
  • [Django] How to Reset Migrations
  • [Angular] set the default ‘select’ ng-model to an object
Login

Copyright © 2021 | WordPress Theme by MH Themes