December 31, 2015
News and Updates
December 15, 2015
Linux
What is sosreport and how to generate it in Linux
What is sosreport? A sosreport command is a tool that collects configuration and diagnostic information from a Red Hat Enterprise Linux system. For instance: the running kernel version, loaded modules, and system and service configuration files. The command also runs external programs to collect further information, …
December 14, 2015
Blogger
How to reduce space above the Title in Blogger
Follow the below steps to reduce above the ‘Title’ and in Blogger: In your Blogger Dashboard go to Template >> Edit HTML Search for text ‘.header-outer {‘ and add the below line of code to this block. margin-top: -20px; you can change the highlighted …
December 11, 2015
Blogger
How to reduce space between ‘Title’ and ‘Description’ in Blogger
Reduce space between Title and Description Follow the below steps to reduce space between ‘Title’ and ‘Description’ in Blogger: In your Blogger Dashboard go to Template >> Edit HTML Search for text ‘.Header h1 {‘ and add the below line of code to this block. margin-bottom: -20px; !important …
December 10, 2015
Blogger
How to customise “Read More” link in blogger
You can create Read More link for a post in blogger through ‘insert jump break’ while creating or editing a post. To customise the ‘Read More’ button follow the below steps: How to customise Read More link in blogger In your Blogger Dashboard go to Template …
December 9, 2015
Storage Servers
HP 3PAR Storage System: How to generate and collect InSplore Logs
To generate and collect the InSplore Logs from an HP 3PAR Storage System, follow the below steps: How to generate InSplore Logs Open the Internet Browser and type the IP address of the HP 3PAR Service Processor. Log in to HP 3PAR Service Processor Onsite Consumer Care (SPOCC) …
December 3, 2015
Microsoft Windows
Error: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.
While trying to access a shared drive or folder on a network you can get the below error message in windows systems: Problem: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all …
November 2, 2015
Android
How to stop cell broadcast notification in Lenovo K3 Note
Follow the below steps to stop/disable cell broadcast notification in Lenovo K3 Note: Go to Messaging Settings >> Cell Broadcast Choose the SIM Card on which you want to stop/disable cell broadcast notification. To stop/disable cell broadcast notification uncheck the ETWS Alert. Related Posts How to Install IBM …
October 28, 2015
Blogger
How to reduce space between gadgets in Blogger
To reduce the space between gadgets in blogger do the steps shown below: Login to your blogger account. Go to your blog’s Dashboard >> Theme >> Customise >> Advanced >> Add CSS. Copy the below code and paste it to Add Custom CSS .widget { margin: 10px 0 …
September 30, 2015
Oracle Database
How to generate AWR/ADDM report as normal database user ?
You can create a role awradmin and grant all necessary privileges to this role. Then you can grant any user awradmin role to generate AWR and ADDM report — First connect as sys user. SQL> CONN / as sysdba connected SQL>CREATE USER awrtest IDENTIFIED BY awrtest …