Remove GRUB/GRUB2/BURG and restore WINDOWS MBR

What you should have first is the win7 recovery disc and have it inside a CD/DVD or flash drive(use YUMI)
after booting the disc, go to the command prompt and type the following:

This part makes sure that "access denied" won't show up when restoring mbr.

Diskpart

list vol
exit

 
This part is the actual input to restore mbr. Again, "D" changes depending on your WINDOWS installation
bcdboot D:\windows /s D:
bootsect /nt60 D: /mbr
 
OR trie
 
bootsect /nt60 all
bootrec /fixmbr

 

Then you're done!

Powered

Migrate from WordPress to Drupal

Step by Step Instructions

  1. Login to your WordPress Admin
    • Navigate to Tools → Export
    • Download WXR File containing "All content"
  2. Make sure your XML file is valid using xmllint on the command line (WordPress Migrate is particular about having valid XML)
    • xmllint comes preinstalled on OSX
    • Open terminal and type xmllint mywordpressexport.xml
    • All XML errors will be shown (line number and exact location)
    • Make appropriate fixes to the XML
    • If you run xmllint mywordpressexport.xml and the entire file prints to the screen, your XML is valid!
  3. Install the appropriate Drupal modules
    • Migrate – robust Drupal module for migrating all sorts of content
    • WordPress Migrate – Migrate submodule that allows you to perform a WordPress migration without writing code!
    • Migrate Extras – provides functionality to import clean URLs using Pathauto
    • Pathauto – provides functionality to have clean URLs in Drupal
  4. After logging into Drupal navigate to the Find Content screen & click the WordPress Migration tab in the upper right
  5. Choose Import from a File
    • Select your valid XML file from your computer
    • If necessary, adjust import settings below
    • Choose immediate import method unless you have a really large dataset (they have options for using Drush for a "background" import)
  6. Migration Complete!
    • Navigate to Find Content to ensure your data was properly imported.

Powered by aten

 

Clean up existing system

If you want to clean up existing orphaned dependencies, then package-cleanup is your friend (from yum-utils).

Take a look at all the packages that are orphaned, and make sure it is sane.

package-cleanup --leaves

If you’re happy with the list, you can just remove them all (after you’ve enabled yum’s new autoremove feature, of course!):

yum erase $(package-cleanup --leaves)

You can instantly see the benefit of this new feature – on my machine this command also removes brand new orphaned dependencies, created by the orphans I’m removing! That’s 59 packages in total.

Powerered by this

XHCI (USB 3.0) kernel Module Prevents Suspend SL6

I have a HP Elitebook 8460p , and the following works flawlessly for me:

1) As root create /etc/pm/sleep.d/20_custom-xhci_hcd with the following contents:

#!/bin/sh
# File: “/etc/pm/sleep.d/20_custom-xhci_hcd”.
TMPLIST=/tmp/xhci-dev-list

case “${1}” in
 hibernate|suspend)
    echo -n ” > $TMPLIST
          for i in `ls /sys/bus/pci/drivers/xhci_hcd/ | egrep ‘[0-9a-z]+:[0-9a-z]+:.*$’`; do
              # Unbind xhci_hcd for first device XXXX:XX:XX.X:
               echo -n “$i” | tee /sys/bus/pci/drivers/xhci_hcd/unbind
           echo “$i” >> $TMPLIST
          done
        ;;
 resume|thaw)
    for i in `cat $TMPLIST`; do
              # Bind xhci_hcd for first device XXXX:XX:XX.X:
              echo -n “$i” | tee /sys/bus/pci/drivers/xhci_hcd/bind
    done
    rm $TMPLIST
        ;;
esac

2) chmod 755 /etc/pm/sleep.d/20_custom-xhci_hcd

Powered by Dale Lukas Peterson (hazelnusse) at bugs

ATI/AMD FGLRX RPM SL6.x

as root do this…

CODE
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
CODE
chmod a+x ati-driver-installer-11-5-x86.x86_64.run
CODE
./ati-driver-installer-11-5-x86.x86_64.run –buildpkg RedHat/RHEL6_64a
CODE
yum install –nogpgcheck fglrx64_p_i_c-8.85-1.x86_64.rpm
CODE
aticonfig –initial

powered by cxcxc

Factory restore for LG 3D P920

Resetting your LG 3D P920 is a piece of cake and requires no soldering. All you need is a Windows PC and a USB cable.

  1. Switch off the phone, disconnect if from the PC;
  2. Take out battery, write down IMEI that can be found on label in the battery bay, put battery back (if you already know your IMEI, then still cycle the battery);
  3. Install the LG USB Driver and LGMobile Support Tool from the LG update site (Aussies on Optus go here);
  4. Reboot PC;
  5. Launch the LGMobile Support Tool;
  6. Press – and keep pressed – the Volume Up button while connecting phone and PC via USB cable;
  7. Desktop should install more drivers;
  8. Update Tool should show phone as connected;
  9. Select “Customer Support” – “Recovery Phone”;
  10. Enter IMEI (no hyphens), “Check”, “OK”;
  11. Support Tool closes, updater software launches after a few seconds;
  12. Updater starts to download firmware;
  13. Updater then connects to phone and uploads / resets phone;

If it doesn’t work, then don’t bang your head against a wall. Try the process again. I think I may have had to reboot once or twice until I got past step 7 & 8

Powered by Diego

Nokia Naming Convention

1xxx – bare bones model.
2xxx – entry level with color screen, and maybe a camera.
3xxx – entry level with more features than 2xxx series device.
5xxx – music centric series.
6xxx – mid-range series, good number of features.
7xxx – low to mid-range fashion centric series.
8xxx – high end fashion phones, with strong emphasis on design and materials.
9xxx – communicator series, phones with full keyboards.
Cseries – represents the core range of products.
Eseries – business centric series.
Nseries – the ultimate in multimedia devices.
Xseries – focuses on social entertainment.

Credits

Adicionar cartão MBNet no PayPal

O PayPal é,  de longe, o maior serviço de pagamentos online existente. É utilizado diariamente por milhares de pessoas por todo o mundo e é seguro.

Em Portugal,  existe um serviço chamado MBNet, que, permite criar “cartões virtuais” de forma a utilizar com a sua conta bancária sem disponibilizar  o seu verdadeiro cartão, e permitindo controlar os custos.

Continue reading