Блог

Git Notes | October 25, 2021

#development #git

To not search all across the internet again. Fetch upstream git remote add upstream <official repo address> git fetch upstream git reset --hard upstream/master New contribution git checkout -b my-awesome-branch # Your changes git add . git commit git push -u origin my-awesome-branch Once pushed in origin, you can just use push without arguments. Use ssh in https repo git remote add my-ssh <ssh-url> git push -u my-ssh branch-name Squash commits git add .

Читать дальше...

Privacytools.io | October 8, 2021

#privacy

I want to speak about this site. It’s not a ADS, just friendly reminder - there is no privacy if your computer connected to internet. The privacytools.io using Twitter (link to nitter instance), that is the first ring. Privacy and security website using non-secure and propriatary service. The link on their website urges: “Follow on Twitter for Updates”. No, thank you. Even if there is non-serious posts, Twitter still can track you.

Читать дальше...

Creating Systemd Daemon the Right Way | September 20, 2021

#linux

Simple note, mostly for myself, how to create new SystemD daemon (service, unit, whatever), so I don’t need to search in internet every time. I don’t like SystemD, but it’s everywhere, anywhere, spread his tentacles into every computer, climbed into every crevice… Ahem… Create a daemon Path to systemd daemons is: /etc/systemd/system/. All daemons must be .service extention. A daemon, that will restart itself, if crash: [Unit] Description=Demo service # You can see list of all targets by execute # ls -1 /etc/systemd/system/ | grep target After=network.

Читать дальше...

Installing Adb on Windows | September 20, 2021

#android

A little backstory. I bought a new SD Card from my 7a with only 16Gb of memory, 3Gb of which available for user (ahem, Android). My old 16Gb SD Card was 7+ years old and dying already. New card is 64Gb Kingstone, as according to the manufacturer it’s class 10 (it’s not), but, whatever. Music and films is playing, books are opening, I am happy. What I’m not happy with was MTP - Media Transport Protocol, which is common for all electronic devices nowadays (Linux smartphones: am I’m jock for you?

Читать дальше...

Review of Xiaomi Smart Band 4c | September 20, 2021

#android

In a cold Russia March day, I have my hand on a Xiaomi Smart Band 4C, and oh boy, it was awful experience. Since it was a present, device was connecting to another smartphone, and there is where problems just began. Pairing your device What comes to mind, when you hear “pair your device”? Like enable bluetooth on smartphone, find device and pair it. However, not with Xiaomi Smart Band 4C!

Читать дальше...

A story about Android | September 15, 2021

#android #privacy

Introduction I can’t imagine today’s live without electronic devices. They helps us to find a way, they helps us remind stuff, they should help us… Well, at least on paper. While electronic devices really helps us, they also used as a tool to big tech companies to earn money from our data. Google earns billions dollars selling our data to third-party and we can’t really do anything about it. However, what we can do obstruct they to earn more money.

Читать дальше...

Nothing to Hide | January 23, 2021

#privacy

An answer to all that commentary in internet about privacy issues. While internet in danger and this kind of article writing every day I wanted to put my two cents. I wanted to make it clear: I don’t care if government of MY county is watching me. I mean, they know everything about me anyway. Think about it: your passport, your phone calls, your internet provider can be used to surveillance.

Читать дальше...