raylib (Wikipedie), tj. multiplatformní open-source knihovna pro vývoj grafických aplikací a her, byla vydána ve verzi 6.0.
Nové verze AI modelů. Společnost OpenAI představila GPT‑5.5. Společnost DeepSeek představila DeepSeek V4.
Nová čísla časopisů od nakladatelství Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 164 (pdf) a Hello World 29 (pdf).
Bylo oznámeno, že webový prohlížeč Opera GX zaměřený na hráče počítačových her je už také na Flathubu and Snapcraftu.
Akcionáři americké mediální společnosti Warner Bros. Discovery dnes schválili převzetí firmy konkurentem Paramount Skydance za zhruba 110 miliard dolarů (téměř 2,3 bilionu Kč). Firmy se na spojení dohodly v únoru. O část společnosti Warner Bros. Discovery dříve usilovala rovněž streamovací platforma Netflix, se svou nabídkou však neuspěla. Transakci ještě budou schvalovat regulační orgány, a to nejen ve Spojených státech, ale také
… více »Canonical vydal (email, blog, YouTube) Ubuntu 26.04 LTS Resolute Raccoon. Přehled novinek v poznámkách k vydání. Vydány byly také oficiální deriváty Edubuntu, Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Cinnamon, Ubuntu Kylin, Ubuntu Studio, Ubuntu Unity a Xubuntu. Jedná se o 11. vydání s dlouhodobou podporou (LTS).
V programovacím jazyce Go naprogramovaná webová aplikace pro spolupráci na zdrojových kódech pomocí gitu Gitea (Wikipedie) byla vydána v nové verzi 1.26.0. Přehled novinek v příspěvku na blogu.
Ve středu 29. dubna 2026 se v pražské kanceláři SUSE v Karlíně uskuteční 7. Mobile Linux Hackday, komunitní setkání zaměřené na Linux na mobilních zařízeních, kernelový vývoj i uživatelský prostor. Akce proběhne od 10:00 do večerních hodin. Hackday je určen všem zájemcům o praktickou práci s Linuxem na telefonech. Zaměří se na vývoj aplikací v userspace, například bankovní aplikace, zpracování obrazu z kamery nebo práci s NFC, i na úpravy
… více »LilyPond (Wikipedie) , tj. multiplatformní svobodný software určený pro sazbu notových zápisů, byl vydán ve verzi 2.26.0. Přehled novinek v aktualizované dokumentaci.
Byla vydána nová verze 11.0.0 otevřeného emulátoru procesorů a virtualizačního nástroje QEMU (Wikipedie). Přispělo 237 vývojářů. Provedeno bylo více než 2 500 commitů. Přehled úprav a nových vlastností v seznamu změn.
Author: Sreenivas Reddy Bathula (AToL - PV208, FI.MUNI)
Network File System (NFS) protocols are initially developed by SUN Micro Systems and IBM. NFS are end user friendly because of remote system file sharing and friendly authorization. Many File Systems in Linux is possible because of open source code, so everyone have equal chance to develop, make it efficient and compatible for their work. At present there is more then 20 different file systems. The developing file systems can handle huge number of large files competing with time and varies operating system features. Some of the most frequently used file systems, which are present in the market are discussed here briefly. Those file systems are : EXT2, EXT3, EXT4, ReiserFS, GFS, GPFS, JFS, NSS, NTFS, FAT32, NWFS, OCFS2, PMS, VFS, VxFS and XFS.
EXT 2/3/4 :
Journalling : Journalling is a type of filesystem that handle a log of recent meta-data. Journaling reducess time spent on recovering a filesystem. It is applicable even when we have group of cluster nodes. This meta-data Journalling widely used in Linux. Specially in ReiserFS, XFS, JFS, ext3 and GFS.
EXT2 most popular file system. EXT2 stands for 'second extended file system'. It replaced Minix file system. Positive point is data lose protection negative is Ext2 doesn't have journalling so it breaks easily.
EXT3 is basically ext2 plus a journal. Fast & robust. You can switch between ext2 and ext3. EXT3 take care about metadata. So you never lose a file.
EXT4 is under development, included in version 2.6.19 of the Linux kernel. Prespace allocation without size limit. Btree can handle 32000 subdirectories. Journaling features improved, faster file checking.
ReiserFS: Designed and developed by Hans Reiser. It is the default file system in SUSE Linux distributions. ReiserFS developed to avoid the limitations of EXT2 and EXT3 filesystems. Efficient in using disk space, that is why it has become an attractive file system to serve workload on web.
ReiserFS is something completely different. It performs better in extreme conditions (heavy load, thousands of files in a directory etc.). If you want performance and to look cool, go for ReiserFS. If you are dual booting, you will not be able to access files on a Reiser partition from Windows. If you want to play safe and have access to your Linux files from Windows, go for Ext. If you want to write to your Linux partition from Windows, you need Ext2. From Linux point of view, you have a choice between Ext3 and Reiser. From Windows point of view you have the writable and easily breaking Ext2 or the read-only Ext3.
FAT32 : This is one of the most popular file system in Windows desktop world and file system in flash RAM devices (digital cameras, USB memory sticks, etc.). It is simple and works well with portable devices. But It has no built in security access control.
GFS : Journaled, POSIX access controls & Useful in small clusters ( up to 16 machines ). Filesystem from RedHat.
GPFS : Similar to GFS , Useful to share large files in huge clusters. Video editing and Hierarchical Storage Management are the extra features. File system from IBM.
JFS : File system used by IBM in AIX and OS/2. Easy data transfer and copes with workloads.
NSS : File System from Novell included in SUSE. Good for LAN with it's excelent file sharing environment.
NTFS : Windows file system, basically developed from Novell NetWare 2.x ACL model. Closely related to NSS and NWFS. Good for LAN systems, metadata handling.
NWFS : Fastest file system but it is not journaled. NWFS customers are encouraged to upgrade to NSS.
OCFS2: Oracle Cluster file system v2. Good performence in Database clusters ( First Symmetrical Parallel Cluster File System ). More or less suitable for shared Storage Area Networks.
PolyServe Matrix Server : One of the best Parallel Cluster File System ( better then GFS, GPFS, OCFS2 etc. ). Good option when parallel cluster file system scaling is needed.
VxFS : Veritas File System is popular on Unix. Quite useful in data migration from Unix to Linux. Recently cluster version of VxFS interduced in Linux.
XFS: File system from SGI ( Irix ) Supports large cluster files. Included in major Linux distributions. Useful for Video and multimedia files handiling. It supports Data Migration inside Hierarchical Storage Management interfaces.
SGI also offers a closed source cluster parallel version of XFS called cXFS which like cVxFS is an asymmetrical model. It has the unique feature, however, that it's slave nodes can run on Unix, Linux and Windows, making it a cross platform file system. Its master node must run on SGI hardware.
Tiskni
Sdílej:
The developing file systems can handle huge number of large files competing with time and varies operating system features.Vyvíjející se souborové systémy zvládnou značné množství velkých souborů soupeřících s časem a on (jednotné číslo!) se liší funkce operačního systému.
EXT4 + EXT3 + extents = ReiserFS
ext4 má rozsahy. Takže se nám rovnice redukuje na ext4 + ext3 = reiserfs. Protože ext4 je vylepšený ext3, můžeme psát ext4 = reiserfs. (huh?)
The OS/2 filesystem HPFS contained several important features. When Microsoft created their new operating system, they borrowed many of these concepts for NTFS.[4] Perhaps as a result of this, HPFS and NTFS share the same disk partition identification type code (07).