ps -o lstart 1 | tail -n 1
nano /etc/netplan/*.yaml
#!/bin/bash if [ -z "$1" ] ; then exit 0 fi if [ -z "$2" ] ; then echo "$1" | DISPLAY=:0 aosd_cat -R blue -p 4 -u 1000 -n "70" exit 0 fi echo "$1" | DISPLAY=:0 aosd_cat -R blue -p 4 -u $2 -n "70"
/path_to_log_dir/*.log { daily missingok rotate 7 compress notifempty sharedscripts postrotate endscript }