KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server
  • Any namespace
  • home_server:home_server_setup (24)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Time Date Related Setup

Fulltext results:

BASH Customisation @home_server:home_server_setup:other_services
18 Hits, Last modified: 10 months ago
collections='cscli collections list' alias cshubupdate='cscli hub update' alias cshubupgrade='cscli hub update' alias csme... exportfs -a' # INSTALLATION AND UPGRADE alias update='sudo apt-get update' alias upgrade='sudo apt-get update && sudo apt-g... e) distro]] *[[https://www.baeldung.com/linux/update-alternatives-command|The update-alternatives Command in Linux]] <- home_server:h
Back-up Server Old Setup @home_server:home_server_setup:other_services
17 Hits, Last modified: 21 months ago
e to set up was some of the worst I have found to date for Linux in the modern day. It is the only solu... vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+ backup of example.com started at %c" #backup r... :/var/db/dump/ example.com/ #backup_exec /bin/date "+ backup of example.com ended at %c" # CVS.SOUR... vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+ backup of example.com started at %c" #backup r
Rsync @home_server:home_server_setup:other_services
16 Hits, Last modified: 8 months ago
rs in a human-readable format| |''-u''| ''%%--%%update'' |skip files that are newer on the rece... is script echo "rsync wrapper script executed on `date`" >> $LOG echo "options passed to rsync: " $@ >> ... o large. # Capture scripts start time STARTTIME=`date +%s` # Location of the Log file LOG="/home/backu... t echo -e "\n\n+++++ rsnapshot script started on `date` +++++" >> $LOG echo "options passed to rsnapshot
Commonly used commands and scripts @home_server:home_server_setup:other_services
14 Hits, Last modified: 12 months ago
d =====apt - package manager===== *''sudo apt update'' to update apt packages *''sudo apt upgrade'' to upgrade a... d statement to allow desired functionality. ''[ $(date +%-d) -le 7 ] && command'' means the command will only be run if the date day of month is less than or equal to 7. Similar... if the day of week is 3 (Wednesday).\\ See ''man date'' for information on the date function and return formats. ---- =====man / ap... usting bash setting run ''source ~/.bashrc'' to update configuration To function on remote server: -C
Web Server setup
12 Hits, Last modified: 22 months ago
*To ensure the current package database is up to date: ''sudo apt update'' *To install the add-apt-repository command: "... add-apt-repository ppa:certbot/certbot'' *To update the repositories including the newly added Certbot ones: ''sudo apt update'' *To install Certbot: ''sudo apt install certb... ked immediately for my existing sites. I had to update my domain DNS records to add additional sub-domai... host -u root -p nextcloud > ~/nextcloud-dbbackup_`date +"%Y%m%d"`.bak'' (Then move to the oc-backdir: ''
KPTree - Email Server Setup
11 Hits, Last modified: 3 years ago
benefit if Ubuntu is that it has a quicker LTS update cycle and longer LTS support period than Debian, ... had to disable the clamav daemons to allow the update to work. *To find clamav related running da... ) Install Horde 5 for Webmail]], full copy with update to get working on current Ubuntu 16.04 install. H... is installation description that looks more up to date and functional, Howtoforge [[https://www.howtofor
Conky @home_server:home_server_setup:other_services
8 Hits, Last modified: 5 years ago
ky's Run Time Parameters -------------------- update_interval = 2.0,-- Conky update interval in seconds total_run_times = 0,-- Numbe... y's Run Time Parameters -------------------- # update_interval 2.0 # Conky update interval in seconds total_run_times 0 #... ky's Run Time Parameters -------------------- update_interval = 2.0,-- Conky update interval in seconds total_run_times = 0,-- Numbe... nky's Run Time Parameters -------------------- update_interval 2.0 # Conky update interval in seconds total_run_times 0 #
KPTree - Home Desktop Setup
6 Hits, Last modified: 5 months ago
of my preferred Windows software reasonable up to date. I have been using Microsoft products for quite ... o not use much anymore *iTunes - Apple iOS update control software - See Separate Section below - I... A aspects are forced down our throat anyway, e.g. date format.\\ In any case I was assigned to work in ... the vendor does not wish to spend the money to update the drivers, and second, the vendor hopes that us
Time Date Related Setup @home_server:home_server_setup:other_services
5 Hits, Last modified: 3 years ago
{{tag>linux debian chrony ntp time date timedatectl timezone timezones}} =====Time Date Related Setup===== ====Setup NTP server==== The NTP se... P tips: *To install: ''sudo apt install ntp ntpdate'' *To edit main configuration file: ''sudo nano... tectl'' command to interogate and modify time and date information as required, mainly used to set local
KPTree Torrent VM Setup
5 Hits, Last modified: 5 years ago
s. I create a basic template machine and manual update the group and user id numbers to align, a use the... ces seemed not to be very comprehensive and up to date. Basically not the best value for money. ++++BTG... e the firewall. To install nftables: "sudo apt update" followed by ''sudo apt install nftables'' ++++Ol... *''sudo mysql -u root'' *''use mysql;'' *''update user set plugin=%%''%%'' where User='root'; *''
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified: 3 years ago
ts and systemd handlers, as noted above; ''sudo update-rc.d nut-client disable'', ''sudo update-rc.d nut-server disable'' and ''sudo systemctl di... str2=$(echo "$str1" | grep "ups.status:") echo $(date +"%Y-%m-%d %H:%M:%S") | awk '{printf "%s ", $0}'... g file not found $logfile" exit 1 fi timestamp=`date +%Y%m%d` newlogfile=$logfile.$timestamp cp $logfi
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
5 Hits, Last modified: 5 years ago
linux ubuntu debian Apt cache apt-cacher-ng apt update apt upgrade apt-get}} =====Set Up and Ubuntu APT ... ally the apt cacher stores all the relevant apt update and upgrade related files and and acts as a proxy... ing them locally. When performing a ''sudo apt update'' note the repository errors and find the reposit... do do-release-upgrade'' change ''sudo vim /etc/update-manager/meta-release'' ---- <- home_server:home
apt package management @home_server:home_server_setup:other_services
5 Hits, Last modified: 3 years ago
the full correct current package - ''sudo apt update'' to update the system package listing - ''sudo apt upgrade'' to update the install system packages that was no functiona
Manjaro Setup Notes @home_server:home_server_setup:other_services
5 Hits, Last modified: 18 months ago
ow how compatible with WF7725. * ''Flatpak update'' will update flatpak packages. * The CUPS systemd unit fi... nky's Run Time Parameters -------------------- update_interval 2.0 # Conky update interval in seconds total_run_times 0 #... pacman -Sc''\\ After an unsuccessful attempt to update your system (which quit with a key error), you mi
systemd Stuff @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 years ago
edatectl'' to print current time date on cli\\ ''Date'' to print basic time date only on cli\\ ''timedatectl list-timezones'' to ... emd/man/systemd.time.html|systemd.time — Time and date specifications]] and [[https://www.freedesktop.or
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 16 months ago
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified: 8 months ago
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
Calibre Server @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 20 months ago
Network Setup @home_server:home_server_setup
1 Hits, Last modified: 13 months ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
Home Server Index @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago