Menu
  • Home
  • Case Studies
  • Services
  • Transform
  • Solutions
  • Contact

Blue Axis Technologies

  • Home
  • Case Studies
  • Services
  • Transform
  • Solutions
  • Contact
Home /

Yum Update – Fatal error, run database recovery

Author: Derrick Betts |Heber City, UtahOn: Aug 08Categories: Linux
We had some security updates to run on one of our servers and came across this error when executing sudo yum update: Fatal error, run database recovery. So being the obedient sort we are, running a database recovery is what we did. To run database recovery,...
Read More

Copy – Paste in Putty w/ VIM

Author: Derrick Betts |Heber City, UtahOn: Jun 27Categories: Linux
To Copy: vim my-file-name : mouse=a [enter] Select the text with the mouse while holding the Shift key. This magically copies the selection to the clipboard. Open Notepad.exe (or whatever) and paste the clipboard data. Remove any tabs as they get all...
Read More

Add Groups and Users

Author: Derrick Betts |Heber City, UtahOn: Jun 27Categories: Linux
This post is copied from: ArchLinux: Users and groups Group management /etc/group is the file that defines the groups on the system. Display group membership with the groups command: ]$ groups [user] If user is omitted, the current user’s...
Read More

Mounting Amazon EC2 Volume

Author: Derrick Betts |Heber City, UtahOn: Jun 26Categories: Linux
This is a repost from: Making an Amazon F Volume Available For Use Connect to your instance using SSH. Depending on the block device driver of your instance’s kernel, the device may be attached with a different name than what you specify. For...
Read More

Simple Nginx Setup with PHP

Author: Derrick Betts |Heber City, UtahOn: Jun 25Categories: Nginx
Install Nginx ]# yum install nginx Install php-fpm ]# yum install php54-fpm Create a *.conf file for php-fpm ]# cd /etc/php-fpm.d/ ]# cp www.conf your-domain.conf Setup the your-domain.conf file ]# vim your-domain.conf Type i to enter Edit mode. Change...
Read More

Nginx: Page Not Found

Author: Derrick Betts |Heber City, UtahOn: Jun 12Categories: Nginx
This error is nearly always caused by permissions issues. Check that the user:group is set to use the nginx user and whichever group you’ve setup to access the file in the site directory.
Read More

Recent Posts

  • Yum Update – Fatal error, run database recovery
  • Copy – Paste in Putty w/ VIM
  • Add Groups and Users
  • Mounting Amazon EC2 Volume
  • Simple Nginx Setup with PHP

Recent Comments

    Archives

    • August 2014
    • June 2014

    Categories

    • Linux
    • Nginx
    • About Us
    • Leadership
    • Blog
    • Getting There
    • Terms and Conditions
    • Contact
    Copyright © 2017 Blue Axis Technologies.
    Go Top