boot

Search

You can find the results of your search below.

Conky
24 Hits, Last modified:
sed_perc /}% ${color8}${fs_bar /}$color ${color0}/boot/efi:$color ${fs_used /boot/efi} / ${fs_size /boot/efi} ${alignr}${execi 9999 findmnt /boot/efi -o SOURCE -n} | ${fs_type /boot/efi} ${fs_used_perc /boot/
IPMI Console Setup
11 Hits, Last modified:
to this are: -Setting up Linux to redirect main boot terminal tty interface to use the serial port -Setup the console redirection in the Grub boot loader of Linux, so the main console window is di... and start the Linux serial terminal service upon boot -BMC IPMI Client Setup (Using the BMC IPMI inte... y number used, in the above example, 1. ====Grub Bootloader Setup==== After this Linux must be setup to
SSH Notes
8 Hits, Last modified:
indall('..', '%012x' % uuid.getnode()))}") # Boot Time print("="*40, "Boot Time", "="*40) boot_time_timestamp = psutil.boot_time() bt = datetime.fromtimestamp(boot_time_timestamp) print(f"Bo
systemd Stuff
7 Hits, Last modified:
s://www.tecmint.com/systemd-analyze-monitor-linux-bootup-performance/|systemd-analyze – Find System Boot-up Performance Statistics in Linux]] =====Journalctl... also ensure log files are available from previous boots.\\ \\ ''sudo systemctl force-reload systemd-jour... inputs: *''sudo journalctl -b'' to see current boot journal only use ''-b -1'' to see last boot entri
Manjaro Setup Notes
5 Hits, Last modified:
sed_perc /}% ${color8}${fs_bar /}$color #${color0}boot:$color ${fs_used /boot} / ${fs_size /boot} #${fs_used_perc /boot}% ${color8}${fs_bar /boot}$color #${color0}home:$color ${fs_used /home} / ${fs_s
NUT (Network UPS Tools) Setup
5 Hits, Last modified:
ws nut-driver.service to run, but fails after a reboot. Further investigation shows that "/var/run" is a... ystem mounted in RAM that must be recreated every boot. Inspection of the init.d NUT files show they inc... orrect handling of emergency poweroffs and test reboots correctly, check the /lib/systemd/system-shutdow... / stop / restart / status) (enable / disable for boot control) *List current Systemd operating uni
Rsync
5 Hits, Last modified:
should be excluded because they are populated at boot (while the directories themselves are not created... ing meaning # ------ ------- # @reboot Run once, at startup. # @yearly Run... Run once an hour, "0 * * * *". # # Examples # @reboot <command> #Runs at boot # @yearly <command> #Runs once a year [0 0 1 1 *] # # # # For more information
IPMI CLI Tools
3 Hits, Last modified:
n. *Ability to remotely power on, power off, reboot the server and flash the identification light. ... irection, gives you the ability to view the BIOS, bootloader, bootup and shutdown procedures and console output should the machine hang or lock up, just as yo
Commonly used commands and scripts
3 Hits, Last modified:
===== =====dmesg==== ''sudo dmesg'' lists the OS boot messages between grub and os up. =====systemd====... / stop / restart / status) (enable / disable for boot control) *List current Systemd operating uni... e the grep statement as required. *Check the boot journal: ''sudo journalctl -xe'' *To check runn
BASH Customisation
2 Hits, Last modified:
ART alias shutdown='sudo shutdown -h now' alias reboot='sudo reboot' # NETWORKING alias portsused='sudo netstat -tulpn | grep LISTEN' alias showports='netsta
Linux Block Device Notes
2 Hits, Last modified:
===Fstab==== ''sudo vim /etc/fstab'' -to edit the boot disk mount table, remember to make matching moun... do umount /run/media/diska'' ---- ====mount at boot==== ''sudo vim /etc/fstab'' ---- =====Block Devi
NFS
2 Hits, Last modified:
ust the ''sudo vim /etc/fstab'' file to allow for boot setup of nfs export mount points. <code> #<file s... ''findmnt -l'' in flat list. To allow automatic boot of nfs clients: ''sudo vim /etc/fstab'' <code> 19
SWAP Files
2 Hits, Last modified:
) *To prevent a SWAP partition being mounted at boot comment out the swap partition in /etc/fstab, ''s... pen is to instead use the swapoff -a command in a boot cron job. This allows the swapon -a option to be