Search
You can find the results of your search below.
Fulltext results:
- Rsync @home_server:home_server_setup:other_services
- 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 @home_server:home_server_setup:other_services
- play various attributes of physical volume(s) | | create | ''pvcreate'' | ✘ | ✔ | ✔ | ✔ | Initialize physical v... / #default snapshot_root /mnt/backup1 # If no_create_root is enabled, rsnapshot will not automatically create the # snapshot_root directory. This is particular... ds, for use with # Linux LVMs. # #linux_lvm_cmd_lvcreate /sbin/lvcreate #linux_lvm_cmd_lvremove /sbin/lvremove #linux_lvm... / #default snapshot_root /mnt/backup2 # If no_create_root is enabled, rsnapshot will not automatically create the # snapshot_root directory. This is particular
- samba @home_server:home_server_setup:other_services
- amba-tool domain provision" to wipe databases and create a # new domain. server role = standalone serve... cript = logon.cmd # This allows Unix users to be created on the domain controller via the SAMR # RPC pipe. The example command creates a user account with a disabled Unix # password; ... gecos "" %u # This allows machine accounts to be created on the domain controller via the # SAMR RPC pip
- Network Setup
- never used them yet. As instructed in the system created yaml file ''/etc/netplan/50-cloud-init.yaml'', create the file ''sudo vim /etc/cloud/cloud.cfg.d/99-dis... *Unixmen [[https://www.unixmen.com/linux-basics-create-network-bonding-on-ubuntu-14-10/|Ubuntu Create Network Bonding On Ubuntu 14.10]] *The Linux fo... aces]] *Linux.com [[https://www.linux.com/learn/create-secure-linux-based-wireless-access-point|Create a secure Linux-based wireless access point]] *G
- KVM Setup
- is optional. *''genisoimage'' is a package to create iso images *''libguestfs-tools'' is a library t... ame_VM_file.img'' A compacted qcow2 image can be created using the following command: ''sudo qemu-img con... ersion_of_old.qcow2'' ===Copy to New Server=== I created a new Debian server on the same hardware as the ... full backup - Live backup using snapshot - Create a snapshot of the VM and direct all changes to th
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- 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 create the file: "sudo vim /usr/lib/tmpfiles.d/nut-drive... ull 2>&1 && /sbin/upsdrvctl shutdown </code> Next create the systemd nut server service for /sbin/upsd, co... [Install] WantedBy=multi-user.target </code> Next create the systemd nut monitor service, /sbin/upsmon, co
- BASH Customisation @home_server:home_server_setup:other_services
- name.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. The ... to specify the filename of the archive we want to create (in this case archive.tar), The ''f'' option shou
- VIM Editor @home_server:home_server_setup:other_services
- 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
- snapraid @home_server:home_server_setup:other_services
- fixing files. *''snapraid fix -m'' This will recreate any deleted file in the entire array *''snapraid fix -m -d d1'' This will recreate any deleted file on data disk d1 *''snapraid fix -m -f Example/'' This will recreate the contents of any folder named Example anywhere... praid-on-ubuntu/|Setting up SnapRAID on Ubuntu to Create a Flexible Home Media Fileserver]] and [[https://
- VNC Server
- www.howtoforge.com/how-to-use-apache-guacamole-to-create-a-vnc-connection/|How to use Apache Guacamole to create a VNC Connection]] *[[https://medium.com/@anshu
- Calibre Server @home_server:home_server_setup:other_services
- //www.digitalocean.com/community/tutorials/how-to-create-a-calibre-ebook-server-on-ubuntu-20-04|How To Create a Calibre Ebook Server on Ubuntu 20.04]] first: '... //www.digitalocean.com/community/tutorials/how-to-create-a-calibre-ebook-server-on-ubuntu-20-04|How To Create a Calibre Ebook Server on Ubuntu 20.04]] *A per
- Simlinks @home_server:home_server_setup:other_services
- path/symlink name"%%'', where option ''-s'' is to create a symlink. See ''ln --help'' or ''man ln'' for mo... ''%%ln "path/file" "path/symlink name"%%'', which creates a hard link to a file. (Where: hard links to dir... nk-linux/|What is Symbolic Links in Linux? How to Create Symbolic Links?]] *[[https://www.baeldung.com/linux/soft-links-to-directories|How to Create Soft Links to Directories]] (Baeldung) *[[https
- Conky @home_server:home_server_setup:other_services
- layout & options --- own_window = true,-- Conky creates its own window instead of using desktop own_win... options --- # own_window yes # Conky creates its own window instead of using desktop own_wind... layout & options --- own_window = true,-- Conky creates its own window instead of using desktop own_win... options --- own_window yes # Conky creates its own window instead of using desktop own_wind
- systemd Stuff @home_server:home_server_setup:other_services
- Stuff====== * [[https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux|How to create systemd service unit in Linux]] * [[https://uni... journal files in ''/var/log/journal'', this will create directory if necessary. This also ensure log file
- NFS @home_server:home_server_setup:other_services
- tall nfs-kernel-server nfs-common'' to install *Create share directories on host ''sudo mkdir -p /export/storage'' (-p also creates higher level directories if necessary.) ''sudo v