boot

Search

You can find the results of your search below.

Conky @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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
fsck - file system check
10 Hits, Last modified:
{{tag>linux fsck format partition boot corrupt parted}} =====fsck - file system check===== Use fsck to ... *Force the Root Filesystem to use fsck during reboot, The Geek Stuff covers this well in, [[https://www.thegeekstuff.com/2016/03/forcefsck-on-reboot/ |How to Force Check Root Filesystem using fsck During Reboot]]. A summary of key commands: *The Root file sy
KVM Setup
10 Hits, Last modified:
one server could be running at a time using EUFI boot options. I ran into the following problems. * B... ince circa 2021. Just no need. I do have a dual boot on my main desk top that I default to Debian testing and can boot to Windows 11 when I need to use Windows based so... ol-name'' * virsh : start, shutdown, destroy, reboot, or pause (suspend / resume) * ''sudo virsh s
SSH Notes @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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
VNC Server
2 Hits, Last modified:
avetheknowhow.com/Configure-the-server/Run-VNC-on-boot.html|Ubuntu Server: How to run VNC on startup]]. ... '' *I set up cron to run the following script at boot: ''vim ~/Myscripts/StartVNC.sh'', StartVNC.sh: <
BASH Customisation @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
2 Hits, Last modified: