Giter Site home page Giter Site logo

note's Introduction

Hi there 👋

不屬天,不屬地, 生於三界之外,不在六道之中, 腿推千斤,肉吃百斤, 神人唯吾,海葵國王。

Anurag's GitHub stats

  • 🔭 I’m currently working on Taiwan taipei
  • 🌱 I’m currently learning Linux, C/C++, Golang, MariaDB, NewSQL(TiDB)
  • 👯 I’m looking to collaborate on Banking Corporation
  • 🤔 I’m looking for help with FinTech (Program Trading...)
  • 📫 How to reach me: [email protected]
  • 😄 Pronouns: C, Golang, Back-End Engineer
  • ⚡ Fun fact: Basketball, Fitness, Freediving

Languages

Top Langs

note's People

Contributors

mikeqoo1 avatar

note's Issues

Git 相關

壓縮合併 (--squash)

把多個commit點,合併成一個點,再merge進主要分支

git merge --squash 加上這個標籤,就是把 分支上的修改壓縮成一個commit點再合併。將 branch 上的所有改動壓成一次 commit 再嘗試合併現在的分支。這樣我們還需要用一次 git commit 來提交,這时分支就可以變得很乾淨了

1111

sudo apt-get install build-essential

基礎ELK

ElasticSearch + Kibana + IK Plusin

先著重在ElasticSearch

lsyncd的說明

settings {
    logfile = "/var/log/lsyncd.log",
    statusFile = "/var/run/lsyncd.status",
    nodaemon = false,
    log = all,
    statusInterval = 180,
    maxProcesses = 1,
    inotifyMode = "CloseWrite or Modify",
    maxDelays = 20
}

sync {
   default.rsyncssh,
   source=來源資料夾,
   host=目標ip,
   targetdir=目標資料夾,
   rsync = {
        perms = true,
        archive = true,
        compress = true,
        whole_file = false,
        _extra = {"--bwlimit=5000"}
   },
   ssh = {
     port = 22
   }
}

Gitea手冊

步驟1. giteaFetch

步驟2. 接著切到最新的穩定版本分支上

步驟3. giteaRebuild

檢查 sudo systemctl status gitea

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.