Skip to content
PI Media – Apps Development
Ionic + Angular Hybrid Mobile Apps, WordPress API, Plugins & Themes Development
PI Media - Apps DevelopmentPI Media - Apps Development
  • Home
    • Our Products
    • MemberClicks Oasis Auth Plugin
    • MemberClicks Atlas Auth Plugin
    • API Documentation Plugin
    • Expertise
    • Request Quote
  • User Plus
    • How It Works
    • Pricing
    • API Documentation
    • Benefits
    • Resources & Articles
    • Questions & Support
  • MemberClicks Auth
    • Pricing
    • Settings Page
    • Testimonials
    • Shortcodes
    • Articles & Resources
    • Questions & Support
  • MemberClicks Atlas Auth
    • Pricing
    • Settings Page
    • Testimonials
    • Shortcodes
    • Articles & Resources
    • Questions & Support
  • API Docs Plugin
    • Overview
    • Pricing
    • How It Works
    • Shortcodes
    • Features & Benefits
    • Questions & Support
  • Solutions
    • Services
    • Process
    • MemberClicks Auth WordPress Plugins
    • MemberClicks Atlas Auth WordPress Plugins
    • Mobile App Development for WordPress Magazine
    • PIM osCommerce Slider
    • PHP Script to Upload from iPhone
    • Upload Photo from iPhone using Formidable Pro
    • Upload Photos to WordPress from iPhone
  • Blog
  • Contact
Search:
  • Home
    • Our Products
    • MemberClicks Oasis Auth Plugin
    • MemberClicks Atlas Auth Plugin
    • API Documentation Plugin
    • Expertise
    • Request Quote
  • User Plus
    • How It Works
    • Pricing
    • API Documentation
    • Benefits
    • Resources & Articles
    • Questions & Support
  • MemberClicks Auth
    • Pricing
    • Settings Page
    • Testimonials
    • Shortcodes
    • Articles & Resources
    • Questions & Support
  • MemberClicks Atlas Auth
    • Pricing
    • Settings Page
    • Testimonials
    • Shortcodes
    • Articles & Resources
    • Questions & Support
  • API Docs Plugin
    • Overview
    • Pricing
    • How It Works
    • Shortcodes
    • Features & Benefits
    • Questions & Support
  • Solutions
    • Services
    • Process
    • MemberClicks Auth WordPress Plugins
    • MemberClicks Atlas Auth WordPress Plugins
    • Mobile App Development for WordPress Magazine
    • PIM osCommerce Slider
    • PHP Script to Upload from iPhone
    • Upload Photo from iPhone using Formidable Pro
    • Upload Photos to WordPress from iPhone
  • Blog
  • Contact

Webmaster Tasks

How to run Ruby Webrick or Mongrel on port 80 for Redmine

Webmaster TasksBy Ali QureshiOctober 16, 2010Leave a comment

If you ever need to run Ruby Webrick or Mongrel other than the default port 3000 for Redmine or any other RoR app, you can do easily by running the command using the -p option like this: [root@pm redmine-1.0.2]# ruby script/server -p 80 webrick -e production -d Hopefully you, will see followign result: => Booting…

How to stop Mongrel or Webrick after starting with -d option

Webmaster TasksBy Ali QureshiOctober 15, 20101 Comment

If you are stuck with the running Mongrel or Webrick daemon mode like myself for Redmine or for any other reason and need to shut it down or restart, here’s you can kill the process. After setting up Redmine by starting ruby script/server webrick with -d option, there was no way to shut it down.…

Redmine installation: Rake aborted! No Rakefile Found error

Project Management, Webmaster TasksBy Ali QureshiOctober 14, 20101 Comment

While setting up another Redmine on CentOS 5, having upgraded Ruby to 1.8.6 and installed all the required gems, I got “rake aborted!” error on this following command: rake generate_session_store rake aborted! no rakefile found The solution for this was simple, make sure you are in your app folder before running this “rake generate_session_store” cd…

bash# service mysqld stop, command not found error

Webmaster TasksBy Ali QureshiOctober 7, 2010Leave a comment

If you get the following error at bash [root@server.com]# service mysqld stop [root@server.com]# service: command not found Then try following command: [root@server.com]# /sbin/service mysqld stop Cheers!

Uncompressing a .tar.gz file on Sun’s release of tar

Webmaster TasksBy Ali QureshiOctober 5, 2010Leave a comment

While trying to uncompress a tar.gz file, if you get a message something like this: tar: z: unknown function modifier Usage: tar {c|r|t|u|x}[BDeEFhilmnopPqTvw@/[0-7]][bfk][X…] You are using a Sun’s release of tar and -z is not a valid option. Instead, try following commands: gunzip file.tar.gz You will get a tar file, run this: tar xf file.tar…

How to install SSL certificate on Apache cPanel server

Webmaster TasksBy Ali QureshiOctober 1, 2010Leave a comment

After installing the SSL certificate successfully on your web server, If you are getting some error like "unknown certificate issuer" while accessing the URL "https://www.yourdomain.com/", this blog post might resolve your problem, read on! SSL protocol (https://) is a must for any E-Commerce website if you intend to accept payments on your own website. The…

How to tar/untar, compress/uncompress files/folders using php script

Webmaster TasksBy Ali QureshiSeptember 22, 20102 Comments

Uploading and downloading files is a chore every webmaster has to cope with on daily basis, but if you do this by compressing the files, uploading the tar or zipped and uncompressing them on server, life becomes a little easier. Similarly taking backup on a server becomes easier if you just compress the files/folder on…

Backup your MySQL databases automatically with cron job

Webmaster TasksBy Ali QureshiSeptember 3, 20102 Comments

Taking backup databases is a routine for every webmaster. Make your life a little easier by delegating this boring but extremely important chore to the shell script that will do this automatically and silently everyday, or whatever time you choose, for you For automatic MySql database backup, please use following script to take backup using…

Copying files from remote server to another server through SSH

Webmaster TasksBy Ali QureshiFebruary 18, 2010Leave a comment

For any webmaster, switching web server is a nightmare, especially when there is large number of files to move to a new server. After some bitter experiences, I have found out following methods to move your data files and database quickly and painlessly from one server to another. I’m sure these SSH commands will save…

12
PI Media - Apps Development
copyright © 2022 PI Media parorrey.com
  • Home
  • Solutions
  • Services
  • Ali’s Blog
  • Contact
  • Privacy
  • Terms
Go to Top