port

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
28 Hits, Last modified:
0G,fsname=mergerfs 0 0 #/media/Disk1 /export/Disk1 bind bind 0 0 #/media/Disk2 /export/Disk2 bind bind 0 0 /media/Disk4 /export/Disk4 bind bind 0 0 /home/shared /export/shared bind bind 0 0 </code> Direct
NFS @home_server:home_server_setup:other_services
28 Hits, Last modified:
rver]] *die.net [[https://linux.die.net/man/5/exports|exports(5) - Linux man page]] *[[https://www.golinuxcloud.com/unix-linux-nfs-mount-options-example/|NFS mount options | NFS exports options | Beginners Guide]] *[[https://www.quo... eate share directories on host ''sudo mkdir -p /export/storage'' (-p also creates higher level directori
Rsync @home_server:home_server_setup:other_services
18 Hits, Last modified:
seen *''-P'' keeps partially copies files and reports progress *''-h''' human readable file sizes ... s as well as some examples I used ++++tl;dr;| ''export RSYNC_SKIP_COMPRESS=3fr/3g2/3gp/3gpp/7z/aac/ace/a... s| Note(s): * * preservation of hard links is important when moving across rsnapshots backups between ... incremental file transfers. (rsync has also been ported to Microsoft Windows, Mac, and other operating
SSH Notes @home_server:home_server_setup:other_services
14 Hits, Last modified:
/etc/default/locale ] && . /etc/default/locale export LANG cores=$(grep -c ^processor /proc/cpuinfo 2>/... landscape-systeminfo| <code> #!/usr/bin/python3 import sys, os try: if os.path.dirname(os.path.absp... ") else: from landscape.lib.warning import hide_warnings hide_warnings() from twisted.internet import reactor from landscape.sysinfo.deployment im
IPMI CLI Tools @home_server:home_server_setup:other_services
13 Hits, Last modified:
ight. *Ability to set up a console on a serial port and have the BMC redirect that console over a network port, which in cooperation with BIOS level console red... n and off and view sensor output, but does not support packet encryption (and therefore sends your BMC p... d over the network in plain text) and does not support SOL in any standardised way. Both 2.0 and 1.5 are
Network Setup
10 Hits, Last modified:
f years I have only been using 1 NIC to a main 24 port gigabit switch. This is described in the Basic Ne... n MAC auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 9 bridge_hello 2 ... ay 192.168.1.1 dns-nameservers 192.168.1.1 bridge_ports bond0 eth2 eth3 bridge_stp off bridge_fd 9 bridg... exible as faster ethernet connection as each transport connection only uses one media connection to prev
IPMI Console Setup @home_server:home_server_setup:other_services
10 Hits, Last modified:
ection. Basically most BMC have old RS232 serial port includes and include serial to BMC network redire... Linux Unix history means good historical serial port and serial terminal support. Key parts to this are: -Setting up Linux to redirect main boot terminal tty interface to use the serial port -Setup the console redirection in the Grub bo
BASH Customisation @home_server:home_server_setup:other_services
9 Hits, Last modified:
line to this file: ''%%LS_COLORS='di=1;32'%% ; export LS_COLORS'' The code 1;32; is for a light green c... status nfs-kernel-server' alias nfsreload='sudo exportfs -a' # INSTALLATION AND UPGRADE alias update='s... w' alias reboot='sudo reboot' # NETWORKING alias portsused='sudo netstat -tulpn | grep LISTEN' alias showports='netstat -lnptu' alias showlistening='lsof -i -n
KVM Setup
7 Hits, Last modified:
other separate drive. * The VM xml files were exported to the back-up drive, same directory as the VM ... udo virsh define --file <path-to-xml-file>'' to import (define) a VM from an XML file. References: *[[https://ostechnix.com/export-import-kvm-virtual-machines-linux/|How To Export And Import KVM Virtual Machines In Linux]] ====kvm bac
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
7 Hits, Last modified:
n monitor performance, control as necessary and report on abnormal operation. Unfortunately the [[http:/... qx # works with more info than blazer_usb port = auto desc = "KPTreeServer UPS" ... UT server LISTEN 127.0.0.1 3493 #IPv4 NUT port LISTEN ::1 3493 # IPv6 NUT port </code> <code> upsd.users [admin]
samba @home_server:home_server_setup:other_services
5 Hits, Last modified:
behaviour of Samba but the option is considered important # enough to be mentioned here # # NOTE: Whe... os name = kpts # Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server # wins support = no # WINS Server - Tells the NMBD components o
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
ious examples across the 'net -- Designed to support a 16 core processor running Manjaro -- You can r... rious examples across the 'net # Designed to support a 8 core processer running Ubuntu # # You can res... ious examples across the 'net -- Designed to support a 16 core processor running Manjaro -- You can r... rious examples across the 'net # Designed to support a 16 core processor running Manjaro # # You can r
Linux Block Device Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
*''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/export/Disk1 /mnt/backup1'' *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/export/Disk2 /mnt/backup2'' Where: * ''-t nfs'' : typ... 'vers=4'' : version 4 of nfs * ''192.168.1.5:/export/Disk1'' is the remote exported NFS mount point * ''/mnt/backup1'' : is the local mount point, note th
Fail2Ban @home_server:home_server_setup:other_services
4 Hits, Last modified:
ted risks and bandwidths. It is primarily used on port and associated services open to the public. Digit... //github.com/fail2ban/fail2ban/issues/1118|Add support for nftables #1118]] and [[https://github.com/fai... ocal: enable = true mode = more bantime = 12h port = smtp,465,submission logpath = %(postfix_log)... true bantime = 12h filter = postfix[mode=auth] port = smtp,465,submission,imap,imaps,pop3,pop3s #
Commonly used commands and scripts @home_server:home_server_setup:other_services
4 Hits, Last modified:
ple, let's say you're interested in finding which ports the apache web server has open on your system. M... we want to know which program opened a socket on port 80: %%me@banshee:~$ sudo netstat -anp | grep ::8... ts us to the program running on the standard HTTP port. In the second, we do the same thing—but we disca... etstat example. What if we want to find out which port Apache is running on?\\ Once again, we'll transl
Home Server Notes
2 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified:
fsck - file system check
1 Hits, Last modified:
My Home IT Setup
1 Hits, Last modified:
VNC Server
1 Hits, Last modified:
Mosh @home_server:home_server_setup:other_services
1 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified: