Celeborn
My notes on Everything ...
Sunday, June 23, 2024
Running Powershell commands on a set of files
›
PS Microsoft.PowerShell.Core\FileSystem:: C:\PhD\Datasets\Astrometry\Set-146> Get-ChildItem -File | ForEach-Object { file2pdfpsedit.e...
Wednesday, November 16, 2022
Tmux : Create multiple windows to ssh to several servers
›
#!/usr/local/bin/zsh SESSION="Maintenance-X" tmux new -s "${SESSION}" -d tmux rename-window -t "${SESSION}.0"...
Sunday, October 17, 2021
Creating a user service on Linux
›
This is an example of running a local python script as a user service. Most of this information was found here . Service location: /home/u...
Monday, October 11, 2021
ZSH First time run
›
These are the commands to re-run ZSH first time setup. autoload -Uz zsh-newuser-install zsh-newuser-install -f
Friday, March 27, 2020
Grafana is pretty awesome
›
It was so easy to setup. Definitely needs more time spent with it. But I have dashboards, alerting, and push notification thus far. Pretty...
Wednesday, April 19, 2017
Replacing a failed hard drive in an (encrypted) ZFS Pool on FreeNAS
›
Disk Failure Email Alert Device: /dev/ada5, failed to read SMART Attribute Data Device: /dev/ada5, not capable of SMART self-check Device:...
Monday, April 29, 2013
Excellent read on cloud management
›
PCWorld: 21 tips for supercharging your cloud storage. http://goo.gl/mag/pSGrcK5
›
Home
View web version