All Flashcards
(319 cards)
what’s ldd
see where are the shared libraries of a command. ld.so is the service that permits that
whats the package managers of debian
apt , which use “ dpkg “
difference between remove vs purge in package managers :
remove vs keep conf files.
where are the APT repositories
/etc/apt/sources
whats the APT repo types (4)
- Main : Cannonical supported free and open source packages
- Universe : Communiy-maintained free and open source packages
- Restricted : Propreitary driver packages
- Multiverse : Software with copyrights/legal issues
whats the package managers of Red Hat
yum , which use the “ rpm “
How’s the graphical overlay for rpm called
gnorpm
where is the rpm database located?
/var/lib/rpm
In RPM, whats the difference between using the longname vs shortname packages?
shortname for latest version and if no confilct exist. longname otherwise (with version number)
what’s the two checks for package integrity in rpm
MD5 (package integrity) PGP (identity of distributor)
how to check or import a rpm package signature :
-K = verify signature -rpm –import [URL]
What’s DNF?
the next-gen, python based version on yum. it is more reliable and consistent and easyer to configure.
What’s the SUSE equivalent of yum?
zypper
What’s used for synching a mirroring repos between many SUSE systems
Repository Mirroring Tool (RMT)
difference between OVA vs OVF
each OVF file is always only 1 VM. OVA can contain one on more OVF files.
difference between thin vs thick VM provisioning
thin is the disk space is declared, but isnt all allocated at the beginning
what’s the 4 stages of the Linux boot process
- Boot loader phase
- Kernel phase
- Early user phase (initial RAM disk)
- Init process
hows the old method for providing an early user space filesystem called?
initrd, which is creating a /dev/ram device, with mkinitrd [image] [kernel]
how’s the newer method for providing an early user space filesystem called?
initramfs, which use the dracut [imgfile] to create a initial filesystem inside the RAM
Name of the improvement on PXE that enables more boot options.
iPXE
what are 4 bootloaders of linux?
- LILO : old and less-configurable
- GRUB : v1 or v2, the one of choice (almost always GRUB2 now).
- SYSLINUX : other boot loader, not seen much anymore since UEFI
- Loadlin.exe : Linux boot loader that runs under DOS or Microsoft Windows. It allows the Linux system to load and replace the running DOS/Windows without altering existing DOS/Windows system files.
how do you count the Partition vs the devices
partitions are counted from 1 and devices from 0 (only exception is GRUB1 that count devices from 1)
difference vmlinux vs vmlinuz file?
vmlinuz (compressed) vmlinux (not compressed)
What key to press to access cmd line in grub
C