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
8 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
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
fsck - file system check
4 Hits, Last modified:
{{tag>linux fsck format partition boot corrupt parted}} =====fsck - file system check===== Use fsck to ... *''cd /'' *''sudo touch forcefsck'' *Boot the system to a rescue file system. From the rescue file system the main boot drive may then be checked with fsck. (Further det... %--%%max-depth=1 %%--%%all -h'' *The filesystem boot file is /etc/fstab, ''sudo vim /etc/fstab''. (Be
KVM Setup
4 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... longer and dependent upon the hardware used. *Boot your VM and verify all is working. *When you
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
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
3 Hits, Last modified:
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
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: <
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
Rsync @home_server:home_server_setup:other_services
2 Hits, Last modified:
should be excluded because they are populated at boot (while the directories themselves are not created... * * *". # # Examples # @reboot <command> #Runs at boot # @yearly <command> #Runs once a year [0 0 1 1 *]
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