This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Others

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

kick off
Select launcher and make new item
ItemName
ItemSelectionIcon ItemSaving ItemInserted

3 - RHEL

RedHat Enterprise Linux.

RHEL release

How to subscribe to Redhat using subscription-manager

subscription-manager

subscription-manager

subscription-manager list

subscription-manager list

subscription-manager register

subscription-manager register

subscription-manager attach

subscription-manager attach

subscription-manager identity

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  

References

Add GUI