create

Search

You can find the results of your search below.

Rsync
29 Hits, Last modified:
including the directory, within dir2. This would create a hierarchy that looks like: ~/dir2/dir1/[files] ... l rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any name you like [all] # destination dire... e (using rsync or scp or telnet or whatever). It creates a full-blown snapshot for each run, but makes ex... en.wikipedia.org/wiki/Cron|cron]] to periodically create backups. To top it off, it also has a graphics fr
Back-up Server Old Setup
13 Hits, Last modified:
i mergerfs_2.29.0.ubuntu-xenial_amd64.deb'' Then create a mount point directory, e.g. /srv/storage, ''su... | ''pvdisplay'' | ✘ | ✔ | ✔ | ✔ | | create | ''pvcreate'' | ✘ | ✔ | ✔ | ✔... unt failed, exit with error fi fi </code> ++++ Created script to mount backup1 ''sudo bash ~/Myscripts/... unt failed, exit with error fi fi </code> ++++ Created script to mount backup2 ''sudo bash ~/Myscripts/
NUT (Network UPS Tools) Setup
7 Hits, Last modified:
ms to have a method for legacy init.d scripts and creates scripts in /run/systemd/generator.late, in parti... to access the directory "/var/run/nut". So we can create the directory with: "sudo mkdir /var/run/nut sudo... run/nut directory. In systemd .conf files must be created in the /usr/lib/tmpfiles.d that create these emphemeral directories, see "man tmpfiles.d". So we need to
BASH Customisation
5 Hits, Last modified:
nclude compression, but this was added later. ====create==== main ''tar'' create options, e.g.: ''tar -cvf archive_filename.tar file1 directory1 file2'' *''-c'' : for create archive, a pretty self-explanatory option if you want to create a new archive made from the files selected; *''
VIM Editor
5 Hits, Last modified:
ckground terminal windows I prefer to use. Simply create the file on home directory, ".vimrc" (''vim ~/.vi... bs===== ^ Vim Command ^ Action ^ | :tabnew | Creates a new tab | | gt | Show next tab | | :tabfi... lding===== ^ Vim Command ^ Action ^ | zf#j | creates a fold from the cursor down # lines | | zf/v | string creates a fold from the cursor to string | | zf | ope
systemd Stuff
3 Hits, Last modified:
Stuff====== * [[https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux|How to create systemd service unit in Linux]] * [[https://unix.stackexcha... journal files in ''/var/log/journal'', this will create directory if necessary. This also ensure log file
Manjaro Setup Notes
2 Hits, Last modified:
options --- own_window yes # Conky creates its own window instead of using desktop own_wind... populate archlinux manjaro''\\ These two commands create a fresh key for you and (re-)install all keys fro
NFS
2 Hits, Last modified:
udo apt install nfs-kernel-server'' to install *Create share directories on host ''sudo mkdir -p /export/storage'' (-p also creates higher level directories if necessary.) ''sudo v