by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To execute a series of commands only when the previous command executes successfully use && operator.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To run an alternate command when a command fails use || operator.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To see the processes and its resource usage use top command.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To take a snapshot of resource usage and processes in the system use the ps command with faux option. This will help you to keep track of server performance at various times.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
In Mac the mouse wheel scroll works in opposite direction compared to Windows. To change that go to System Preferences -> Mouse -> Uncheck the Scroll direction: Natural checkbox.
Recent Comments