Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- IPMI CLI Tools @home_server:home_server_setup:other_services
- OS shutdown, (if supported). * Retrieving ILOM IP address with ipmitool: ''sudo ipmitool lan print'' * Retrieving Sensor Data: ''s... aged system : system which is to be managed using IPMI. The IPMI card is installed on this machine. IPMI v2.0 supports both local and remote access to t... [https://www.thomas-krenn.com/en/wiki/Configuring_IPMI_under_Linux_using_ipmitool|Configuring IPMI under Linux using ipmitool]] * [[https://www.thomas-krenn.com/en... * [[https://www.thomas-krenn.com/en/wiki/FreeIPMI_ipmimonitoring|FreeIPMI ipmimonitoring]] * Adam Sweet's Wiki: [[https://wi
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- p?id=home_server:home_server_setup:other_services:ipmi#ipmi_start_script|IPMI startup script]] for description of this script. - Mount the back-up drives to the back-up ser... p?id=home_server:home_server_setup:other_services:ipmi#ipmi_stop_script|IPMI Stop script]] - ''sudo bash ~/Myscripts/ipmi_stop_05_40.sh ; echo $?'' To use: ''sudo bash ~/Myscripts/server_b... ackup.log' str0='/home/baumkp' str1='/Myscripts/' ipmi_start='ipmi_start_05_40.sh' ipmi_stop='ipmi_stop_05_40.sh'
- IPMI Console Setup @home_server:home_server_setup:other_services
- p?id=home_server:home_server_setup:other_services:ipmi#ipmi_cli_tools|ipmitools ]] and imptitools manual [[https://linux.d... PMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my interfaces are IPMI 2.0) * -H : remote server address IP or hostn... loader setup. (The client setup is based upon BMC IPMI so the client software setup description is also not relevant.) The BMC IPMI client setup is described below. On Debian 10 ... PMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my interfaces are IPMI 2.0) * -H : remote server address IP or hostn
- Rsync @home_server:home_server_setup:other_services
- 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 --delete /media/Disk1/ bau... o rsync %%--%%dry-run -avz -u %%--%%delete ~/Myscripts/ /home/shared/Myscripts'' ''sudo rsync x %%--%%dry-run -avz -u /home/s... ==My web page copy bash batch==== ''sudo vim Myscripts/rsync_shared.sh'' or to run ''sudo bash Myscripts/rsync_shared.sh'' #Note this is a local only s
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- IP command notes. Call up information only: *''ip addr'' or ''ip a'' for short, shows the network IP addresses assigned for each link *''ip link'' ... ''ip r'' for short, shows the routing table *''ip maddr'' or ''ip m'' for short, displays multicast ip addresses *''ip neigh'' or ''ip n'' for short, shows the neighbour objects (arp table for IP4) *''ip help'' for overall help *''ip a help'' for specific help for ip a ethtool query or control network driver and hardware set
- BASH Customisation @home_server:home_server_setup:other_services
- ep "COMMAND|LISTEN"' alias ping='ping -c 5' alias ipe='curl ipinfo.io/ip' # external ip alias ipi='ipconfig getifaddr en0' # internal ip alias header='curl -I' # get web server headers # SYNOLOGY DSM COMMANDS alias servicelist=... \\ [[https://terracoders.com/blog/bash-simple-script-changing-display-brightness-xrandr|Bash: A Simple Script for Changing Display Brightness with XRANDR]] ... l -9 name'' =====compression===== Use either ''gzip'', ''bzip2'', or ''xz'' to directly compress a file *''gz
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- stemd seems to have a method for legacy init.d scripts and creates scripts in /run/systemd/generator.late, in particular, ... /bin/upsc KPBUPS@localhost 2>/dev/null''. *A script file to succinctly log the UPS data, using cron to run script every 10 minutes ''sudo Myscripts/UPSScan.sh 2>/... >>"$strf" </code> *A script file to rotate a log file out to a dated gzip log file, with a new empty log file, the log file with path is the script input ''sudo rotatelog.sh /var/log/UPSLog.Log'',
- Conky @home_server:home_server_setup:other_services
- s own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', -- --- window placment --- # alignment ... ixels own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # --- window placment --- # alignment top_... s own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', -- --- window placement --- # alignment... ixels own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # --- window placment --- # alignment top_
- Network Setup
- *To list network configuration: ''ifconfig'', ''ip a'', ''ip route'' *Kernal IP routing table: ''route'' The... gation in Linux Mint 17 and Xubuntu 14.04]] *Wikipedia [[https://en.wikipedia.org/wiki/Link_aggregation|Link aggregation]]
- VIM Editor @home_server:home_server_setup:other_services
- tps://petro.tanrei.ca/2010/8/working-with-vim-and-ipython.html|Working with Vim and IPython]] ====Requires More Research==== These link... ugger for vim]] *[[http://github.com/ivanov/vim-ipython|vim-ipython - A two-way integration between Vim and IPython]] *[[http://codemirror.net/|CodeMirror]] ... .com/posts/2013/using-syntastic-jshint-for-javascript-syntax-checking-on-vim/|Using Syntastic+JSHint for Javascript syntax checking on Vim]] ---- ======neovim===
- samba @home_server:home_server_setup:other_services
- t if 'domain logons' is set # It specifies the script to run during logon. The script must be stored # in the [netlogon] share # NOTE:... tore in 'DOS' file format convention ; logon script = logon.cmd # This allows Unix users to be created on the domain controller via the SAMR # RPC pipe. The example command creates a user account wit... assword; please adapt to your needs ; add user script = /usr/sbin/adduser --quiet --disabled-password
- SSH Notes @home_server:home_server_setup:other_services
- ame -snrvm </code> ====Ubuntu==== Ubuntu has multiple scripts some that I like and some that I do not like. This system status information script, ++++/etc/update-motd.d/50-landscape-sysinfo| <c... threshold" fi</code> ++++ The main information script is written in python3, ++++/usr/bin/landscape-sy... path.abspath(sys.argv[0])) == os.path.abspath("scripts"): sys.path.insert(0, "./") else:
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- ixels own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # --- window placment --- # alignment top_... 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... ame 5} ${top pid 5} ${top cpu 5} ${top mem 5} ${stippled_hr 2} ${color0}Mem Usage$color ${color3} NAME
- VNC Server
- startup'' *I set up cron to run the following script at boot: ''vim ~/Myscripts/StartVNC.sh'', StartVNC.sh: <code> #!/... cserver -geometry 2350x1335 </code> *The cron script statement is ''/home/homedirectory/Myscripts/StartVNC.sh >/dev/null 2>&1'' (I elected not t... /www.xnview.com/en/|XnView]] - a photo display manipulation program *[[https://www.byobu.org/|Byobu]
- logrotate @home_server:home_server_setup:other_services
- 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