Wednesday, March 22, 2023

Install Centos 7 xfce




 Example we create new user with username is tuto:

Step 1:

1
useradd tuto

Step 2:
Set password with command: passwd

1
2
3
4
5
[root@tuto ~]# passwd tutorials
Changing password for user tuto.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.

Step 3:
Edit file /etc/sudoers:
visudo or sudo vi /etc/sudoers

Add this line:

1
tuto    ALL=(ALL)       ALL

Done!

Note: if you use command you might get warning:

1
-- INSERT -- W10: Warning: Changing a readonly file



Step 2: Switch user:

1
su - tuto

II. Install xfce

Step 3: Install xfce

1
2
yum install epel-release
yum groupinstall xfce

Step One

Install Epel Release

First, enable the epel release on CentOS 7.

yum -y install epel-release

Step Two

install htop With Yum Command

Now we can install CentOS htop using yum install command.

yum -y install htop

 

Now to start htop program, Open Linux Terminal and type htop

(Snap & Flatpak) @ CentOS7 =


https://www.cyberithub.com/how-to-install-and-use-snapd-on-rhel-centos-7-8-using-10-easy-steps/

https://flatpak.org/setup/CentOS#:~:text=Flatpak%20is%20installed%20by%20default,do%20is%20install%20some%20apps!

https://www.makeuseof.com/best-sites-for-cheat-sheets-shortcuts-quick-reference


https://www.makeuseof.com/ways-chatgpt-enhance-workday-productivity



Windows 10 goodies:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AU]

"NoAutoUpdate"=dword:00000001



REACT PROGRAMMING:

https://legacy.reactjs.org/docs/cdn-links.html

https://babeljs.io/docs/babel-standalone


No comments:

Post a Comment

Коментар: