user

Search

You can find the results of your search below.

Rsync
114 Hits, Last modified:
ue uid = root gid = root read only = false # auth users = baumkp # secrets file = /etc/rsyncd.secrets </file> ''sudo vim /etc/rsyncd.secrets'' <file>username:userpassword</file> ''sudo systemctl status rsync.service'' [status, start, stop, restart, reloa... ''%%--%%owner'' |preserve owner (super-user only)| |''-g''| ''%%--%%group'' |preser
BASH Customisation
56 Hits, Last modified:
y I have decided to change it. The personal BASH user configuration file is: ''~/.bashrc''. Simply add ... ' alias dp600='sudo chown -R root:root /home/$BA_USERNAME/docker/secrets ; sudo chmod -R 600 /home/$BA_USERNAME/docker/secrets ; sudo chown -R root:root /home/$BA_USERNAME/docker/.env ; sudo chmod -R 600 /home/$BA_USE
IPMI CLI Tools
10 Hits, Last modified:
.1.42 -U baumkp -a bmc info'' * List Authorised Users: ''sudo ipmitool user list'' * List active ILOM Sessions: ''ipmitool session info all'' Not much us... ify the IPMI BMC connect and use * -U : remote user name to use to connect to IPMI BMC for command ... ) <code bash> #!/bin/bash BMC_IP="192.168.1.40" User_Name="baumkp" PW_file_location="/etc/ipmitool" LA
Back-up Server Old Setup
6 Hits, Last modified:
tmpfs 3.2G 0 3.2G 0% /run/user/1000 </code> ++++ =====LVM===== With the availab... rue uid = root gid = root read only = false #auth users = baumkp #secrets file = /etc/rsyncd.secrets </code> ''sudo vim /etc/rsyncd.secrets'' <code>username:userpassword</code> Use systemd systemctl from control of the deamon: ''sudo systemctl status rsyn
Manjaro Setup Notes
3 Hits, Last modified:
printer output directory is ''/var/spool/cups-pdf/user/'', where user is the user name. * Setup printer Epson WF7720 following on screen directions (Now that WF77200 an
Commonly used commands and scripts
3 Hits, Last modified:
(including errors) is sent through # email to the user the crontab file belongs to (unless redirected). ... # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * 1 ... sat,sun # | | | | | # * * * * * user-name command to be executed 0 0 1 * * /
VIM Editor
3 Hits, Last modified:
nsider ''sudo -E''. The ''-E'' flag to retain the user environment variables for vim. =====VIM Customisa... arn though, particularly if moving from graphical user environment. Some Informative Links: *[[https:... Wiki|The VIM Wiki]], contains a lot of VIM help / user information. *[[http://vim.wikia.com/wiki/Vim_T
XFCE
2 Hits, Last modified:
Documentation]] *[[https://www.debian.org/doc/user-manuals#refcard|Debian Users' Manuals]] *[[https://www.debian.org/doc/manuals/debian-reference/inde
IPMI Console Setup
2 Hits, Last modified:
cify the IPMI BMC connect and use * -U : remote user name to use to connect to IPMI BMC for command ... cify the IPMI BMC connect and use * -U : remote user name to use to connect to IPMI BMC for command
logrotate
1 Hits, Last modified:
thu,fri,sat,sun # | | | | | # * * * * * user-name command to be executed # 0 0 1 * * /home
SSH Notes
1 Hits, Last modified:
im /etc/issue.net'' Displays a message before the user begins login, I do not use this. *''sudo vim