🐒 | Chimp Server | ||
---|---|---|---|
🔙 | Parent Directory | - | |
Every GNU/Linux distro provides helper software. Umvirt LFS is not an exception.
The main purpose of the "UmVirt LFS Assistant" service is the provision and running of various comands and utilities inside the operating system. These commands stored not in application or script file but in a database on another machine.
Running scripts from Internet server is not good idea. So, you can deploy this "UmVirt LFS Assistant" service on a local network machine to prevent any potentionl hacker attacks and service downtimes.
One such assistant service command. allows you to compile and install the "Midnight Commander" package with all it's dependances, by just typing:chimp install mcCurrent releases: 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 023.128452, 4145625123kernel_build | Build kernel and modules |
kernel_install | Install kernel to system boot directory |
enable_patch_making | It's possible to make patches by git |
zerofill | Fill free space by zeroes. Reduces compressed raw disk image size. |
init_kf6 | Prepare system to install KDE Frameworks (KF6) |
quality_check | This command allows users to verify that all packages have succesfully installed their packages. This is possible by checking for the installed files with the use of the wc command verifying the word counts of every files.txt in /var/log/ulfs-packages This directory stores the intstaller logs created when using the chimp install command or the installpackages script in LFSCustomizer. |
install_quality_check | This command installs the quality_check command in /usr/bin/quality_check. This will allow easier manipulation of the command for redirection. Additionally it is recommended to then add "alias qc='quality_check' to the users ~/.bashrc. The command quality_check allows users to verify that all packages have succesfully installed their packages. This is possible by checking for the installed files with the use of the wc command verifying the word counts of every files.txt in /var/log/ulfs-packages This directory stores the intstaller logs created when using the chimp install command or the installpackages script in LFSCustomizer. |
error_check | This command allows users to see which packages emitted "Error 2" when they were being configured, built, or installed. This is possible by checking for the text "Error 2" with the use of the grep -R command recursively checking the logs of every file in /var/log/ulfs-packages This directory stores the intstaller logs created when using the chimp install command or the installpackages script in LFSCustomizer. |
install_error_check | This command installs the error_check command in /usr/bin/error_check. This will allow easier manipulation of the command for redirection. Additionally it is recommended to then add "alias ec='error_check' to the users ~/.bashrc. This command allows users to see which packages emitted "Error 2" when they were being configured, built, or installed. This is possible by checking for the text "Error 2" with the use of the grep -R command recursively checking the logs of every file in /var/log/ulfs-packages This directory stores the intstaller logs created when using the chimp install command or the installpackages script in LFSCustomizer. |
cpu_clock_watch | init |
install_cpu_clock_watch | init |
sys_therm_watch | init |
install_sys_therm_watch | init |