Search
You can find the results of your search below.
Fulltext results:
- Rsync @home_server:home_server_setup:other_services
- create a hierarchy that looks like: ~/dir2/dir1/[files] So; ***''rsync -a dir1/ dir2'' copies the con... ctories and content. *''-u'' only copies source files where they are newer than destination files (based upon file modification dates) *''%%--delete%%'' deletes files on the destination where they a
- Web Server setup
- n storage. Also consider aligning the appropriate file system user and groups between the VM server and ... g scripts assist with changing the uid and gid of files on a system. These scripts are reasonably basic... ng the GID of a group and modify ownership of its files and directories." echo "Usage: changeGID.sh [g... ing the UID of a User and modify ownership of his files and directories." echo "Usage: changeUID.sh [u
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- {{tag>linux debian backup LVM filesystem server NFS mount showmount}} ======Back-up Server Old Setup====... layfs, it does not seem to allow for a true merge file system, just overlay file system. The information available to set up was some of the worst I have fou... e media as the upperdir, and is where the working files for overlayfs are kept. Overlayfs is not what
- KVM Setup @home_server:home_server_setup
- s. To dump a virtual machine xml definition to a file: ''virsh dumpxml {vir_machine} > /dir/file.xml''. Modify the following xml tags: *<name>VM_name</nam... unique uuid. *Change as required the VM source file: <source file='/path_to/vm_image_file.img'/> *<mac address='52:54:00:70:a9:a1'/> Cant be the same on
- Simlinks @home_server:home_server_setup:other_services
- rectory location to another directory location or file. It effectively allows a directory tree (soft li... even across partitions. It allows configuration file control by having current configuration file pointing to different version or use type configuration files, depending on use case. Simple use is: *''%%
- BASH Customisation @home_server:home_server_setup:other_services
- change it. The personal BASH user configuration file is: ''~/.bashrc''. Simply add the following line to this file: ''%%LS_COLORS='di=1;32'%% ; export LS_COLORS'' T... 32; is for a light green colour. The ''.bashrc'' file also has a number of other interesting "features"... '', the aliases can also be added to the separate file .bash_aliases, ''vim ~/.bash_aliases'': *''ali
- snapraid @home_server:home_server_setup:other_services
- nds I use are: ''sudo snapraid sync'' to sync the files that have changes since last sync. I usually do... check the parity of the array, usually the oldest files first. I usually do this weekly, manually. ''su... touch'' to add sub-second time granularity to the files that improves snapraid usage. I usually do this... ly. Really for information only. Snapraid allows files and directories that have been deleted since the
- KPTree - MSWindows Setup
- rus protection now *Xplorer2 - a multi-paned file explorer replacement - //I do not use any more. S... use VIM on Linux now. *7Zip - a good general file compression program (**!**) *CCleaner - a Windows system maintenance program, clean junk files and registry and other - **Do not use anymore, looks like spam now** *FileZilla - and sFTP client program (**!**) *Ghos
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- e | ✔ | ✔ | ✔ | | php-common | Common php file modules | ✔ | ✔ | ✔ | | php-curl | php cl... ✘ | ---- ====php test==== Install the following file to allow the php ''sudo vim /var/www/html/test.ph... crontab, ''sudo crontab -e'': <code> # Edit this file to introduce tasks to be run by cron. # # Each t... ) is sent through # email to the user the crontab file belongs to (unless redirected). # # For example,
- Network Setup @home_server:home_server_setup
- ces/|All About the Debian /etc/network/interfaces File: The Comprehensive Guide]] (/etc/network/interfac... 694538/systemd-networkd-what-is-the-configuration-file-precedence|https://superuser.com/questions/1694538/systemd-networkd-what-is-the-configuration-file-precedence]] (systemd-networkd) *[[https://medi... ll bridge-utils'' Edit the network configuration file: ''/etc/network/interfaces'' as follows: <code>#
- IPMI Console Setup @home_server:home_server_setup:other_services
- pt for remote server password (for CLI, not batch files) * -P : input the password in command, not rec... ry there after, not secure * -f </path/password_file> : specify use of file for remote server password (need for batch files and to prevent constant prompting for password). This
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- localhost:631'' * The PDF printer definition file was found at ''/usr/share/cups/model/'' * Th... te flatpak packages. * The CUPS systemd unit file is: cups.service and cups.socket The CUPS error ... var/log/cups/error_log''\\ The CUPS configuration file is at ''/etc/cups/cupsd.conf''\\ [[https://ubuntu... y in Manjaro. I adjusted my server configuration file to suit, ''sudo vim ~/.config/conky/conky.conf''
- VNC Server @home_server:home_server_setup
- x-authentication-is-required-to-create-a-color-profile-managed-device-on-ubuntu-22-04/|How to fix “Authentication is required to create a color profile/managed device”]] * sudo systemctl status tig... r'' and disabled the screensaver, then from the ''File'' menu chose ''Kill Daemon''. *Then go to the '... line ''exec /bin/bash'' to the end of ''vim ~/.profile''. You will need to restart VNCserver for this to
- NFS @home_server:home_server_setup:other_services
- re are a lot of resources online for NFS (Network File System). Nevertheless I decided to place my note... et.com/searchenterprisedesktop/definition/Network-File-System|NFS]] *[[https://shape.host/resources/ho... ry.) ''sudo vim /etc/exports'' - edit the exports file as required <code> # /etc/exports: the access control list for filesystems which may be exported /export 192.
- SSH Notes @home_server:home_server_setup:other_services
- /etc/issue.net'' (you can actually used any path/file) *''sudo systemctl reload sshd'' needs to be performed after any change to the configuration file to activate the changes. *''sudo vim /etc/motd'... point: {partition.mountpoint}") print(f" File system type: {partition.fstype}") try: