Weil überall nur noch Zensur ist, werde ich mein eigenes Soziales Netzwerk schreiben.
I will have to get rid of Google Chrome
They introduced “Google Search side panel”.
There is no way I can get rid of it.
There have been various solutions on the net, but none work, not even extensions work.
I don’t want search to open in a side panel.
I want it in a new tab, where I can see the address bar and have full width.
Every topic created on their support forum is closed.
I’ll have to migrate all my passwords to Firefox Sync.
Bookmark migration is not a big deal.
And finally replace Chrome on the phone too with Firefox, despite its call of features.
Google don’t fuck my with search experience, or I’ll get rid of you completely.
Those small Adsense amounts are not worth the trouble with your spying, annoying, racist against stragith white males company.
Heise Nagscreen blocken mit uBlock Origin
Diese 2 Zeilen blocken aktuell das Cookie/Pur Abo Modal und entfernen den Scroll-lock, so dass man wieder runter- und hochscrollen kann.
1 2 3 |
cmp.heise.de##.sp-message-open heise.de##.sp-message-open ||cmp.heise.de/index.html$subdocument |
Copy large qcow2 image via rsync between 2 servers
Problem:
Very large (400GB+) .qcow2 file that needs to be copied from HostA to HostB, where HostB is behind an ISP that does 24 hour disconnection of the connection.
Also because other people live in that household that use TV streaming, the bandwidth consumed should be limited.
In this case I’m on a 100MBit/s connection, and I’ll limit the transfer speed to 4MB/s.
We will use rsync for this.
The command is simply,
1 2 3 4 5 6 7 8 |
rsync \ --sparse \ --bwlimit=4000 \ --info=progress2 \ --partial \ --append-verify \ source_server_address:/var/lib/libvirt/images/image_name.qcow2 \ ./image_name.qcow2 |
sparse means, skip transfering zeroes or empty, unfilled data.
bwlimit=4000 means limit the transfer speed to 4000 kByte / second. aka 4Mbps.
info=progress2 shows a prettier progress than just --progress
partial and append-verify allows us the resume the transfer one the 24 hour disconnection kicks in, without needing to start from the beginning. It also verifies the transferred.
Gibt es keinen Go / Golang Job ohne Cloud Native?
Ich bin extrem gefrustet.
Seit Jahren schaue ich mir Stellenanzeigen an.
Am Anfang wurden Java Jobs einfach als Go Jobs deklariert. Inzwischen nur noch Kubernetes Docker Microservices AWS GCP.
Ich hab kein Bock mehr.