TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #335 · 29 мар.

В 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

Hashtags

Резултати

Пронајдени 1,453 слични објави

Глобално пребарување

Linuxgram 🐧

@linuxgram · Post #17906 · 26.02.2026 г., 18:06

📰 Some Linux kernels just got a nice LTS end-of-life extension, including 6.12 As much as the FOSS community has an excellent record for maintaining its software for long periods of time after a new version releases, people can't maintain an operating system forever. At some point, you have to cut off the old versions and redirect your efforts onto the newer ones. As such, Linux kernels do have an end-of-life date where support will end for that version. 🔗 Source: https://www.xda-developers.com/some-linux-kernels-just-got-a-nice-lts-end-of-life-date-extension/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17899 · 26.02.2026 г., 07:19

📰 React Moves to the Linux Foundation With Launch of the React Foundation React and React Native will now operate under the newly formed React Foundation, hosted by the Linux Foundation and backed by major industry members. 🔗 Source: https://linuxiac.com/react-moves-to-the-linux-foundation-with-launch-of-the-react-foundation/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17888 · 24.02.2026 г., 18:56

📰 Manjaro-Based Mabox Linux 26.02 Released with New Audio Menu Manjaro-based Mabox Linux 26.02 introduces a new W-a audio menu, a fully rewritten Cava Colorizer module, fixes for screen recording, and more. 🔗 Source: https://linuxiac.com/manjaro-based-mabox-linux-26-02-released-with-new-audio-menu/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17885 · 24.02.2026 г., 14:01

📰 CGIT 1.3 Web Frontend For Git Released After Six Years Jason Donenfeld of WireGuard and Linux cryptography fame has taken a break from that to release a new version of CGIT, the lightweight web interface for Git repositories. CGIT 1.3 is the first new release in six years and comes with a lot of changes... 🔗 Source: https://www.phoronix.com/news/CGIT-1.3-Released #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17883 · 24.02.2026 г., 10:51

📰 Master the Essential Keyboard Shortcuts in Linux Mint to Feel Like a Pro User I am sharing some essential shortcuts to get you started. I will also briefly share how you can set custom shortcuts for all actions. 🔗 Source: https://itsfoss.com/linux-mint-keyboard-shortcuts/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17881 · 24.02.2026 г., 07:53

📰 Nvidia is also hunting for Linux developers to help advance gaming on FOSS It has been an exciting start to 2026 for gamers on Linux. We started off with GOG calling the OS the "next major frontier" for gaming, and we also saw the rise of the Open Gaming Collective where dev teams combined their efforts and knowledge to make playing your fave titles on Linux an easier time. 🔗 Source: https://www.xda-developers.com/nvidia-is-also-hunting-for-linux-developers-to-help-advance-gaming-on-foss/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17871 · 23.02.2026 г., 16:14

📰 Kerbal Space Program spiritual successor Kitten Space Agency now has a Linux version Kitten Space Agency is a promising upcoming space simulation game that's pretty much a spiritual successor to Kerbal Space Program and now for Linux too.Read the full article on GamingOnLinux. 🔗 Source: https://www.gamingonlinux.com/2026/02/kerbal-space-program-spiritual-successor-kitten-space-agency-now-providing-linux-builds/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17861 · 22.02.2026 г., 09:04

📰 Serious About Learning Linux? Get 15 O'Reilly Linux and DevOps eBooks for Under $25 From command line to Kubernetes and Terraform, this bundle covers a lot! 🔗 Source: https://itsfoss.com/news/linux-seasoned-admins-bundle/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17848 · 20.02.2026 г., 14:36

📰 USB Driver For Google Tensor SoCs, UCSI Thunderbolt Alt Mode In Linux 7.0 All of the Thunderbolt/USB driver changes were merged this week for the nearly-over Linux 7.0 merge window... 🔗 Source: https://www.phoronix.com/news/Linux-7.0-USB #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17837 · 19.02.2026 г., 15:47

📰 5 Linux tools that made me stop using Windows utilities One of the perks of running Windows Subsystem for Linux is that it allows me to use Linux tools on Windows. There are several default Windows utilities for which Linux has much better alternatives, so I've begun using them in place of the Windows equivalents. 🔗 Source: https://www.xda-developers.com/linux-tools-that-made-me-stop-using-windows-utilities/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17826 · 18.02.2026 г., 18:25

📰 System76 Preparing To Introduce Redesigned Thelio Hardware Linux hardware vendor System76 has begun teasing a redesign of their Thelio chassis that is used by their modern desktops and workstations. Helping distinguish System76 from other Linux desktop/PC vendors has been their custom-engineered, built-in-the-USA enclosures and now they are preparing to launch a next-generation design... 🔗 Source: https://www.phoronix.com/news/System76-Thelio-Redesign #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17819 · 18.02.2026 г., 02:21

📰 NTFS3 Driver Sees Improvements In Linux 7.0 While "NTFS Remake" Driver Bakes The NTFS3 driver maintained by Paragon Software for Microsoft NTFS file-systems today saw a batch of improvements merged for Linux 7.0 This comes as there is also the competing "NTFS Remake" driver that began a few months ago as the "NTFSPLUS" driver. That NTFS Remake driver isn't looking like it will be submitted for the Linux 7. 🔗 Source: https://www.phoronix.com/news/NTFS3-Linux-7.0 #linux

Hashtags

12•••1011121314•••100•••121122
ПретходнаСтраница 12 од 122Следна