Browsing Tag
bash
28 posts
Improving Your Workflow as a Developer with Bash Aliases
As a developer, you most likely spend a significant amount of time working with the command-line interface (CLI).…
THE Git Terminal Cheat Sheet
Version Control in General, Why? merges files when there is more than one person working on the same file.…
Integration testing docs in GitHub Actions
Learn how to test your docs in CI/CD with Runme’s latest v1.0 release, which comes with new cool…
Guzzle üzerinden Proxy kullanımı
Guzzle üzerinden Proxy kullanmak için 2 yöntem bulunmaktadır. Guzzle kendi belgelendirmesinde belirttiği gibi BASH üzerinden tanımlanmış ortam değişkenlerine…
Autocomplete and Artificial Intelligence in your Terminal
I get asked on every single video what is this autocomplete I’ve got on my terminal, and the…
How to manage versions using update-alternatives
Background Recently I needed to run the end to end tests in the older chrome browser as the…
RaspberryPi cloud backup Part 3
Introduction This is the third article in a series of articles that explain how you can backup an…
Multiprocessing communication with FIFO queues
This is part of a series of posts talking about FIFO and techniques for IPC(inter process comunication) today…