status

Search

You can find the results of your search below.

IPMI CLI Tools @home_server:home_server_setup:other_services
30 Hits, Last modified:
therboard sensor output remotely, such as chassis status and intrusion detection. *Ability to remotely ... Chassis power commands: * List current power status: ''ipmitool -I lanplus -H 192.168.1.42 -U baumkp -a chassis power status'' * List available chassis commands:''sudo i... tool -I lanplus -H 192.168.1.42 -U baumkp chassis status'' * List available power commands''ipmitool -
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified:
le>username:userpassword</file> ''sudo systemctl status rsync.service'' [status, start, stop, restart, reload, disable, enable] ++++ ====Notes on Compression ... enable compression, and ''-v'' to provide verbose status output. <code>sudo rsync -azv /home/jeff/src/rtl-... # This script is a wrapper around rsnapshot, so status information is logged # and notification are made
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
7 Hits, Last modified:
minal: 230.0 #nominal/set value ups.beeper.status: enabled ups.delay.shutdown: 30 ups.delay.start: ... ue ups.start.auto: yes ups.start.battery: yes ups.status: OL ups.temperature: 19.4 ups.type: line-interact... st' str1=$($str0) str2=$(echo "$str1" | grep "ups.status:") echo $(date +"%Y-%m-%d %H:%M:%S") | awk '{prin... ogfile </code> *The NUT service (start / stop / status / restart) command:"sudo systemctl status nut-ser
BASH Customisation @home_server:home_server_setup:other_services
6 Hits, Last modified:
ps -a --format "table {{.Names}}\t{{.State}}\t{{.Status}}\t{{.Image}}" | (sed -u 1q; sort)' alias ddf='su... i bouncers list' alias csfbstatus='sudo systemctl status crowdsec-firewall-bouncer.service' alias csfbstar... ufwlimit='sudo ufw limit' alias ufwlist='sudo ufw status numbered' alias ufwdelete='sudo ufw delete' alias... ystemctl restart' alias ctlstatus='sudo systemctl status' alias ctlenable='sudo systemctl enable' alias ct
Network Setup
4 Hits, Last modified:
pful commands and comments:===== *To see bridge status information: ''brctl show'' *To see bond setup status: ''cat /proc/net/bonding/bond0'' *To list netwo... nformation on system network start-up and ongoing status: ''sudo systemctl status NetworkManager'' or more comprehensively ''journalctl -u NetworkManager'') ''su
Back-up Server Old Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
mctl from control of the deamon: ''sudo systemctl status rsync.service'' [status, start, stop, restart, reload, disable, enable] I have enabled so the rsync de... ction input 1: # 0 : return on error with error status # 1 : (default & not 0) exit on error with error status if [ "$1" != "" ]; then case "$1" in
snapraid @home_server:home_server_setup:other_services
4 Hits, Last modified:
usually do this weekly, manually. ''sudo snapraid status'' to check the status of the array. I usually do this weekly, manually. ''sudo snapraid touch'' to add s... sually do this weekly, if reported as requried by status, manually. ''sudo snapraid smart'' to check the smart status of the array drives (does not report on nvme driv
Time Date Related Setup @home_server:home_server_setup:other_services
3 Hits, Last modified:
ional NTP servers/pools *The systemctl command (status, stop, start, restart): ''systemctl status ntp.service'' ====Setting System Time - Time Zone==== **Also... re typical: *''timedatectl'' and ''timedatectl status'' to list current system time date information.
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified:
le to monitor many system variables including the status of the CPU, memory, swap space, disk storage, tem
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified:
Systemd common commands (start / stop / restart / status) (enable / disable for boot control) *List c
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
*''sudo unmount /mnt/storage'' to unmount Check status of clients: *''findmnt'' to list file system in
samba @home_server:home_server_setup:other_services
1 Hits, Last modified:
rent users on the samba host * ''sudo systemctl status smbd'' smdb.service is the systemd services name.
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified:
I like and some that I do not like. This system status information script, ++++/etc/update-motd.d/50-lan
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified:
The command ''free -hw'' shows the current memory status. *Some links: *[[http://askubuntu.com/ques
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified:
''sudo journalctl -u systemd-journald'' to check status of journal.\\ \\ some useful flag and inputs: *