The point of this recipe is to create a encrypted file sytem
so that when the disc is disposed, it does not need to be
securely erased. This is particularly important for SSD devices
since because of block remapping (for wear levelling) data can't
be overwritten consistently.
The idea is …
I made the switch to void linux. Except for compatibility
issues around glibc
, it works quite well. Most compatibility
I have worked around with a combination of Flatpak
s, chroot
s and
namespaces
.
The high lights of void linux:
- musl build - which is very lightweigth
- Does not depend on
systemd …
There are plenty of reasons why people would need to encrypt a
partition. Whether they're rooted it in privacy, security, or
confidentiality, setting up a basic encrypted partition on a Linux
system is fairly easy. This is especially true when using LUKS, since
its functionality is built directly into the …
If you often mount and access a remote NFS share on your system, you
will probably want to know how to improve NFS file access performance.
One possibility is using file caching. In Linux, there is a caching
filesystem called FS-Cache which enables file caching for network file
systems such …
Development
- travis cordova build
- travis ionic build
- owx
- common
- muninlite (can it support plugins?)
- flock, pwgen, ifstat
- ow1
- diags&tools: usbutils, netstat-nat
- sniffer: tcpdump[-mini] 317K/617K, libpcap 191K
-
owX
- FW/NAT
- DNSMASQ: DHCP + DNS
- NTP server
- Dynamic DNS updating (mushu porker)
- NFS
- IPv6 tunnel
- Provisioning server: (PXE, TFTP, NFS …
It is possible to migrate the whole array to larger drives
(e.g. 250 GB to 1 TB) by replacing one by one. In the end the number
of devices will be the same, the data will remain intact, and you will
have more space available to you.
Extending an …
In Linux, there is a caching filesystem called FS-Cache
which enables
file caching for network file systems such as NFS. FS-Cache
is built
into the Linux kernel 2.6.30 and higher. In order for FS-Cache
to
operate, it needs cache back-end which provides actual storage for
caching. One such …