Getting a lot of “System program problem detected” error dialog
Often, we face few popups of ‘System program problem detected’ A Small fix : sudo rm /var/crash/* Run above command in command line.
Often, we face few popups of ‘System program problem detected’ A Small fix : sudo rm /var/crash/* Run above command in command line.
After upgrading to 14.04 few people face issue of really low graphics. Need to do few steps : On Black Screen, Press ALT + CTRL + F1 sudo apt-get install –reinstall ubuntu-desktop sudo apt-get install unity sudo apt-get purge nvidia* bumblebee* sudo apt-get install nvidia-prime sudo shutdown -r now After restart, it will be …
Problems after upgrading to 14.04 Show Only Black Screen Read More »
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 …
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
Magento admin panel not login using chrome while working fine in firefox Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file within your magento directory and around line number 88 find the below code and comment those below lines Search : $cookieParams = array Comment elements of $cookieParams Array //’domain’ => $cookie->getConfigDomain(), //’secure’ => $cookie->isSecure(), //’httponly’ => $cookie->getHttponly() Enjoy …
Magento admin panel not login using chrome while working fine in firefox Read More »
Language changed to Chinese in Ubuntu after installing updates You need to update default language. sudo gedit ~/.pam_environment It will open file in editor. Replace these lines with : LANGUAGE=en_US.UTF-8:en LANG=en_US.UTF-8 Here you are setting default language ENGLISH. Save file and restart machine. Enjoy 🙂
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, …
Nice trick to download complete website wget -r –no-parent http://site.com/songs/
10 Things Only Exceptional Bosses Give Employees Good bosses have strong organizational skills. Good bosses have solid decision-making skills. Good bosses get important things done. Autonomy and independence Clear expectations Meaningful objectives A true sense of purpose Opportunities to provide significant input A real sense of connection Reliable consistency Private criticism Public praise A chance …
10 Things Only Exceptional Bosses Give Employees Read More »