Envision IT
Provided a 2 hour knowledge sharing session on ‘Envision IT’ to youngsters to provide them an idea that in which field of IT they can work/select. I covered the complete cycle of idea transformation.
Provided a 2 hour knowledge sharing session on ‘Envision IT’ to youngsters to provide them an idea that in which field of IT they can work/select. I covered the complete cycle of idea transformation.
I got a chance to attend an attractive session of Leadership with a title “Unlock Your Leadership” by Mohsin Lodhi in supervision of platform Shana Bashana. Mohsin Lodhi has over 35 years of experience in Training, Coaching and Consultancy in corporate, non-profit, legal firms, armed forces, teaching institutes, small firms and large multinational organizations. Total participants …
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.
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 …
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 🙂