June 2022

Rust is still a Wasm workhorse

Produced | OSC Open Source Community (ID: oschina2013) The latest “The State of WebAssembly 2022” survey report has been released, “It’s been a pretty good year for WebAssembly”. Some highlights of the report include: Rust usage and desire continue to climb Python usage has grown significantly JavaScript has become a viable WebAssembly language Blazor usage

Rust is still a Wasm workhorse Read More »

Use the Free command to view the memory usage of the Linux server (-/+ buffers/cache detailed explanation)

free command optional parameters -b,-k,-m,-g show output in bytes, KB, MB, or GB -h human readable output (automatic unit scaling) -l show detailed low and high memory statistics -o use old format (no -/buffers/cache line) -t display total for RAM swap -s … The post Using the Free Command to View Linux Server Memory Usage

Use the Free command to view the memory usage of the Linux server (-/+ buffers/cache detailed explanation) Read More »

My NetEase Cloud Music is level 8!

Original link: https://www.munue.com/288.html Just as gamers attach importance to leveling, they find themselves caring about the level of some registered members. After a period of deliberate pursuit, my NetEase Cloud Music reached level 8. Since I registered as a NetEase Cloud Music user in August 2013, I have been a villager for 8 years. Usually,

My NetEase Cloud Music is level 8! Read More »

Qingdao trip

Original link: https://laffitto.xyz/archives/qindaojourney After work, I have no time. In a timely manner, I hurried home after graduation for a vigorous graduation trip. After choosing with the female ticket for a long time, I finally chose to go to a tourist city where you can see the sea: Qingdao. basic preparation Not counting the time

Qingdao trip Read More »

Qingdao trip

Original link: https://blog.laffitto.xyz/post/qing-dao-zhi-lu/ The sea is really comfortable~ After work, I have no time. In a timely manner, I hurried home after graduation for a vigorous graduation trip. After choosing with the female ticket for a long time, I finally chose to go to a tourist city where you can see the sea: Qingdao. basic

Qingdao trip Read More »

Worst bad cold in adulthood

Original link: https://meledee.com/2022/06/4037.html My physical condition is average, and I have several colds a year, but this severe cold is the worst I have ever encountered as an adult. Not just me alone, but everyone in the office. The “long-tongued woman” in our office was the initiator of the human-to-human transmission of the cold. After

Worst bad cold in adulthood Read More »

Linux common commands-80: sudo

sudo is a permission management mechanism. Administrators can authorize ordinary users to perform operations that only root can perform without knowing the root password. The default configuration is stored in the /etc/sudoers file. Syntax format: sudo [parameter] Common parameters: Example # 切换到root sudo su # 列出目前的权限sudo -l # 以root权限执行命令ifconfig -a sudo ifconfig -a This article

Linux common commands-80: sudo Read More »