I do not read books very often and when I do, I tend to do it in a day or two. In 2016 I read “Ghost In The Wires“, by…
A blog about IT, security and whatever crosses my mind
I do not read books very often and when I do, I tend to do it in a day or two. In 2016 I read “Ghost In The Wires“, by…
This week I learned about Unix file permissions and realized that I did not know anything about it. But apparently, it is not that difficult and an eye-opener to many…
Last week I had to write an spoofer for a hacking course. The main goal was to manipulate packets on the way to a computer in the LAN. For this…
I started to use Docker for different purposes, ranging from development to uses where a virtual machine is overkill. Lately, I have played around with Python 3 and Django and…
In the last few weeks I have been looking for some paid projects to earn some extra money. I stumbled across a lot of requests which look like this: Looking…
I got this idea today after using DuckDuckGo for a while to create QR codes. If you are using DuckDuckGo as your search engine, you can simply enter “qr whatever”…
Being able to connect to your Raspberry Pi through WiFi and either extend your home network or have a direct connection with your Pi is a pretty simple, but powerful…
Linux offers a lot of packages and programs to back up your files. Since I just migrated to Linux, I had to leave my previous backup tools and look for…
One of a programmers most underrated ability is his ability to search for information on the Internet. Even the best of us can not remember every detail of a framework’s syntax. Sometimes we have a problem which we do not want to solve on our own, because we hope someone already has solved it.
But finding the right words to describe what we are exactly looking for can be difficult.
Here are 4 tips to improve your search results and get faster to the best results!
Introduction (repeated from Part 1) If you are new to Linux, you have to know that a lot of configuration can and should be done through a terminal. On most…