Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Tuesday, December 13, 2016

How to Install Android OS on Acer Netbook

How to Install Android OS on Acer Netbook


How to Install Android OS on Acer Netbook


How to Install Android OS on Acer Netbook
How to Install Android OS on Acer Netbook
How to Install Android OS on Acer Netbook - Introduce Ice Cream Sandwich, the most recent rendition of Android, on your netbook. Whether you need to play with Googles versatile working framework or give new life to an overall tossed gadget, Android-x86 gives everybody an approach to introduce Android on Intel netbooks.
Its quick. Shockingly better: the most recent rendition of Android-x86 accompanies access to the Android Market, something just about difficult to set up on more seasoned Intel renditions of the product. This implies you can go for Android applications before you choose to purchase an Android gadget. 

Hell, your netbook could wind up turning into your Android gadget. 

I demonstrated to you generally accepted methods to introduce Chrome OS on unsupported machines, yet some of you griped that its minimal more than a program. Obviously, that is all Chrome OS should be, however I comprehend the dissatisfaction. Android, I think, is somewhat more energizing. With access to a great many applications its flexible, and its joining with the Google eco-framework is much deeper than that of Chrome OS. 

Its not appallingly convoluted to introduce, particularly on the off chance that youve introduced some type of Linux previously. How about we stroll through the procedure, then quickly investigate Android on the netbook.

Step One: Download Androidx86

To begin, head to the Androidx86 task page. Youll discover the download here, yet verify you download the most recent form: 4.0, also called Ice Cream Sandwich. 

How to Install Android OS on Acer Netbook
How to Install Android OS

There are a couple of distinctive renditions of 4.0 advertised. Get the form that best fits your netbook. Not certain what this is? Google your machines model alongside "Androidx86? and see what other individuals have had fortunes with. On the off chance that you claim an EEE PC like me, notwithstanding, youre in good fortune: everything works superbly with the "eeepc" IS

Step Two: Copy To A Flash Drive

Since you discovered the ISO record you need, now is the ideal time to compose it to a USB drive so you can boot from it. There are two principle programs for doing this: Unetbootin, which is cross stage, and Linux Live, which is just for Windows yet extremely direct. 

Use whichever you favor; simply duplicate the substance of the ISO to a blaze drive. It doesnt have to be tremendous: 1 GB ought to do it.

Step Three: Install

Now that you’ve got your USB drive, it’s time to boot from it. You’ll see this boot screen:
How to Install Android OS on Acer Netbook
How to Install Android OS on Acer Netbook

On the off chance that you simply need to go for Android, feel free to choose the Livecd mode. You wont have the capacity to spare any altering you do, obviously, however its a decent approach to perceive how well Android chips away at your framework. 

On the off chance that youd rather get straight to introducing Android, feel free to pick the "Introduce" choice. Theres not a considerable measure of alternatives for double botting incorporated with the installer, so be cautioned: getting that working may take a few aptitudes on your part. See the Androidx86 establishment directions for more data. In the event that you couldnt care less about losing your current OS, however, establishment is straight-forward.

Optional: Install to SD Card

Theres an alternate route, obviously: you can introduce Android to a SD card. This wont influence whatever working framework you commonly use on your netbook yet gives you a chance to keep your applications and settings set up. 

Youll require a blaze drive and a SD card to do this: the glimmer drive to introduce Android from and the SD card to introduce Android onto. 

The procedure is basic: run the installer, yet select your SD card to introduce to rather than your hard drive. This wont influence your netbooks essential drive, providing for you a clean double boot environment. 

Android on Your Netbook 

So how can it function? Well. You can set up your home screen to look anyway you like, much the same as on a telephone or tablet:
How to Install Android OS on Acer Netbook
How to Install Android OS

You can also browse every app installed on your computer:
How to Install Android OS on Acer Netbook
How to Install Android OS
Numerous Google staples are incorporated, alongside various different utilities and diversions. The best part: Androidx86 now accompanies access to the Android Market. Not everything will work, yet I got my top choices applications working: Dropbox, Evernote, Wunderlist and Toggl. I even discovered a remote for XBMC that Ill definitely be expounding on later. With some assistance from Google Voice I even got SMS informing up and running! 

Conclusion 

Why attempt this? As a matter of first importance: in light of the fact that its fun. Without a doubt, its not the same as purchasing another Android tablet, yet breathing new life into a generally sit netbook is cool. 

Id think about composing as a manual about this, if theres a group of people. Would you all be intrigued? Assuming this is the case, let me know in the remarks beneath. Additionally dont hesitate to tell me about any Android applications I ought to go for on my acer netbook.

Go to link download

Read more »

Monday, December 5, 2016

New Blogger Widget Contact form Change Style Install in a Static Page

New Blogger Widget Contact form Change Style Install in a Static Page



Just a few days ago, Blogger introduced a new widget. It is about a contact form that you can add to your blog easily. It is very basic, because - at least for now, does not permit incorporating files or send anything other than plain text.  

The contact form for Blogger has the following features:
  • Field for the user name
  • Field for email
  • Field for the message (textarea)
  • Submit Button

DEMO
   

The design is simple and the text colors inherit the section where you add it. At the moment, this widget has no configuration options and is not available for dynamic views.

How to Add Contact Form to Blogger

To add it to your blog, just select the Layout tab, then click on Add a gadget in the section you want to show, for example, in the sidebar. Then, select the More gadgets tab and add the Contact Form gadget.


blogger gadgets, blogger widgets, contact form

Styling Contact Form


As the background is transparent, the form will integrate well, aesthetically speaking, but nevertheless it is easy to modify using Style Sheets (CSS) to the appropriate selectors. Heres an example:

/* Contact Form Container */
.contact-form-widget {
width: 500px;
max-width: 100%;
margin: 0 auto;
padding: 10px;
background: #F8F8F8;
color: #000;
border: 1px solid #C1C1C1;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}

/* Fields and submit button */
.contact-form-name, .contact-form-email, .contact-form-email-message {
width: 100%;
max-width: 100%;
margin-bottom: 10px;
}

/* Submit button style */
.contact-form-button-submit {
border-color: #C1C1C1;
background: #E3E3E3;
color: #585858;
width: 20%;
max-width: 20%;
margin-bottom: 10px;
}

/* Submit button on mouseover */
.contact-form-button-submit:hover{
background: #4C8EF9;
color: #ffffff;
border: 1px solid #FAFAFA;
}

This is how it will look like after applying the style:
contact form, blogger gadgets, contact form for blogger

To add this style, go to Template > Edit HTML , click on the sideways arrow next to <b:skin>...</b:skin> and paste the code just above ]]></b:skin> (press CTRL + F to find it):



How To Add Contact Form In A Static Page


First step is to add the Contact Form gadget (Layout) and second, to edit the template (Template > Edit HTML) to remove most of the gadget. You have to search for the id "ContactForm", expand the widget by clicking on the black arrow on the left (same with the includable) and then delete the part that I have colored in red (see below):

Part to be removed:

  <b:widget id=ContactForm1 locked=false title=Contact Form type=ContactForm>
    <b:includable id=main>
  <b:if cond=data:title != &quot;&quot;>
    <h2 class=title><data:title/></h2>
  </b:if>
  <div class=contact-form-widget>
    <div class=form>
      <form name=contact-form>
        <p/>
        <data:contactFormNameMsg/>
        <br/>
        <input class=contact-form-name expr_id=data:widget.instanceId + &quot;_contact-form-name&quot; name=name size=30 type=text value=/>
        <p/>
        <data:contactFormEmailMsg/> <span style=font-weight: bolder;>*</span>
        <br/>
        <input class=contact-form-email expr_id=data:widget.instanceId + &quot;_contact-form-email&quot; name=email size=30 type=text value=/>
        <p/>
        <data:contactFormMessageMsg/> <span style=font-weight: bolder;>*</span>
        <br/>
        <textarea class=contact-form-email-message cols=25 expr_id=data:widget.instanceId + &quot;_contact-form-email-message&quot; name=email-message rows=5/>
        <p/>
        <input class=contact-form-button contact-form-button-submit expr_id=data:widget.instanceId + &quot;_contact-form-submit&quot; expr_value=data:contactFormSendMsg type=button/>
        <p/>
        <div style=text-align: center; max-width: 222px; width: 100%>
          <p class=contact-form-error-message expr_id=data:widget.instanceId + &quot;_contact-form-error-message&quot;/>
          <p class=contact-form-success-message expr_id=data:widget.instanceId + &quot;_contact-form-success-message&quot;/>
        </div>
      </form>
    </div>
  </div>
  <b:include name=quickedit/>

</b:includable>
  </b:widget>

After you have saved the template, go to Pages and paste the following code into a new blank page with the title you want:

 <div class=widget ContactForm id=ContactForm1>
  <div class=contact-form-widget>
    <div class=form>
      <form name=contact-form>
        <p>Name<p>
        <input class=contact-form-name id=ContactForm1_contact-form-name name=name size=30 type=text value=/>
        <p>E-mail *</p>
        <input class=contact-form-email id=ContactForm1_contact-form-email name=email size=30 type=text value=/>
        <p>Message *</p>
        <textarea class=contact-form-email-message cols=25 id=ContactForm1_contact-form-email-message name=email-message rows=5></textarea>
        <input class=contact-form-button contact-form-button-submit id=ContactForm1_contact-form-submit type=button value=Submit/>
        <p class=contact-form-error-message id=ContactForm1_contact-form-error-message></p>
        <p class=contact-form-success-message id=ContactForm1_contact-form-success-message></p>
      </form>
    </div>
  </div>
</div>

Messages will be sent to the same email that you have registered in Blogger.

If you have any Problem with the Post Feel Free to Comment ...
   

   

Go to link download

Read more »

Saturday, December 3, 2016

How to Install Windows 10 build 9926

How to Install Windows 10 build 9926


How to Install Windows 10 build 9926 


How to Install Windows 10 build 9926  - Microsoft has quite recently discharged the most recent form of Windows 10. New peculiarities and changes incorporate a more cleaned Start menu, Cortana on the desktop, new Settings, Photos, Maps and Xbox applications, and the capacity to join with remote sound and feature. Similarly as with the past forms, this is an early form of the OS, so you wouldnt be encouraged to run it as your fundamental working framework, keeping in mind you could set it to double boot, running it in a virtualized environment is most likely a more sensible thought.
How to Install Windows 10 build 9926
How to Install Windows 10 build 9926 
The procedure is exceptionally straightforward - everything you need is a duplicate of Oracle VM Virtualbox and a Windows 10 Technical Preview ISO. Microsoft upgraded the last prior today. 

To set up Windows 10 in Virtualbox, dispatch the product and click New in the Manager window. In the Create Virtual Machine dialog box enter "Windows 10" as the name of the working framework. Select Windows 8.1 as the rendition. (Pick Windows 8.1 (64bit) in the event that you have a 64-bit ISO) Hit Next
Set the Memory Size. The suggested figure ought to be fine. On the accompanying screen decide to "Make a virtual hard commute now" and click Create. Acknowledge VDI (Virtualbox Disk Image) as the hard commute record sort. Youll be inquired as to whether you need the new virtual hard commute to be progressively changed (it will resize as obliged) or an altered size. The recent alternative is speedier, so select that. 

Click Create and Virtualbox will start fabricating the drive. 

At the point when done, click the Start catch in the Manager. In the "Select start-up circle" window, click the envelope symbol and explore to the Windows 10 ISO. 

How to Install Windows 10 build 9926
How to Install Windows 10 build 9926 

Click Start and Windows 10 ought to start to load. Select your dialect settings, then click the "Introduce now" catch. Acknowledge the permit terms. Pick the "Custom: Install Windows just (praiseworthy)" alternative. 

Click Next, and the establishment methodology will start, rebooting as fundamental. 

When its set, youll be given the alternative of utilizing express settings, or altering things. Its most effortless to choose the first. Sign in with your Microsoft record (entering a code as obliged), and after that finish everything else. 

Windows 10 will begin and the first things youll see are your desktop and the taskbar with an "Inquiry the web and Windows" pursuit box. This is the place you can likewise get to Cortana, in spite of the fact that "shes" not accessible on the off chance that you live outside the US (shes unquestionably not accessible in the UK). By this is the catch for Task View, then theres catches for Internet Explorer (no Spartan in this fabricate). Document Explorer and the Windows Store Beta. Hit the Start catch to view the enhanced Start menu. You can change to full screen mode here. 

In the event that you need to resize the OS window, click View in Virtualbox and select Fullscreen or Scaled Mode. 


The easiest approach to close down Windows 10 when you generally wont require it is to click the X in upper right corner of Virtualbox and select "Power off the machine". 

On the off chance that Virtualbox experiences blunders and neglects to introduce Windows 10, take a glance at the troubleshooting proposals here. 

How to Install Windows 10 build 9926 

Go to link download

Read more »

Wednesday, November 16, 2016

How to Install a Printer For Windows 7

How to Install a Printer For Windows 7


How to Install a Printer For Windows 7

How to Install a Printer

How to Install a Printer For Windows 7 - Brother Organization Sensible Plus Line color inkjet all-in-one with printing delivers Business people the Final Word Mix Of up to 11, rapid print speeds, and low cost printing "x17" productivity.

Save up to 40% with the accessible Super-High -produce printer replacement container that is black to greatly help lower cost per site.

Fastest in course print rates as high as black / color that is 20ppm. 250- volume upto 11"x17" dish, as much as 35- multi-purpose, and sheet auto document feeder tray for one more 80- handling specialty press and sheet capacity.3.7" coloring TouchScreen Show for intuitive menu navigation and simple startup.

Print from mobile phones that are compatible over your wireless system plus scan files to popular cloud services from your net-connected allin-one.

Main Characteristics
  • Lowcost Printing Super-High-yield substitute ink cartridges (around. 2,400 websites black and 1,200 pages shade).
  • Quickest in Class With boosts to 35ppm black and colour. ISO produce speeds up to 22ppm black and 20ppm colour (ISO/IEC 24734).
  • Wireless Mobile Product Printing Instant publishing out of your mobile: AirPrint Sibling iPrint Cloud Print, &Check, and Wi Fi Immediate.
  • User-friendly TouchScreen Present Effortlessly navigate onscreen choices over a 3.7" TouchScreen Exhibit with swipe efficiency.
  • Handling New multi-purpose plate delivers handy publishing of envelopes, bigger types, and specialty paper. Takes around 80 sheets of 8.5"x11" or up to 5 blankets of 11"x17".
  • Paper Capacity 250-page document tray capability as much as 11"x17" and ADF upto 35 linens.
  • Printing Engineering Landscape Print Engineering that is innovative feeds and merchants document in a landscape positioning to get a space-saving style.
  • Website Connect Scan to common cloud services including Google Dropbox Push, Evernote and Evernote Organization and much more.
  • Free Buddy Cloud Apps Catch and convert files directly from your own machine.

Instal to Printer HP, If you are in need of drivers download printer HP ? 
Please Download Driver !

Go to link download

Read more »

Saturday, November 5, 2016

How to Install Windows 8 1 on MacBook Pro with Parallels

How to Install Windows 8 1 on MacBook Pro with Parallels


How to Install Windows 8.1 on MacBook Pro with Parallels


How to Install Windows 8.1 on MacBook Pro with Parallels - In the event that you are considering changing from a Windows PC to a Macintosh, the move can be much less demanding on the off chance that you keep your recognizable desktop with you on the Mac. One approach to do this is to introduce Windows in a virtual machine on your Macintosh utilizing Parallels Desktop. Heres the means by which. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

1. Open About this Mac in the Apple menu and confirm that you have no less than 8gb of memory. While you may have the capacity to run Windows on Parallels with less memory, your machine will be moderate. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

2. Download and introduce Parallels Desktop for your Mac. You can discover a free trial of the product at parallels.com You will likewise require a duplicate of Windows to introduce. Take after the directions in the excercise How to Install and Uninstall Software on a Mac to introduce Parallels. There is a trial variant accessible. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

3. Download Windows 8.1 assessment rendition from Microsoft in the event that you dont as of now have a duplicate of Windows. The assessment goes on for 90 days so you need to purchase a duplicate. You will need to sign in with your Microsoft record and register. 

All the more: How to Add a Signature to Pdfs with Mac Preview 

4. Click the "Introduce Windows or an alternate OS from a DVD or picture record" in Parallels and click Continue. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

5. Select the Windows establishment record or circle. On the off chance that you downloaded Windows as a record, Click on the Image File catch, and drag the Windows ISO document to the drop zone. On the off chance that you have Windows on a DVD, click DVD. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

6. Uncheck the "Express Installation" alternative and click Continue

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

7. Pick how you need your Windows window to work in your Mac. I lean toward keeping it in a different window "Like a PC," yet either alternative will work. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

8. Pick a Windows Experience alternative. Parallels gives you a chance to choose to make Windows 8 begin in Modern UI or boot to the Windows 7-style desktop. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

9. Name your Windows establishment and choose in the event that you need different clients on the Mac to have admittance to it. You can likewise impart to your companions that youre installling Windows 8.1 on your Mac through Facebook and Twitter. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

10. Take after the guidelines to introduce Windows. Parallels will then start introducing Windows. This can take quite a while, so be patient. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

11. Acknowledge the Windows permit terms. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

12. Pick the area to introduce (there ought to be one and only decision). And after that hold up as Windows introduces. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

13. Dont turn off Parallels or your Mac while its introducing your applications. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

At the point when Windows is carried out introducing, it will be prepared to utilize. On the off chance that you introduced the assessment rendition, youll have 90 days to enact with a substantial permit key. 

How to Install Windows 8.1 on MacBook Pro with Parallels
How to Install Windows 8.1 on MacBook Pro with Parallels

How to Install Windows 8.1 on MacBook Pro with Parallels


Go to link download

Read more »

Saturday, October 29, 2016

install win7 dengan flasdisk tanpa softwere

install win7 dengan flasdisk tanpa softwere


cara install windows 7 dengan Flashdisk tanpa menggunakan software baik lah langsung aja cekidot.
  • Pertama anda harus memformat flashdisk anda dan ubah File System yang default FAT 32 menjadi NTFS.
1
  • Setelah anda Format dan File System di Flashdiks anda telah berganti dari FAT 32 Menjadi NTFS.2
  • Setelah Flashdisk anda telah di ganti File System nya menjadi NTFS anda harus mengextract iso windows 7 supaya menjadi instaler yang akan di masukkan ke nanti nya ke dalam Flashdisk.3
  • Setelah di extract maka iso windows 7 tadi akan mengeluarkan installer yang terdapat di dalam iso windows 7 tersebut.4
  • Copy seluruh file yang telah  di extract tadi ke dalam Flashdisk, setelah di copy hasil extract kan tadi ubah nama file “Bootmgr” menjadi “NTLDR”.
    5
Setelah selesai maka Flashdisk anda siap di gunakan untuk mengistall windows 

Go to link download

Read more »

Saturday, October 15, 2016

How to install this Mac OS X 10 8 Mountain Lion Windows 7 Skin Pack

How to install this Mac OS X 10 8 Mountain Lion Windows 7 Skin Pack


How to install this Mac OS X 10.8 Mountain Lion Windows 7 Skin Pack:

1. Simply Download the Mac OS X 10.8 Mountain Lion Skin pack and run the .exe file. Then you need to make sure to checkCustom Installation and uncheck setting Babylon as your default search provider and homepage.
2. Next You need to select 3rd party Apps to support the installation of  the Mac skin pack.
3. After your skin is installed, just Restart your system to changes take effect. Once you do, the UI of your Windows7 will look like the below screenshot. The skin pack includes XWidgets, XLaunchpad, Rocket Dock etc.
Mac OS X 10.8 Mountain Lion Apple theme Windows 7 transformation Pack also contains Aero Glass Themes as well, you can access those themes inPersonalization menu in Windows 7 desktop.

Windows 7 Into Mac OS X 10.8 Mountain Lion Download:

Download offline installer:
Windows 7  64bit Download
Windows 7  32bit Download
Download  MAC OS X Lion Login Screen

Go to link download

Read more »

Friday, October 7, 2016

How To Root QMobile A10 A8 A500 A600 A950 Install Custom Recovery

How To Root QMobile A10 A8 A500 A600 A950 Install Custom Recovery


qmobile-logo
Good report for Qmobile Users in Pakistan and Middle-east who desire to origin their phones and get most of it. We got our hands on Universal Exploit for Qmobile which origins High-end and Mid-range Android intelligent telephones suggested by Qmobile. The exploit is equitably simple to utilised and evolved by one of the Developers from xda.
Qmobile Noirs USB Drivers Download Free From 7xp8 website


The origin method we are going to mention here is quite easy and after that we will guide you to install made-to-order Recovery in your telephone. This will endow to install made-to-order ROMs in your teletelephone and Enjoy most of it.

Disclaimer: The software packages provided here are not our development , so , if anything proceeds wrong we will not be held to blame.

You just need to Take care of few things while applying this method. Make certain you take following precautions.
  • Make certain your phone is more than 60% or more charged.
  • Make certain your phone’s drivers are absolutely established in your PC, Download it from here
  • Turn On USB Debugging. From android Developers Settings.

how-to-turn-on-USB-debugging-mode-in-Android
Turn On Debugging Mode

HOW TO Root Your Qmobile?

Few things you need to download first are
  • Download and establish Drivers for window before you start the process. You can use official suite of QMobile to establish drivers for your phone in your PC.
  • Download Root package and extract it on desktop. recall the title of folder in which you have extracted these documents.
Method
  • Connect your telephone to PC via USB twisted cord.
  • Go to the folder where you have kept the extracted documents on desktop and find a file with title of “RUN.BAT”. twice click it to run it.
  • A cmd window will open asking you to enter a choice. You should go in “1? and then press go in. Wait for the method to complete. After that your teletelephone will Reboot Automatically.root-qmobile-a10-a5
  • Enjoy with your rooted Qmobile.

HOW TO Install custom Recovery:
  • Proceed to the proceedogle playstore from your mobile. seek and establish ” MTK Mobile Uncle Tools”.
  • Download Custom Recovery for your wireless and extract the downloaded documents in your PC.
  • Go to the extracted documents where you will find a file entitled as “rec0very.img”. attach your to PC via USB twisted cord and move this File in SD business business business card of your telephone.
  • Now proceed to App sliding shelf of your phone and Run “MTK wireless Uncle devices” and choose recovery revise option.
  • Select “rec0very.img” from your SD business business card and wait for the process to complete . After that your teletelephone will have Root access with made-to-order Recovery establish. relish It ! and give us your feedback.

Go to link download

Read more »

Wednesday, September 14, 2016

Now you does not need any VPN Just Install Simple Addon Chrome

Now you does not need any VPN Just Install Simple Addon Chrome





About : Unblocks websites. Encrypts your browser traffic. Wifi & Hacker protection. ZenMate is free, easy to install and use!

Here’s what you’ll get through the ZenMate VPN proxy service:

? Total Privacy:
We encrypt all your browser traffic

? Total Freedom:
Forget location restrictions. Access ANY website from ANYWHERE

? Total Control:
YOU choose where any website “thinks” you are.


                      Addon for Chrome


                                   

                      


Go to link download

Read more »

Tuesday, September 13, 2016

Install New Facebook News Feed Application In Your Browser

Install New Facebook News Feed Application In Your Browser


In the World of Browsers Google Chrome At no 1 and launch day by day many application which useful for viewers. Now today I am shearing beautiful news with all those who love Facebook social media and use it and want always connected with Facebook news. A few days ago in Google chrome web store developers launch new Facebook news feeds. This beautiful application is only for chrome browser you can install in your browser in just one click. This application connect always with Facebook news feeds with out open Facebook tabthat’s mean if you work on a web site and do not want to open the Facebook tab but want to see Facebook feed then now its possible from this beautiful application. Dont wait for the new Facebook News Feed. Get it now for free with Newfeed!
You can get the new Facebook News Feed immediately!
This is an unofficial recreation of the new News Feed. I did this because Facebook is taking so long to make the News Feed available to everyone.
This is completely free and I did it out of kindness for fellow FB users.
make your browser password protecting!

How to install Facebook news feed in browser?

  • Go to your Google chromebrowser.
  • Click on Below link.
Click on Below link
Click Here To Add This App
  • A new tab will be open.

Click the blue "ADD TO CHROME" button above to get the new Facebook News Feed!

ADD TO CHROME


When you click on it after a few second a popup windows open then click on add button.

Add New Facebook News Feed

You Are Done!

I Hope You Enjoy This Tutorial.....
Thanks :)


CSS3 keyboard like text effect in blogger 
Add Facebook like page box in blogger

Go to link download

Read more »

Tuesday, August 9, 2016

How to Install Ubuntu 14 04 on Windows 8 1 Dual Boot

How to Install Ubuntu 14 04 on Windows 8 1 Dual Boot


How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot


How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot - In this excercise, we should perceive how to introduce Ubuntu Linux in double boot mode with Windows 8 or Windows 8.1. This excercise is performed on a recently purchased Dell Inspiron 7437 that has Core i7 fourth era processor, 256 GB SSD, 8 GB RAM and implicit 1 GB Intel representation. Ill cover all the steps you have to do keeping in mind the end goal to effectively double boot Linux with Windows 8 UEFI. In the event that you have effectively done some of these steps, simply skip to the following one. On the off chance that you have a crisp framework, far and away superior. 
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
The steps specified here are relevant to other Ubuntu based Linux dispersions, for example, Linux Mint, Elementary OS and so on. Cutting the babble, how about we perceive how to double boot Linux on a UEFI secure boot empowered Windows 8 framework.

Double boot Ubuntu 14.04 with Windows 8: 

There are different essentials to introduce Ubuntu on a UEFI framework. We should see them one by one: 

Step 1: Make a reinforcement [optional] 

It is constantly pleasant to make a go down, just in the event that on the off chance that you derail with the framework. There are various articles on the web to demonstrate to you best practices to reinforcement your framework. You can take after this excercise here. 

Step 2: Create a live USB/plate of Ubuntu 

The following thing you have to do is to make a live USB or plate. I prescribe Universal USB Installer to make a live USB of Linux OS in Windows. 

Step 3: Make a segment where Ubuntu will be introduced 

Expecting tat you have a new framework, the first thing we have to do is to make allotment to introduce Linux. The 256 GB in my framework was at that point had a few parcels from maker however essentially for reinforcement and different purposes. Primary parcel was C drive, of around 220 GB, where Windows 8.1 was introduced. 

On the off chance that you have only one allotment like this, you have to make some free space out of it for Linux. In the event that you have a few parcels of extensive size, utilize any of them aside from C drive on the grounds that it may delete the information. 

To make a parcel in Windows 8, go to Disk Management instrument. You can discover plate administration apparatus via hunting down "circle" in Control Panel. 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

In the Disk Management apparatus, right click on the drive which you need to parcel and select shrink volume. For my situation, I shrank the C drive to make some free space: 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

You can leave the free space as it may be. We should use it while introducing Ubuntu. 

Step 4: Disable quick startup in Windows [optional] 

Windows 8 presented another peculiarity called "quick startup" for speedy boot. While it is not compulsory, it would be ideal to have it incapacitated. 

Go to Control Panel > Hardware and Sound > Power Options > System Settings > Choose what the force catches do and uncheck the Turn on quick startup box

Step 5: Disable secureboot in Windows 8 and 8.1 

This is the most vital step. The new secure boot gimmick of Windows 8, initially proposed for security characteristic for rootkit infections, averts double booting of Windows with Linux. To double boot Windows 8 with Linux, we must handicap secure boot in UEFI. 

Step 6: Installing Ubuntu close by Windows 8 

When you have debilitated secure boot, now is the right time to introduce Ubuntu. I trust you officially made the live USB as said in step 2. Connect to the USB and boot the framework from it. 

To boot from USB, will need to pick boot from USB alternative from inside Windows itself. Either with PC Setting (like for UEFI) or pressing movement key while clicking on Restart. 

When you have booted in the live USB, you will be introduced with choice to attempt or introduce Ubuntu. Click on introduce. You will be introduced with few screen choices to pick the dialect. It will then do a few scouts accessible space, force and web association and so forth. Simply click on Continue

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

The primary screen which you ought to give careful consideration to is Installation Type. Pick Something else here: 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

Recall that we had made some free space already? We should utilize the free space to make Root, Swap and Home. Select the free space and click on the + sign. 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

It will give you alternative to make Linux allotment. We are making the Root allotment. Anything between 10-20 GB is more than sufficient for it. Pick the size, select Ext 4 as document sort and/ (means root) as the mount point. 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
Clicking on OK in past step will bring you to the segment screen. Next we will make swap. Like long ago, click on the + sign once more. This time utilize the document sort as Swap range. Suggestible swap size is twofold of RAM. 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

In comparable manner, make a Home segment. Allot it greatest space (truth be told apportion it rest of the free space) on the grounds that this is the place youll spare music, pictures and downloaded documents. 

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot


When you are prepared with Root, Swap and Home, click on Install Now

How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot
How to Install Ubuntu 14.04 on Windows 8.1 Dual Boot

That being said, you have practically won the fight. You can smell triumph now. Next you will be asked to set username secret word and so forth. Fundamentally, you simply need to click next now. 

Once the establishment is finished, restart the machine, you ought to be invited by a purple grub screen. Appreciate Ubuntu alongside Windows 8 in double boot mode. 

Note: If in the wake of introducing Ubuntu, you boot straightforwardly in Windows, weigh in UEFI settings for changing the boot request. In the event that you see no choice to set the boot to Ubuntu, you have to alter it from inside Windows. When you are in Windows desktop, float the mouse in left corner, right click and select executives order brief. At that point run the accompanying summon: 

bcdedit/set "{bootmgr}" way efiubuntugrubx64.efi 

This ought to make the Grub default and thus you can get to both Ubuntu and Windows from it. 

I trust this aide helped you to dual boot Ubuntu 14.04 with Windows 8 UEFI. On the off chance that you need to invert the procedure, take after this manual for expel Ubuntu from double boot with Windows. In spite of the fact that this article is composed for Ubuntu, it ought to be useful for other Linux OS also. Any inquiries or recommendations are constantly invited. 



Go to link download

Read more »