Check if user is logged in to Facebook
I've recently had to check if a user is logged in to facebook. Fortunately, it was easy as cake.
Continue reading Check if user is logged in to Facebook
'xterm-256color': unknown terminal type.
I was really irritated by this problem on my local machine. I just wanted to fix this error. Fortunately, there was a simple fix.
Continue reading 'xterm-256color': unknown terminal type.
Grant Privileges to a User in MySQL
This assumes you've been searching for the correct syntax on how to grant privileges to users in your MySQL database.
Continue reading Grant Privileges to a User in MySQL
uninitialized constant FileUtils::PseudoStatus
I have deployed an app on a vps, webbynode and I have been getting this error,
** [out :: mydomain.net] /home/deployer/.rbenv/versions/1.9.2-p290/bin/ruby /home/deployer/apps/mydomain/shared/bundle/ruby/1.9.1/bin/rake assets:precompile:nondigest RAILS_ENV=production RAILS_GROUPS=assets
** [out :: mydomain.net] rake aborted!
** [out :: mydomain.net] uninitialized constant FileUtils::PseudoStatus
** [out :: mydomain.net]
** [out :: mydomain.net] Tasks: TOP => assets:precompile:all
** [out :: mydomain.net] (See full trace by running task with --trace)
Continue reading uninitialized constant FileUtils::PseudoStatus
Image Magick installation on Ubuntu
Installing ImageMagick on Ubuntu should be easy. This is how.
Continue reading Image Magick installation on Ubuntu
How to fix uninitialized constant MysqlCompat::MysqlRes
I've never ever seen an error like this except on the current IMac I've been using. A few internet searches and I've finally found an answer.
Continue reading How to fix uninitialized constant MysqlCompat::MysqlRes
How do you find your IP Address in Ubuntu
In Windows, typing ipconfig from the command line is the easiest way to get your IP address. How do you do it in Ubuntu?
Continue reading How do you find your IP Address in Ubuntu
How to show all Child Pages in Wordpress
I have an urge to learn wordpress, the world's most used blogging platform. With this I have been migrating my resources from FrogCMS to Wordpress.
Continue reading How to show all Child Pages in Wordpress