GKGoutam Kumaringoutamdevops.hashnode.dev·Jun 18, 2024 · 2 min readPlay With RHEL(Linux) Series:Maximize & Minimizegoutam@localhost# gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:" Installing Browser(Chrome) uname -m: tell us the bit of OS Open the Terminal application. Grab 64bit Google Chrome installer. Type the wget c...00
GKGoutam Kumaringoutamdevops.hashnode.dev·Mar 26, 2024 · 11 min readWindows Steps Gp & Linux ScriptingWRITE A SHELL SCRIPT FOR specific user accounts have no rights to install or uninstall any software or delete any settings To restrict specific user accounts from installing or uninstalling software or deleting settings on a Windows system, you can ...00
GKGoutam Kumaringoutamdevops.hashnode.dev·Mar 21, 2024 · 8 min readSQL Queries:DATA Aggregation,JOINS (LEFT,RIGHT,INNER,CROSS & FULL OUTER JOIN)create table exams(student_id integer,subjects varchar(20),marks int); insert into exams values(1,'chemistry',91),(1,'physics',91),(1,'maths',92) ,(2,'chemistry',91),(2,'physics',91),(2,'maths',92) ,(3,'chemistry',9...00