Open in app

Sign In

Write

Sign In

Vit Tertiumnon
Vit Tertiumnon

10 Followers

Home

About

Sep 14, 2022

Windows + Git: File permissions

Windows must not change files which was created with Unix permissions: git config core.filemode false # in your project folder git config --global core.filemode false

Unix

1 min read

Unix

1 min read


Jul 21, 2022

Windows + Git: Change crlf to lf

Globally: git config --global core.autocrlf false git config --global core.eol lf In your project directory: git rm -rf --cached . git reset --hard HEAD

Git

1 min read

Git

1 min read


Jul 3, 2022

WSL2: Temporary failure resolving …

Run: sudo apt update Result: Err:1 http://archive.ubuntu.com/ubuntu focal InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu focal-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Temporary failure resolving 'security.ubuntu.com'

Wsl 2

1 min read

Wsl 2

1 min read


Mar 30, 2022

My best IDE font

https://www.jetbrains.com/lp/mono/

Fonts

1 min read

My best IDE font
My best IDE font
Fonts

1 min read


Oct 24, 2021

Azure + Git (SSH) != LFS

Azure

1 min read

Azure + Git != LFS
Azure + Git != LFS
Azure

1 min read


Oct 24, 2021

Git: RPC failed Error 413

The answer is: git config — global http.postBuffer 157286400

Git

1 min read

Git

1 min read


Oct 8, 2021

NodeJS: How to refresh PM2 instance

sudo npm i pm2@latest -g sudo pm2 update sudo pm2 startup sudo pm2 save

Nodejs

1 min read

Nodejs

1 min read


Jun 28, 2021

Windows 11 - Specific requirements: Some details

Not a secret, requirements for Windows 11 are not typical. I’ll try to disclose more details because I’ve encountered some difficulties while preparing my PC for Windows 11. Modern CPU Your CPU must be modern. You can find more information about what processor you need in lists below: Intel AMD UEFI / TPM 2.0 UEFI is…

Windows

1 min read

Windows

1 min read


Jun 23, 2021

Frontend: Possible list option properties

When you use a list of some options, you can mark it “active”, “disabled” etc. when you want to show something or add some functionality. For example, you need to show that an article is under mouse cursor. articles article1 active article2 So, your option has a new property now — “active”. When you want to show that an article is disabled, you do this: articles article1 active article2 disabled

Frontend

1 min read

Frontend

1 min read


Jun 22, 2021

ExpressJS: square brackets in query

When you send a request with parameter key which contains square brackets for example it can be JSON API filter `filter[price]=100`, your ExpressJS engine converts it to an object in `req.query`: { filter: { price: 100 } } If you want to remove this transformation, you should set ExpressJS parameter `query parser`: server.set('query parser', 'simple');

Expressjs

1 min read

Expressjs

1 min read

Vit Tertiumnon

Vit Tertiumnon

10 Followers

Software Engineer

Following
  • Nate Baldwin

    Nate Baldwin

  • Alëna Iouguina

    Alëna Iouguina

  • Alina Vanieva (alivander)

    Alina Vanieva (alivander)

  • Anna Buldakova

    Anna Buldakova

  • Mike Mariano

    Mike Mariano

See all (12)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech