В Linux стандартными средствами можно использовать часть оперативной памяти как диск. Для этого требуется указать тип монтирования tmpfs в команде mount
mount -t tmpfs -o size=5G tmpfs /mnt/ram
Теперь путь /mnt/ram можно использовать как обычный каталог. Для чего это может быть нужно?
▫️ Скорость работы с таким каталогом выше чем многие SSD и тем более HDD.
▫️ Если у вас очень быстрый SSD на NVMe M.2 то такой способ особо не прибавит вам скорости, но поможет сохранить ресурс SSD когда требуется обрабатывать очень много мелких файлов и оперативка позволяет выделить нужный объем.
▫️ Оперативка это энергозависимая память, поэтому выключении питания все файлы безвозвратно теряются. Такой "non persistent" каталог гарантирует удаление временных файлов.
Я написал небольшой скрипт для условного теста и сравнения скорости копирования файлов между SSD и RAM.
Вот мои результаты:
Single File Size: 30.0Gb
ssd > ssd: 0:00:12.850 / 2.3Gb/s
sdd > ram: 0:00:06.453 / 4.6Gb/s
ram > ram: 0:00:06.995 / 4.3Gb/s
ram > sdd: 0:00:06.217 / 4.8Gb/s
Dir size: 32.7Gb, File count: 11127
ssd > ssd: 0:00:15.063 / 2.2Gb/s
sdd > ram: 0:00:08.486 / 3.9Gb/s
ram > ram: 0:00:08.032 / 4.1Gb/s
ram > sdd: 0:00:07.026 / 4.7Gb/s
Скрипт для теста ↗️
На моём железе прирост скорости ~2x. Плюс экономия ресурса SSD.
В Windows такой фишки по умолчанию нет, но обязательно найдутся аналогичные решения
#linux#triks
Ministry of Transport of the Russian Federation: subsidies for flights will continue to operate in 2025
All passenger subsidy programs that exist in Russia now will continue to operate next year.
In particular, these are programs to support regional transportation, the Far Eastern Airline and transportation of the least socially protected groups of citizens.
The draft federal budget for 2025-2027 provides for separate funding of programs. The issue of combining them is not being considered.
As reported, the list of subsidized regional air transportation includes about 300 destinations.
#news#russia#nido_russia#transportation#subsidy
🚀 Monad Foundation Offers Subsidies for Secure Signing Devices
Monad Foundation has announced plans to subsidize the cost of dedicated signing laptops for teams whose protocols achieve or exceed a total value locked (TVL) of $2.5 million. According to Foresight News, these laptops are intended for use in multi-signature operations, vault management, and other critical tasks. Eligible teams can apply to the Monad Foundation for this subsidy, which may require additional security training and standard KYC procedures. Monad emphasizes that these signing devices must not be used for everyday activities such as web browsing, coding, or meetings.
Previously, Monad co-founder Keone Hon advised protocol teams to immediately adopt dedicated signing computers for multi-signature operations instead of using regular computers. He highlighted the vulnerability of everyday computers to hacking, which could compromise the signing process even when connected to a hardware wallet, posing significant security risks. The Monad Foundation may introduce incentives to encourage teams to adopt this secure method in the future.
#MonadFoundation#Subsidy#SecureSigning#Cryptocurrency#Blockchain#Multisig#VaultManagement#Cybersecurity#KYC#ProtocolSecurity