Tuesday 23 October 2018

Monday 22 October 2018

Header image too large | Notable theme - Blogger

Hi,
If the header image in Notable theme is too big, try this.

Go to Theme > Customize > Advanced > Add CSS, and add the code given below...
 

.header-image-wrapper {
  max-width: 340px;
  height:auto;
}


Thursday 30 June 2016

Driver for Webcam

https://drive.google.com/file/d/0B2ZkOUJjSXSXLXo4ci1TWGdGeE0/view?usp=sharing

Thursday 14 January 2016

Fork process program

#include<stdio.h>
#include<sys/types.h>

void main()
{
pid_t pid;
pid = fork();

if (pid==0)
    {
    printf("\n Child is executing... \n");
    printf("\n Child Process id is : %d \n",getpid());
    printf("\n Parent Process id is : %d \n",getppid());
    }
else if(pid>0)
    {
    printf("\n Parent is exectuting... \n");
    printf("\n Parent Process id is : %d \n",getpid());
    }
    else
        {
        printf("Error!");
        }

}

Saturday 26 December 2015

Removing newpoptab.com tabs

These tabs are soooo irritating, they pop up, even if ad blocker to maximum potential!

Need Solution?
 Its here!

Solution One : 

1.First off, open the Control Panel and click on Programs
2.Hit Uninstall or Change a Program
3.All of the programs that you have installed on your computer are listed here. You can also see the date of installation.
4.Carefully read the list of programs and if you find something that looks suspicious give it a quick Google! This should give you a clue whether it is a browser hijacker or something that should actually be on your machine. Look for: Newpoptab, PursuePoint, LiveLyrics.
5.Spotted a Potentially Unwanted Program? Your wisest move is to uninstall it right now by using your handy Windows Uninstall a Program feature.
6.Remove Chrome Extensions that may be the virus.
    (Chrome->Settings->Extension)
7.Remove Firefox Extensions that may be the virus.

Detailed information of chrome and firefox is given below

http://deletemalware.blogspot.in/2015/11/remove-newpoptabcom-new-pop-up-tab.html


Solution Two : 

Uninstall, End process using task manager, Using msconfig and regedit(be careful!)

For details
Follow this site :

http://howtoremove.guide/remove-newpoptab-virus-chrome/


Solution Three : 

Running newer version of Chrome?
Click Users ->Switch ->Add Person -> Remove the previous person account.
IMPORTANT : Take backup of passwords, and other stuff like bookmarks, etc.

For Firefox, IE and other details, follow the below link:

http://www.virusresearch.org/remove-newpoptab-com-pop-up-ads-chrome-firefox-ie/


Solution Four : 


Removing using Adw Cleaner
Follow the below link

http://malwarefixes.com/remove-newpoptab-com-malware-removal/

Whatever happens, try not to opt for Spyhunter.
I leaned it the hard way :(

It works.