(and other IDEs.)
This document assumes a Linux-based host machine.
- Install OpenSSH Server on your host if you don't have it:
sudo apt install openssh-server
| /** | |
| * Cron Expression Parser Library | |
| * Converts cron expressions to human-readable descriptions and calculates next execution times | |
| */ | |
| class CronParser { | |
| constructor() { | |
| this.monthNames = [ | |
| null, "January", "February", "March", "April", "May", "June", | |
| "July", "August", "September", "October", "November", "December" | 
| { | |
| $schema: "https://docs.renovatebot.com/renovate-schema.json", | |
| extends: ["config:base"], | |
| labels: ["dependencies"], | |
| timezone: "Asia/Kolkata", | |
| schedule: ["before 11am on saturday"], | |
| enabledManagers: ["npm"], | |
| rangeStrategy: "bump", | |
| commitMessagePrefix: "chore(deps): ", | |
| commitBodyTable: true, | 
| <body> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | |
| <header> | |
| <div class="collapse bg-dark" id="navbarHeader"> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-sm-8 col-md-7 py-4"> | |
| <h4 class="text-white">About</h4> | |
| <p class="text-muted">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p> | |
| </div> | 
| { | |
| "ROOT": { | |
| "type": { | |
| "resolvedName": "GridContainer" | |
| }, | |
| "isCanvas": true, | |
| "props": { | |
| "styles": { | |
| "gap": "0.5rem", | |
| "display": "grid", | 
(and other IDEs.)
This document assumes a Linux-based host machine.
sudo apt install openssh-server
| created | 
|---|
| 2023-05-02 10:17 | 
tags: [[+Daily Notes]]
<< [[<% fileDate = moment(tp.file.title, 'YYYY-MM-DD-dddd').subtract(1, 'd').format("[Timestamps]/YYYY/MM-MMMM/YYYY-MM-DD-dddd") %>|Yesterday]] | [[<% fileDate = moment(tp.file.title, 'YYYY-MM-DD-dddd').add(1, 'd').format("[Timestamps]/YYYY/MM-MMMM/YYYY-MM-DD-dddd") %>|Tomorrow]] >>
| #!/usr/bin/env bash | |
| # Source: https://stackoverflow.com/a/46033999/7678576 # | |
| previous_tag=0 | |
| for current_tag in $(git tag --sort=-creatordate) | |
| do | |
| if [ "$previous_tag" != 0 ];then | |
| tag_date=$(git log -1 --pretty=format:'%ad' --date=short ${previous_tag}) | 
| root = true | |
| [*] | |
| indent_style = tab | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true | |
| [*.yml] | 
| #/usr/bin/bash | |
| # Homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Node and friends | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash | |
| brew install zsh git neovim neofetch tmux tree bash rbenv | |
| # pnpm | 
| {"lastUpload":"2021-02-20T19:33:06.968Z","extensionVersion":"v3.4.3"} |