This is the multi-page printable view of this section. Click here to print.
Others
- 1: BootableDrive
- 2: KDE
- 3: RHEL
1 - BootableDrive
Create a bootable USB drive in linux
How to create a bootable drive
dd bs=4M if=<path to your image.iso> of=<path to your USB> status=progress
bs : This stands for “block size.
if : This stands for “input file”. input file will be the iso file.
of : This stands for “output file”.
status : To see the progress.
2 - KDE
How to manage KDE applications launcher




3 - RHEL
RedHat Enterprise Linux.

How to subscribe to Redhat using subscription-manager
subscription-manager

subscription-manager list

subscription-manager register

subscription-manager attach

subscription-manager identity

Add GUI from basic installation
yum groupinstall gnome-desktop x11 fonts
yum groupinstall "Server with GUI"
systemctl set-default graphical.target
systemctl start graphical.target