ip

Search

You can find the results of your search below.

IPMI CLI Tools @home_server:home_server_setup:other_services
171 Hits, Last modified:
{{tag>linux IPMI, IPMITOOL, CLI, BMC}} ======IPMI CLI Tools====== Much copied from Adam Sweet's wiki on IPMI. ====What is IPMI?==== IPMI is standard which
Back-up Server Old Setup @home_server:home_server_setup:other_services
80 Hits, Last modified:
ount point to be unmounted ++++Possible mount script| <code bash> #!/bin/bash #input 1 is the propos... exit with error fi fi </code> ++++ Created script to mount backup1 ''sudo bash ~/Myscripts/mount_backup1.sh'' to run ++++''sudo vim ~/Myscripts/mount_backup1.sh''| <code bash> #!/bin/bash #Sc
IPMI Console Setup @home_server:home_server_setup:other_services
55 Hits, Last modified:
{{tag>linux bmc grub IPMI, Console, Redirection, CLI}} ======IPMI Console Setup====== I have 3 computers from Supermicro with BMC and IPMI. The Supermicro provided utility program IPMIView is good, but the iKVM console redirection facili
Rsync @home_server:home_server_setup:other_services
55 Hits, Last modified:
some examples I used ++++tl;dr;| ''export RSYNC_SKIP_COMPRESS=3fr/3g2/3gp/3gpp/7z/aac/ace/amr/apk/appx... nef/oga/ogg/ogv/opus/orf/pef/png/qt/rar/rpm/rw2/rzip/s7z/sfx/sr2/srf/svgz/t[gb]z/tlz/txz/vob/wim/wma/wmv/xz/zip'' ''rsync %%--%%skip-compress=$RSYNC_SKIP_COMPRESS .....'' ''sudo rsync %%--%%dry-run -av -u --del
BASH Customisation @home_server:home_server_setup:other_services
41 Hits, Last modified:
aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill night... t/d827c85565767c761e100a133088135cba5c3ffa alias dips="sudo docker ps -q | xargs -n 1 docker inspect -... ' | jq -rs 'map(.Name,.NetworkSettings.Networks[].IPAddress) | .[]'" dip() { sudo docker inspect --format '{{json .}}' "$1" | jq -rs 'map(.NetworkSettin
Commonly used commands and scripts @home_server:home_server_setup:other_services
37 Hits, Last modified:
de update install remove crontab man apropos tldr ip tc systemctl journalctl}} ======Commonly used commands and scripts====== =====dmesg==== ''sudo dmesg'' lists the ... == |<38em 28% 36% 12% 12% 12%>| ^ package ^ description ^ mail server ^ nextcloud ^ wiki ^ | p... ge | ✔ | ✔ | ✔ | | php-imagick | image manipulation module | ✔ | ✔ | ✔ | | php-json |
Conky @home_server:home_server_setup:other_services
26 Hits, Last modified:
s own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', -- --- window placment --- # alignment = 'top_right',-- window placement can b... : ${tab 50}$color${execi 99999 lsb_release --description | awk '{ print $2" "$3 }'} ${color0}CPU Type:... ads ${color0}Running:$color $running_threads ${stippled_hr 2} ${color0}CPU Usage$color ${color3} NAME
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
26 Hits, Last modified:
is time, including early conversion to systemd scripts. I notice the Techno Tim [[https://docs.techno... <code> upsd.conf LISTEN 192.168.x.x #IP address of NUT server LISTEN 127.0.0.1 3493 #IPv4 NUT port LISTEN ::1 3493 # IPv6 NUT port </code> <code> upsd.users [ad
Network Setup
21 Hits, Last modified:
p==== To check available interfaces and names: ''ip link'' Ensure the bridge utilites are loaded: ''... access #The DHCP server is used to assign a fixed IP address based upon MAC auto br0 iface br0 inet dh... al</code> I tried earlier to use static assigned IP setup, but had problems with operation and used s... rked. I then setup the dhcp sever to assign a fix IP address to the eth0 address.++++ ++++Netplan Old
VIM Editor @home_server:home_server_setup:other_services
18 Hits, Last modified:
Vim]]**!!!** *[[http://vim.wikia.com/wiki/Vim_Tips_Wiki|The VIM Wiki]], contains a lot of VIM help ... information. *[[http://vim.wikia.com/wiki/Vim_Tips_Wiki|The VIM Wiki]] -Copy, cut and paste *[[ht... n habits of effective text editing]] Some Quick tips: *There are two (2) main modes: Command mode an... he line | | %%"+y%% | copies to the "usual" clipboard buffer (so you can paste using Ctrl+V, right
samba @home_server:home_server_setup:other_services
14 Hits, Last modified:
# server string is the equivalent of the NT Description field server string = %h server (Samba, Debi... to # This can be either the interface name or an IP address/netmask; # interface names are normally p... first # running "samba-tool domain provision" to wipe databases and create a # new domain. server r... tu-muenchen.de> for # sending the correct chat script for the passwd program in Debian Sarge). pass
SSH Notes @home_server:home_server_setup:other_services
13 Hits, Last modified:
predefined Linux distribution text ====Login Scripts==== ====Debian==== *''ls -la /etc/update-motd.d/'' to see the scripts that are run after the MOTD is displayed. The Debian script is very simple: <code bash> #!/bin/sh uname -snrvm </code> ====Ubuntu==== Ubuntu has multiple scripts some that I like and some that I do not
Manjaro Setup Notes @home_server:home_server_setup:other_services
8 Hits, Last modified:
ixels own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # --- window placment --- # alignment top_right # window placement can be... tribution: $color${execi 99999 lsb_release --description | awk '{ print $2" "$3 }'} ${color0}CPU Type:... ads ${color0}Running:$color $running_threads ${stippled_hr 2} ${color0}CPU Usage$color ${color3} NAME
logrotate @home_server:home_server_setup:other_services
7 Hits, Last modified:
re a number of ways to rotate logs. -Using a script and cron (or systemd.timer) -Using ''logrotate'' ====Logrotate using script==== edit the sudo crontab ''sudo crontab -e'': ... to be executed # 0 0 1 * * /home/shared/Myscripts/rotatelog.sh /var/log/UPS/UPSLog.Log #Rotate NU... T UPS log file </code> where ''/home/shared/Myscripts/rotatelog.sh'' is: <code>#!/bin/bash logfile=$1
KVM Setup
6 Hits, Last modified:
the VM back ups. * Using the same host name and IP address caused a SSH key error. To solve the new machine with 2 IP addresses the original server address and the a separate new unique address. * The original IP address allowed the VM NFS to work without any co... erver is permanently decommissioned the secondary IP address would not be required. * When attemptin
VNC Server
6 Hits, Last modified:
Home Server Notes
5 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
4 Hits, Last modified:
tmux @home_server:home_server_setup:other_services
4 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
3 Hits, Last modified:
Tripwire @home_server:home_server_setup:other_services
3 Hits, Last modified:
MONIT @home_server:home_server_setup:other_services
2 Hits, Last modified:
fsck - file system check
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified: