Hacker News
- Which Linux File System Should You Use? (2017) https://www.howtogeek.com/howto/33552/htg-explains-which-linux-file-system-should-you-choose/ 3 comments
- Regression in Linux 4.14 – using bcache can destroy the file system https://bugs.gentoo.org/638206 123 comments
- Those Using The XFS File-System Will Want To Avoid Linux 6.3 For Now https://www.phoronix.com/news/Linux-6.3-XFS-Metadata-Corrupt 26 comments archlinux
- Regression in Linux 4.14 - using bcache can destroy the file system https://bugs.gentoo.org/638206 17 comments archlinux
- Poll: What file system do you use on your Linux machines? https://strawpoll.me/5499107 113 comments linux
- Serious regression in Linux 4.14 - using bcache can destroy the file system (unrecoverable) https://bugs.gentoo.org/638206 37 comments linux
- Using RmLint to delete duplicate files in Ubuntu and other Linux based Operating Systems https://www.youtube.com/watch?v=xLg4HWzlsE8 6 comments linux
- Monitor file system changes using fsmon on Android, Linux, iOS, OS X https://www.mobile-hacker.com/2024/06/24/monitoring-android-file-system-with-fsmon/ 6 comments netsec
- [Linux] With this tiny script you can blocks ads, tracking and malware domains system-wide (using the hosts file), and create an Android flashable zip too! https://github.com/zant95/hBlock 21 comments commandline
- Network file systems and Linux - NFS: As useful as ever and still evolving http://www.ibm.com/developerworks/linux/library/l-network-filesystems/index.html 20 comments linux
- I've been using Linux for almost a year and I still get lost in the file system. Can anyone explain why we don't switch to a method like this project? http://en.wikipedia.org/wiki/gobolinux#file_hierarchy 57 comments linux
- KDE Ansible Playbook: Automatically configure, maintain, and install software on your Linux system with a single YAML config file. Download the project with git, configure local-variables.yml, and use the run-playbook.sh script to get started. https://gitlab.com/agronick98/kde-ansible-playbook 4 comments kde
- I created Linux distribution without package manager. It uses others distros package managers instead. It comes with no binaries, but only few bash scripts (each file under 99 lines of code) that ease building the system from compiling kernel to making disk image. It has youtube demos and github CI. https://github.com/solcloud/NiceOS 31 comments linux
- Hi Reddit, I'm very new to linux, I am trying to use dup2 system call. So the first statement I print goes into the file and that's good, but the second print shouldn't be printed in the file but it is, instead of the shell. Thanks in advance https://www.reddit.com/r/learnprogramming/comments/94ykkb/hi_reddit_im_very_new_to_linux_i_am_trying_to_use/ 4 comments learnprogramming