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/
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
IPMI Console Setup @home_server:home_server_setup:other_services
9 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... ny systemd setup information. I adjusted my grub boot loader configuration as follows ''sudo vim /etc/d
KVM Setup
8 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
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
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
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
4 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... / stop / restart / status) (enable / disable for boot control) *List current Systemd operating uni... e the grep statement as required. *Check the boot journal: ''journalctl -xe'' *To check running p
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
systemd Stuff @home_server:home_server_setup:other_services
3 Hits, Last modified:
bootup-performance/|systemd-analyze – Find System Boot-up Performance Statistics in Linux]] =====Journa... inputs: *''sudo journalctl -b'' to see current boot journal only use ''-b -1'' to see last boot entries. *''journalctl --list-boots'' to list all availab
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:
) *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