How to fix empty dashboard issue in WordPress?

To fix the bug: Open file blog/wp-admin/includes/screen.php in your favorite text editor. On line 706 find the following PHP statement: <?php echo self::$this->_help_sidebar; ?> Replace it with the statement: <?php echo $this->_help_sidebar; ?> Save your changes. Hope it helps you.

How to Disable second screen in Ubuntu

On update, ubuntu shows 2 screen as default. Here is fix xrandr | grep connected sudo nano /etc/lightdm/monitor1-off.sh #!/bin/bash   xrandr –output HDMI1 –off #change HDMI1 with your device id ( you can check by executing command ‘xrandr’ sudo chmod +x /etc/lightdm/monitor1-off.sh Edit /etc/lightdm/lightdm.conf and add the following line to the file greeter-setup-script=/etc/lightdm/monitor1-off.sh It will remove …

How to Disable second screen in Ubuntu Read More »

git-agile-gold-bar-tech

Agile in IT Industry

Provided 60 min session on “Agile in IT Industry” to all team members of Gold Bar Tech including CEO Mr. Khurram Shahzad. Their feedback was excellent and appreciated a lot. I covered the manifesto of Agile and its values that how it reflects in industry Also includes the key points of traditional to Agile project management …

Agile in IT Industry Read More »

Web Development Language Used

Web Development Language Used Website Title Website URL Language Used Facebook www.facebook.com PHP YouTube www.youtube.com Flash, Python, Java Google www.google.com Java (Web), C++ (Indexing) Yahoo www.yahoo.com PHP & Java Microsoft www.live.com Dot Net Wikipedia www.wikipedia.com PHP Blogger www.blogger.com Java MSN www.msn.com Dot Net Twitter www.twitter.com Ruby n Rails, Scale, Java Paypal www.paypal.com Node.js

What is Xpdf & Xpdf installation on Ubuntu

What is Xpdf ? Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes also called ‘Acrobat’ files, from the name of Adobe’s PDF software.) The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities. Xpdf runs under the X Window System on UNIX, …

What is Xpdf & Xpdf installation on Ubuntu Read More »