Docker
Adding a new website to your VPS via docker - apache2
Quick tutorial about how to enable a website via docker and apache2 using a reverse proxy configuration.
I'm Nicoandres, a passion for technology who enjoys software development and robotics.
Docker
Quick tutorial about how to enable a website via docker and apache2 using a reverse proxy configuration.
Docker
How Ghost upgrade in docker container
Terminal
How to use your iPod in 2023 with Arch Linux
Vim
Learn how to search and replace in Vim
Linux
Short post to how to Install Playwright on Arch Linux.
Vim
Why Vim is a better option than others code editors? 🤔 Answering this question is really easy: Terminal Power TL;DR Use Linux's background processes along side Vim to improve your workflow. 😎 Terminal power 🦾 As a Vim user your first super power is the terminal! If you're
Typescript
Typescript is an essential resource for large applications because typescript ensures the code quality and the correct implementation and use of different components, also, it provides static testing to your code raising errors as soon you forget to type the complete set of properties/parameters/attributes in your code. Typescript
Linux edge
Whell this is simple, and anoying, well I use to work in Mac and I love the natural scrolling because it feels Natural, right, so, when I install my new Linux, I always get bothered with this issue, and I end to delay the simple fix, until I decide google
Git
Hello in this short post I will show you how to avoid to set up the upstream branch when you're doing a git push. when you create a new branch and you should to push your changes you should to set up the upstream with: git push -u
Linux edge
If you got that annoying messages in your arch Linux, I have good news for you, you could get ride off that warnings by installing an Aur package https://aur.archlinux.org/packages/mkinitcpio-firmware with this Aur package you will install the missing firmware required from your kernel. I installed
Git
If you use git in your console you should know how easy it is and how useful commands it have as git pull, push, rebase, cherry pick, diff etc, but there is a utility tool to help you deal with git from your terminal, give introduce you to lazygit the
Git
git diff is an essential tool, almost required in your daily duties, but, the default view is not friendly in first instance it looks cryptic: So, why not change it and use a more friendly view, git supports different pagers to do that, here I will recommend you delta pager