Your cart is currently empty!
-
Azure 乞丐版 B1ls 的正确食用姿势 —— 压榨极致性能
最近与几个大佬闲聊之际,发现很多人都在不约而同地吐槽 Azure 的效能。综合的来的意见不外乎是云盘 I/O 过慢(HDD/SDD 一样卡)、主机响应迟钝没反应、运行更新耗时大半天,期间 CPU 效能满载或时处于半宕机状态等等糟心体验,还贵。贵,是毋庸置疑的,毕竟产品品牌定位就是高端货,不可能做到灵车的价格。但我想说的是很多时候产品本身并无问题,只是食用姿势不对。
(more…) -
Adding Swap Space in Linux
Swap in Linux is the equivalent of virtual memory in Windows – a space on a disk that is used when the system runs out of RAM. For some reason unknown, many cloud instances are deployed without any swap.
(more…) -
Apt update slow? Try this fix
On a cloud instance with a slow disk, running the dreaded
(more…)apt update && apt upgrade
could take an eternity. But what if I tell you it may actually not be a disk IOPS issue? -
Enable Hyper-V Integration Services for your Ubuntu guest VMs
For some legacy reasons, my main hypervisor has been Hyper-V running on a Windows Server. And contrary to popular belief, Linux actually supports Secure Boot and UEFI boot pretty well, and so you can create Generation 2 VM that runs Linux OS just fine. However, after installing the OS, you might have noticed that Hyper-V doesn’t talk to the guest VM very well – features such as shutdown or reset do not work. That is because the Linux kernel does not include Hyper-V drivers and agents. This is akin to VMware’s vmtools for the ESXi platform.
(more…) -
A good font for coding
The folks over at JetBrains have provided a free programming font family, dubbed JetBrains Mono. It is open source and is highly optimized for coding, console sessions and configuration file editing views. Personally, I find it to be more legible than Google’s Source Code Pro or Ubuntu Mono. It is now my default monospaced font, but your mileage may vary.
(more…) -
Google Cloud DNS will serve randomized records from 27 Mar 2020
Currently, Cloud DNS name servers return resource record sets in the order in which they were defined.
In alignment with DNS industry practices, Cloud DNS name servers will begin randomizing the order of the resource record sets starting on March 27, 2020. This will apply to both public and private Cloud DNS zones.
(more…) -
Rules to block that annoying ads in your Android Outlook client
In an earlier article, we talked about how AdGuard helps you hide that annoying ad disguised as email in your Android Outlook client. In this post, we will talking about the rules required to make it happen.
(more…)