@goutamdevop
Nothing here yet.
Nothing here yet.
Jun 18, 2024 · 2 min read · goutam@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...
Join discussionMar 26, 2024 · 11 min read · WRITE 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 ...
Join discussionMar 21, 2024 · 8 min read · 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...
Join discussion