Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
30 results tagged filesystem  ✕
dutree - A tool to analyze file system usage written in Rust https://github.com/nachoparker/dutree
Thu 13 Feb 2020 08:55:55 PM CET
QRCode

image

#cli-app coding_lang:rust filesystem opensource software source_code sysadmin tools utility
fpart - Sort files and pack them into partitions https://github.com/martymac/fpart
Wed 29 Jan 2020 05:54:58 AM CET
QRCode

Sort files and pack them into partitions.

backup coding_lang:c file_management filesystem opensource source_code tools
dotstow | Manage dotfiles with stow https://github.com/codejamninja/dotstow
Sun 01 Dec 2019 09:36:09 PM CET
QRCode

Features

  • Group dotfiles into units (stow packages)
  • Automatically symlink (stow) files
  • Backup dotfiles with git
  • Keep track of simultaneous dotfile configurations for multiple environments
  • Supports shell autocompletion
coding_lang:javascript configuration filesystem source_code sysadmin utility
CryFS - A cryptographic filesystem for the cloud https://www.cryfs.org/
Fri 30 Aug 2019 08:56:34 PM CEST
QRCode

CryFS encrypts your Dropbox and protects you against hackers and data leaks. It also works well together with other cloud providers.

#cli-app encryption filesystem homepage linux opensource privacy software
LUKS - File-system encryption tool https://guardianproject.info/code/luks/
Sun 25 Aug 2019 04:51:34 PM CEST
QRCode

Hard disk encryption tool; it stores all setup information in the partition header, enabling easy data transport or migration.

#cli-app encryption file_management filesystem homepage linux opensource security software
encfs - File-system encryption tool http://www.arg0.net/#!encfs/c1awt
Sun 25 Aug 2019 04:51:31 PM CEST
QRCode

Encrypted filesystem in user-space based on FUSE; mounts an encrypted directory into a clear one.

#cli-app encryption file_management filesystem homepage linux opensource security software
cipher - aes-256-cbc encryption module https://github.com/ash-shell/cipher
Sun 25 Aug 2019 04:51:25 PM CEST
QRCode

An Ash module that makes it easy to perform aes-256-cbc encryption for files and directories.

#cli-app encryption file_management filesystem linux opensource security software source_code
sshfs - Local mounting of remote filesystems over SSH https://github.com/libfuse/sshfs
Sun 25 Aug 2019 04:49:50 PM CEST
QRCode

Locally mount a remote file-system through SSH and access files and directory as they would be on the local machine.

#cli-app file_management filesystem linux networking opensource privacy security software source_code ssh
Grive2 - Google drive client http://yourcmc.ru/wiki/Grive2
Sun 25 Aug 2019 04:49:47 PM CEST
QRCode

The purpose of this project is to provide an independent open source implementation of Google Drive client for GNU/Linux. It uses Google Drive REST API to talk to Google Drive service. The code is written in standard C++.

#cli-app api file_management filesystem google-drive homepage linux networking opensource rest software
rmlint - Find duplicate and broken files https://github.com/sahib/rmlint/
Sun 25 Aug 2019 04:47:51 PM CEST
QRCode

A tool to recursively scan a directory tree looking for duplicate and broken files; it outputs statistics and save the list of files in JSON format; it produce a shell script that can be inspected before running it to delete the desire files.

image

#cli-app file_management files filesystem linux opensource software source_code
fd - Find files quickly and efficiently https://github.com/sharkdp/fd
Sun 25 Aug 2019 04:47:43 PM CEST
QRCode

A simple, fast and user-friendly alternative to find. Written in Rust.

#cli-app coding_lang:rust file_management files filesystem linux opensource search software source_code
fasd - Disk usage analyzer https://github.com/clvv/fasd
Sun 25 Aug 2019 04:47:40 PM CEST
QRCode

A Commandline Tool That Offers Quick Access to Files and Directories. Fasd (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.

#cli-app command_line file_management filesystem linux opensource software source_code
exa - Directory content lister https://the.exa.website/
Sun 25 Aug 2019 04:47:37 PM CEST
QRCode

Replacement for 'ls' written in Rust, with colors and several additional "views".

image

#cli-app coding_lang:python file_management files filesystem homepage linux opensource software
ncdu - Disk usage analyzer https://dev.yorhel.nl/ncdu
Sun 25 Aug 2019 04:47:25 PM CEST
QRCode

"A disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you do not have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed."

#cli-app curses file_management filesystem homepage linux opensource software visualization
How To Mount Google Drive Locally As Virtual File System In Linux https://www.ostechnix.com/how-to-mount-google-drive-locally-as-virtual-file-system-in-linux/
Fri 19 Jul 2019 04:22:43 AM CEST
QRCode

In this guide, we will discuss four unofficial google drive clients for Linux. Using them, you can mount Google drive locally as a virtual file system.

article filesystem review sync tools
Analyzing Your File System and Folder Structures with Python - Parametric Thoughts https://janakiev.com/blog/python-filesystem-analysis/
Sun 14 Jul 2019 05:08:09 PM CEST
QRCode

Say you have an external hard drive with layers upon layers of cryptically named folders and intricate mazes of directories (like here, or here). How can you make sense of this mess? Python offers various tools in the Python standard library to deal with your file system and the folderstats module can be of additional help to gain insights into your file system.

In this article, you will learn the various ways to traverse and explore the file system with Python. In the next section, you will see how to extract statistics from files and directories. In the last section, you will see a practical way to analyze folder structures with folderstats and Pandas with some use cases and visualizations along the way.

analytics article filesystem python tutorial
Move your Raspberry Pi system to USB in 10 steps http://www.kupply.com/move-your-raspberry-pi-system-to-usb-in-10-steps/
Tue 04 Jun 2019 05:17:54 PM CEST
QRCode

Moving your filesystem to USB is a great way to improve reliability, speed and storage space on your Raspberry Pi. If you’re running something that is writing a lot of data constantly then having your filesystem on USB is safer because it’s less likely to get corrupted or stop working with a high amount of write cycles.
This tutorial is using a USB stick which doesn’t require any additional external power, if you want to use a larger USB hdd you will have to also get a powered USB hub because you’re Raspberry Pi doesn’t have enough juice to power it.

I’m using Raspbian for my operating system and I’ll assume you know how to install and configure that yourself.

Read the full article ...

article filesystem raspberry_pi tutorial
Drill | New Desktop File Search Utility That Uses Clever Crawling Instead Of Indexing https://www.linuxuprising.com/2019/05/drill-new-desktop-file-search-utility.html?m=1
Fri 24 May 2019 10:47:06 PM CEST
QRCode

Drill is a new file search utility that uses "clever crawling" instead of indexing, for Linux, Windows and macOS.

article file_management filesystem gui search software
How to Create a Virtual HardDisk Volume Using a File in Linux https://www.tecmint.com/create-virtual-harddisk-volume-in-linux/#
Sun 30 Dec 2018 04:40:34 PM CET
QRCode

Virtual Hard Disk (VHD) is a disk image file format which represents a virtual hard disk drive, capable of storing the complete contents of a physical hard drive.

filesystem linux
Goto - Quickly Navigate to Aliased Directories with Auto-Completion Support https://www.tecmint.com/goto-navigate-aliased-directories-with-auto-completion/
Sun 14 Oct 2018 10:52:53 PM CEST
QRCode

In a recent article, we talked about Gogo – a tool to create shortcuts for long paths in a Linux shell. Although gogo is a great way to bookmark your favorite directories inside a shell, however, it has one major limitation; it lacks an auto-completion feature.

image

Because of the above reason, we went all out to find a similar utility with auto-completion support – where the shell can prompt with suggestions of the available aliases (shortcuts to long and complicated paths) and luckily, after crawling through Github, we discovered Goto.

Goto is a shell utility to quickly navigate to aliased directories, with support for auto-completion. It comes with a nice auto-completion script so that once you press the tab key after the goto command or after typing a few charters of an existing alias, bash or zsh prompts with suggestions of the aliases or auto complete the name, respectively.

Goto also has additional options for unregistering an alias, expanding an alias’s value as well as cleaning up aliases of deleted directories. Note that goto’s auto-completion only works for aliases; it is separate from shell auto-completion for commands or filenames.

#cli-app article cli filesystem shell terminal tools
page 1 / 2
3671 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn