My quick notes
  • Blog
  • About
  • Tags
  • Tiếng Việt
  • Search
My quick notes

Search My quick notes

linux


Create folder with case-insensitive file name on Linux

 Posted on map[Count:June 15, 2022]  • Other languages: Tiếng Việt

Install ciopfs

  1. Get source code from https://github.com/martanne/ciopfs.

  2. Install dependencies.
    Fedora:

    $ sudo dnf install make gcc fuse-devel glib2-devel libattr-devel
    

    Debian:

    $ sudo apt install make gcc libfuse-dev libglib2.0-dev libattr1-dev
    
  3. Build and install.

    $ make && make install
    
[Read More]
linux 

kim tinh  • © 2022  •  My quick notes

Hugo v0.64.1 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll