Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Windows Admin
Play With RHEL(Linux) Series:Maximize & Minimize
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...
Windows Steps Gp & Linux Scripting
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 ...
SQL 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...


