Network File System (NFS)

Install Server 192.168.11.20

Install Client 192.168.11.10

See

  • https://qiita.com/salty-vanilla/items/5bc95ad47af6bf051bf7
  • http://www.atmarkit.co.jp/flinux/rensai/linuxtips/367usenfs.html
  • https://hhelibex.hatenablog.jp/entry/20111205/1323111243

elFinder-2.1.42 を取り敢えず、動くところまでにするメモ

https://studio-42.github.io/elFinder/
https://github.com/Studio-42/elFinder

ファイル名を変更

From: php/connector.minimal.php-dist
To: php/connector.minimal.php

From: elfinder.legacy.html
To: index.php

From: main.default.js
To: main.js

編集

index.php 内で uiOptions, contextmenu 等の設定をする
設定値は js/elfinder.full.js を参照する

アクセス権変更

一応 cdn から読み込んでいるファイルをダウンロードしておく

使わないファイルを削除

ローカルディスクのみで使用するのとメンテ簡略の為
使わないファイルを削除しておく

fdisk -l 出力をフォーマットするメモ / fdisk -l formated output

使用できるフィールドを確認する:

Linux に接続した新品ハードディスクにパティションを作成し、フォーマットし、ラベルを付けて利用可能にするメモ

注意:使用中のディスクに対してこれを行うとディスク内のデーターは消えてなくなります

ディスクをまるごと1つのパティションにするのに、バッチ処理で行うにはどうしたらいいか調べた

例:
デバイス名: /dev/sdc
作成するパティション: /dev/sdc1

NTFS にする カッコの部分はメモなので実行しない

ext4 にする カッコの部分はメモなので実行しない

vfat にラベルを設定する方法

パティション /dev/sdc1 を削除する方法

NTFS にラベルを設定する方法

See:

  • https://qiita.com/ngyuki/items/93da394fd0847ed5155e
  • https://qiita.com/ikuwow/items/c5832fd823e869825c80
  • http://vild.hatenablog.com/entry/2015/10/25/194833
  • http://mrs.suzu841.com/mini_memo/numero_13.html
  • https://linux.die.net/man/8/mkfs.ntfs
  • https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-disk-storage-parted-remove-part.html
  • http://ja.akionux.net/wiki/index.php/Linux%E3%81%A7%E3%82%B9%E3%83%88%E3%83%AC%E3%83%BC%E3%82%B8%E3%81%AE%E3%83%A9%E3%83%99%E3%83%AB%E3%82%92%E7%A2%BA%E8%AA%8D%E3%83%BB%E5%A4%89%E6%9B%B4%E3%81%99%E3%82%8B
  • https://eng-entrance.com/linux-format

Get and manage snapshot for samba file sharing

How to get the script directory, this method is good. update 8 Sep 2018.

Get a snapshot by the output of rsync. This way is enough for my practical use.

lsyncd でサーバー間ファイル同期してみるメモ / synchronize files between servers with lsyncd