ip

Search

You can find the results of your search below.

IPMI CLI Tools
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
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
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
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
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
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
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
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
VIM Editor
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
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
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
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
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
Calibre Server
5 Hits, Last modified:
ibre_library''' Testing with ''http://your_server_ip:8080'' in a browser on my LAN. Next setup the sy... .service'' : <code>## startup service [Unit] Description=calibre content server After=network.target ... g the command noted earlier: ''http://your_server_ip:8080''. This also means that I do not need to bo... <- home_server:home_server_setup:other_services:tripwire|Prev ^ home_server:home_server_setup:other_se
Fail2Ban
4 Hits, Last modified:
password activities and update and uses firewall (IPTables) to restrict (stop for a period of time) th... adjust the following basic settings: *''ignoreip = 127.0.0.1/8 ::1 192.168.1.0/24'' *''bantime... -xe'' to check fail2ban start correctly *''sudo iptables -S'' to check iptable ---- <- home_server:home_server_setup:other_services:symlinks|Prev ^
tmux
4 Hits, Last modified:
Set Up and Ubuntu APT Cache
3 Hits, Last modified:
XFCE
3 Hits, Last modified:
Home Server Index
3 Hits, Last modified:
Tripwire
3 Hits, Last modified:
MONIT
2 Hits, Last modified:
systemd Stuff
2 Hits, Last modified:
Linux Block Device Notes
1 Hits, Last modified:
NFS
1 Hits, Last modified:
Simlinks
1 Hits, Last modified:
Time Date Related Setup
1 Hits, Last modified: