Saturday, October 20, 2012

Split-value Cryptographic Authentication: Building Advanced Threat-Resistant Software

RSA’s newly announced Distributed Credential Protection (DCP) is a perfect illustration of the innovative design that helps build software that better resists Advanced Threats. For almost 40 years, multiple generations of security architecture for...

Troubleshoot Problems with Problem Step Recorder

Windows 7 has got an in-built problem steps recorder. Yes, if you want to troubleshoot issues or to find out what exactly happened, you can record the steps with exactly mouse clicks, UI changes,...

Thursday, October 18, 2012

[How to] Bypass PayPal’s Security Code login

http://nakedsecurity.sophos.com/2012/10/17/paypal-makes-it-easy-to-bypass-two-factor-authentication-good-or-bad-poll/ [source]If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged ...

Pirate Bay Becomes Raid-Proof | WOW !

The Pirate Bay has made an important change to its infrastructure. The world’s most famous BitTorrent site has switched its entire operation to the cloud. From now on The Pirate Bay will serve its...

Earn money with social networking : Zurker

What Is Zurker And Do You Need To Know About It? Since the name first started circulating around in February, there has been much speculation and interest in the new start-up and it has...

Wednesday, October 17, 2012

UEFI Secure Boot System for Linux

          When Microsoft announced Secure Boot for Windows 8, it received lots of flak from the Linux community because of fears that secure boot would effectively shut out Linux distributions...

Wednesday, October 3, 2012

[How to] Test website in older version of Internet Explorer

If you're a web developer, this post is for you. If  you want to see how website looks in older versions of Internet Explorer, then you don't need to install older versions of the...

Friday, September 28, 2012

Web Design Blunders and How to Avoid Them

Doing Too Much Too much design and too much content can be damaging to your website and your business. Save the lengthy copy for product pages or the company blog. You want to make...

Monday, September 24, 2012

.psd thumbnails with Photo shop CS6

After removing old versions of Adobe photoshop and installing CS6, my windows explorer made thumbnails invisible ( doesn't appear ) for .PSD ( Photo Shop Document ) files. Why ? The psicon.dll file that...

[How to] Replace " powered by drupal "


We have to admit that we all love Drupal and it is for us more than a web development tool or a CMS , it is more like a way of thinking and coding for the internet However It is really annoying to see the Powered by Drupal at the end of the footer region , after searching on google i did not find a quick solution to replace this text to be Powered by Nilewebsites which is my website so after some trials Jquery as usual solved it easily
The Solution : Replacing powered by drupal using jquery in 2 simple steps.
1. We find the span in which it contains the powered by using the ID of the footer :
jQuery("#footer").find("span a").text().replace("Powered by Drupal","Globalsoftbay");
2. We replace the URL also so it points to your website instead of pointing to Drupal.org :
jQuery("#footer").find("a").attr("href", "http://www.globalsoftbay.tk/");
Make sure that the jquery executed successfully then it should be replaced.
RE-EDIT :


  1. Just go to Structure -> blocks -> Add block.
  2. Give block title as you wish to display or " <none> " for leaving it blank.
  3. Fill block description like " Custom Footer " or any other if you want
  4. In Block body, add some code like " hai this is  footer ". 
  5. After doing this set your new block region as footer and give same row weight as that of default footer.
  6. Change default footer's region as none. 
  7. Click on Save blocks.

     Hope this will solve your problem.



[Source]


If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Forgot Android Unlock Pattern: How To Open

Enter Google Account Username and PasswordBesides Emergency call, there is option to enter Google account credentials. It is generally at the bottom of the screen in most of the devices. Enter username and password...

Sunday, August 26, 2012

How to exit a crashing application [in ubuntu] ?

I must tell you something, when it comes to closing crashed applications, in Ubuntu is very easy, compared with your Ctrl+Alt+Delete alternative in Windows. In order to close your crashed application just go to...

Thursday, August 23, 2012

[How to] Extract Camera settings and Picture information from a image file

ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio and video files. Modern Digital Camera including Canon, Minolta,Konica, Nikon, Pentax store all the settings you used,...

Wednesday, August 22, 2012

Extract DAA Files In Ubuntu

Most often when you download a huge file from a P2P network, it is compressed in the .daa format. When you click on it, you will find that there is no application in Ubuntu...

Thursday, August 16, 2012

How to hack your own computer

How to hack your own computer (or make registry changes to customize your experience) Image Source Delve beneath the bonnet of Microsoft Windows and you'll find powerful customization options. The key is accessing the...

Wednesday, July 4, 2012

Ubuntu not logging in after username / password screen

Yesterday, when I started my Ubuntu, I got a login screen. After typing correct password, I hit enter. To my surprise, again the same login screen returned. I thought that I many have mistyped...

Friday, May 18, 2012

Install the GNOME desktop in Ubuntu

Type sudo apt-get  install ubuntu-desktop to download and install. Type startx to start the GNOME If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged...

How to release a service running on some port and assign new task in Ubuntu?

I have been running some service on my port 8080 and then tried to install Apache Tomcat server on the same port. It doesn't show me any output related to new installation when checked in the URL http://localhost:8080/...

No JDK found - please set JAVA_HOME error while starting Apache tomcat in ubuntu

If you have already installed JDK and JRE in your system and encountered this error, then follow below steps. 1) Type sudo gedit ~/.bashrc in the terminal 2) Add export JAVA_HOME=/usr/lib/jvm/java-7-oracle  at the end of...

How to install Tomcat in Ubuntu ?

1) Find a correct tomcat package to install sudo apt-cache search tomcat 2) For example, if you find tomcat6 in the output of above command, Install all Tomcat packages with following commands sudo apt-get...

Thursday, May 17, 2012

Which one is better ? open-jre or sun java ?

On a whole, open java and sun java are 99 % similar. As oracle purchased sun company, java is taken into oracle and tried to make it proprietary. Open jdk / open jre is under...

Saturday, January 28, 2012

What is the difference between rand and randn in MATLAB ?

We have two functions in MATLAB namely rand() and randn() to generate random numbers.  There exists a small difference between these two which lets us easy to use but complex to understand. rand gives value from...

Thursday, January 26, 2012

Login to Google Account on Any Public Computer Without Password

Google moved a step forward in the field of security. We already know about the 2 step verification of our Google accounts login. Now in order to get rid of the keylogger problem, it introduced...

Saturday, January 21, 2012

Matlab filename.m run error

I've started learning and using MATLAB. Installed version 7.9.0 (R2009b). After learning few basics, moved to .m files. I created a file named 1.m and trying to run the file. But I couldn't. The...

Monday, January 16, 2012

ctrl + A not working in Ubuntu

I've been suffering with this since few days. now i found the solution most likely, you've changed the key theme to Emacs or any other in which ctrl + a doesn't mean select all. So, Run...

Network location settings vanish after restart / reboot

This is all in windows 7 . I've been trying to connect two PCs with a network card in a LAN. I want to connect them offline i.e not through modem / router. So...

Thursday, January 12, 2012

How to Start a Program at High Priority Using Maximum Resources

Step I: First open Notepad and type: Start “program name” /high “C:\Program Files\Program Location\Program.exe” Here the program name stands for the program which you want to run, for example: Start “flashget” /high “C:\Program Files (x86)\FlashGet\flashget.exe”...

Thursday, January 5, 2012

Music maza | mp3dad

Here is cool music application. Mp3dad is an easy way to listen and download music. You can find your favorite songs in the multimillion database of quality mp3 links. It provides fast and relevant searches....

Page 1 of 49123»