#filesystem wyniki wyszukiwania

eXtremeDB/rt eliminates the #filesystem and integrates the flash translation layer directly into the #DBMS for significant #latency and performance improvements compared to the usual DBMS|Filesystem|FTL|driver|#flashmedia stack. t.ly/R5Aza #extremedb #Database


FAT32 vs exFAT vs NTFS (File System) #TechTips #FileSystem #Storage

_0b1d1's tweet image. FAT32 vs exFAT vs NTFS (File System)

#TechTips #FileSystem #Storage

Deepseek's file system: 3FS Used to train its large language models. #DeepSeek #FileSystem #SystemDesign


This one was tricky, but I was able to get a working file system backed by a SQLite database! Even supports symlinks and any type of blob data with file watchers 🎉 @FlutterDev @dart_lang #sqlite #filesystem #dev #coding


Are you curious about NTFS Artifacts Analysis? Dive into our latest blog post for more: blog.cyber5w.com/ntfs-artifacts… #C5W #DFIR #Filesystem #DigitalForensics

cyber5w's tweet image. Are you curious about NTFS Artifacts Analysis? Dive into our latest blog post for more: blog.cyber5w.com/ntfs-artifacts…
#C5W #DFIR #Filesystem #DigitalForensics

Transactional Flash Translation Layer or TFTL™ enables eXtremeDB/rt to deliver reliable ACID-compliant database transactions directly on unmanaged #flashmemory devices without a latency inducing #filesystem. t.ly/dOjz7 #databasedesign #littlefs #embeddedsystems

RealTimeDBMS's tweet image. Transactional Flash Translation Layer or TFTL™ enables eXtremeDB/rt to deliver reliable ACID-compliant database transactions directly on unmanaged #flashmemory devices without a latency inducing #filesystem. 
t.ly/dOjz7

#databasedesign #littlefs #embeddedsystems

Getting close to running my first @ReactPHP service with #OTEL traces. Write the first PoC instrumentation for Bunny and #ReactPHP's #Filesystem. (Since all this service does is put files on S3.): #php

WyriHaximus's tweet image. Getting close to running my first @ReactPHP service with #OTEL traces. Write the first PoC instrumentation for Bunny and #ReactPHP's #Filesystem. (Since all this service does is put files on S3.):

#php

Que herramienta tan funcional he creado. #linux #filesystem #monitor #antidefaces #antiransomware también ya checa nuevos puertos abiertos por si te instalan un troyano ó algo para c2 por TCP. #blueteam

HackersOIHEC's tweet image. Que herramienta tan funcional he creado. #linux #filesystem #monitor #antidefaces #antiransomware también ya checa nuevos puertos abiertos por si te instalan un troyano ó algo para c2 por TCP. #blueteam

New on MajorGeeks! Short Path converts the file/folder path to a shortened #filesystem path. majorgeeks.com/files/details/… #freeware #portable #filemanager

majorgeeks's tweet image. New on MajorGeeks! Short Path converts the file/folder path to a shortened #filesystem path.
majorgeeks.com/files/details/… #freeware #portable #filemanager

eXtremeDB/rt eliminates the #filesystem and integrates the flash translation layer directly into the #DBMS for significant #latency and performance improvements compared to the usual DBMS|Filesystem|FTL|driver|#flashmedia stack. t.ly/R5Aza #extremedb #Database


Every file/directory on a Linux filesystem has an inode (index node), a critical data structure that stores metadata (permissions\owner\size\timestamps\etc.). It's how the kernel efficiently tracks and accesses data! medium.com/p/7ba47a519940 #Linux #DevOps #Filesystem #inode

medium.com

Linux — What is an inode?

An inode (aka index node) is a data structure used by Unix/Linux like filesystems in order to describe a filesystem object. Such an object…


Day 15 | C++ Bank System ✅ Created User data folder Wrote customer info to txt Read + appended to file Added timestamps using <chrono> & <ctime> File I/O working smoothly ✅ Next: stringstream parsing + <thread> simulation. #CPlusPlus #100DaysOfCode #FileSystem


One single slash / holds everything in Linux 🤯 Hardware, processes, memory, all just files. It’s genius once it clicks. techdaily.ai/resources/lear… #LinuxTips #OpenSource #filesystem #linuxuser #linuxsystems #linuxcommands

Techdailyai's tweet image. One single slash / holds everything in Linux 🤯
Hardware, processes, memory, all just files.
It’s genius once it clicks. techdaily.ai/resources/lear… 

#LinuxTips #OpenSource #filesystem #linuxuser #linuxsystems #linuxcommands

/boot → Stores file need to boot / dev → Stores files of internal storages /lib → contains essential shared libaries /media → Stroes file of external storage /mnt → Temporary mount directory /opt →optional application software #Linux #fileSystem


FAT32 vs exFAT vs NTFS (File System) #TechTips #FileSystem #Storage

_0b1d1's tweet image. FAT32 vs exFAT vs NTFS (File System)

#TechTips #FileSystem #Storage

WOTW: Organize your digital world! Efficient, secure, structured—IT file systems keep data in line. #TechTips #FileSystem #DataManagement #ITLife #Efficiency

tapcastltd's tweet image. WOTW:  Organize your digital world! Efficient, secure, structured—IT file systems keep data in line. #TechTips #FileSystem #DataManagement #ITLife #Efficiency

Which one of the following details is not part of a "Linux inode"? #linux #filesystem #devops #sre #devopsinterview


Linus Torvalds removes Bcachefs core code from the Linux Kernel. Bcachefs will only be available as DKMS module in future Kernels. Full details here: ostechnix.com/linus-torvalds… #Bcachefs #Linuxkernel #Filesystem #Linustorvalds #Kentoverstreet #Opensource


FAT32 vs exFAT vs NTFS (File System) #TechTips #FileSystem #Storage

_0b1d1's tweet image. FAT32 vs exFAT vs NTFS (File System)

#TechTips #FileSystem #Storage

米国では企業規模を問わず構築する #DeepAgents の考え方を「建設プロジェクト」でご紹介🧐#PlanningTool:GanttチャートやPERT図の自動生成・自動更新が主機能、#FileSystem:CAD図面、資材リスト、施工記録、進捗写真、ナレッジベース、#SubAgent :局所最適化、#SystemPrompt:ガイドライン設定😎

ov60clubs's tweet image. 米国では企業規模を問わず構築する #DeepAgents の考え方を「建設プロジェクト」でご紹介🧐#PlanningTool:GanttチャートやPERT図の自動生成・自動更新が主機能、#FileSystem:CAD図面、資材リスト、施工記録、進捗写真、ナレッジベース、#SubAgent :局所最適化、#SystemPrompt:ガイドライン設定😎

Do you know why the following Rust code fails to run on Linux? 🤔 ⚔️ Not able to move files with `fs::rename` ⬇️ Share your guesses below! 🦀 Spoiler: github.com/prefix-dev/rat… #rustlang #filesystem #question

orhundev's tweet image. Do you know why the following Rust code fails to run on Linux? 🤔

⚔️ Not able to move files with `fs::rename`

⬇️ Share your guesses below!

🦀 Spoiler: github.com/prefix-dev/rat…

#rustlang #filesystem #question

Eu cheguei a conclusão de que dá pra fazer muita coisa com essa biblioteca. Já to ficando sem ideias #FIleSystem #BolhaDev

BisnetoDev's tweet image. Eu cheguei a conclusão de que dá pra fazer muita coisa com essa biblioteca.
Já to ficando sem ideias #FIleSystem #BolhaDev

Hello devs! Today I have done some backend code for creating the two apis: #javascript #nodejs #filesystem #express #backend #fullstack #mern

piyushJha__'s tweet image. Hello devs!
Today I have done some backend code for creating the two apis:
#javascript #nodejs #filesystem #express #backend #fullstack #mern

Hoja de referencia de archivos de Linux #Linux #FileSystem #Permissions #Commands

ricardoredo's tweet image. Hoja de referencia de archivos de Linux #Linux #FileSystem #Permissions #Commands

Cada dispositivo é listado com seu nome de sistema de arquivos e ponto de montagem #Python #Coding #FileSystem

BisnetoDev's tweet image. Cada dispositivo é listado com seu nome de sistema de arquivos e ponto de montagem

#Python #Coding #FileSystem
BisnetoDev's tweet image. Cada dispositivo é listado com seu nome de sistema de arquivos e ponto de montagem

#Python #Coding #FileSystem
BisnetoDev's tweet image. Cada dispositivo é listado com seu nome de sistema de arquivos e ponto de montagem

#Python #Coding #FileSystem
BisnetoDev's tweet image. Cada dispositivo é listado com seu nome de sistema de arquivos e ponto de montagem

#Python #Coding #FileSystem

Are you curious about NTFS Artifacts Analysis? Dive into our latest blog post for more: blog.cyber5w.com/ntfs-artifacts… #C5W #DFIR #Filesystem #DigitalForensics

cyber5w's tweet image. Are you curious about NTFS Artifacts Analysis? Dive into our latest blog post for more: blog.cyber5w.com/ntfs-artifacts…
#C5W #DFIR #Filesystem #DigitalForensics

Expanding ZFS Comprendere ed espandere gli Zpool blog.marvinpascale.it/posts/2023/zfs… #linux #filesystem #pillole-informatiche

l_onnipotente's tweet image. Expanding ZFS
Comprendere ed espandere gli Zpool

blog.marvinpascale.it/posts/2023/zfs…

#linux #filesystem #pillole-informatiche

[FR] Qui utilise @claudeai for Desktop ? Mon #filesystem ne fonctionne plus. Un coup de main, un sacrifice de poulet à la plein Lune peut-être ? [UK] Who's using #Claude for Desktop? My #filesystem stopped working. A helping hand, a chicken sacrifice on a full moon perhaps?

RobertGForge's tweet image. [FR]
Qui utilise @claudeai for Desktop ?
Mon #filesystem ne fonctionne plus.
Un coup de main, un sacrifice de poulet à la plein Lune peut-être ?
[UK]
Who&apos;s using #Claude for Desktop?
My #filesystem stopped working.
A helping hand, a chicken sacrifice on a full moon perhaps?
RobertGForge's tweet image. [FR]
Qui utilise @claudeai for Desktop ?
Mon #filesystem ne fonctionne plus.
Un coup de main, un sacrifice de poulet à la plein Lune peut-être ?
[UK]
Who&apos;s using #Claude for Desktop?
My #filesystem stopped working.
A helping hand, a chicken sacrifice on a full moon perhaps?

Transactional Flash Translation Layer or TFTL™ enables eXtremeDB/rt to deliver reliable ACID-compliant database transactions directly on unmanaged #flashmemory devices without a latency inducing #filesystem. t.ly/dOjz7 #databasedesign #littlefs #embeddedsystems

RealTimeDBMS's tweet image. Transactional Flash Translation Layer or TFTL™ enables eXtremeDB/rt to deliver reliable ACID-compliant database transactions directly on unmanaged #flashmemory devices without a latency inducing #filesystem. 
t.ly/dOjz7

#databasedesign #littlefs #embeddedsystems

Systemd automount Il mount giusto al momento giusto blog.marvinpascale.it/posts/2023/sys… #linux #filesystem #pillole-informatiche

l_onnipotente's tweet image. Systemd automount
Il mount giusto al momento giusto

blog.marvinpascale.it/posts/2023/sys…

#linux #filesystem #pillole-informatiche

Que herramienta tan funcional he creado. #linux #filesystem #monitor #antidefaces #antiransomware también ya checa nuevos puertos abiertos por si te instalan un troyano ó algo para c2 por TCP. #blueteam

HackersOIHEC's tweet image. Que herramienta tan funcional he creado. #linux #filesystem #monitor #antidefaces #antiransomware también ya checa nuevos puertos abiertos por si te instalan un troyano ó algo para c2 por TCP. #blueteam

Loading...

Something went wrong.


Something went wrong.


United States Trends