Quantcast
Channel: FirstSearch Blue
Browsing latest articles
Browse All 25 View Live

Image may be NSFW.
Clik here to view.

Setup a new GIT repository

Here is a quick reminder of how to setup a new git repository on your git server and check it out on your client machine. On The Server cd /opt/git mkdir newproject.git cd newproject.git git –bare init...

View Article



Image may be NSFW.
Clik here to view.

Ruby MySQL Transaction Example

Here is a simple tutorial showing how to implement transactions in Ruby with MySQL. The code uses The MySQL2 Gem. We are showing the insert of 2 records into the customers table of a database. If...

View Article

Image may be NSFW.
Clik here to view.

MySQL See all columns and tables that foreign key to a table or column

If you’re trying to understand how an existing database has been setup it can be very useful to see all of the tables/columns that foreign key into some other table/column. USE INFORMATION_SCHEMA;...

View Article

Image may be NSFW.
Clik here to view.

Create new MySQL user and allow them to connect from any IP

If you are getting the error: user is not allowed to connect to this MySQL serverConnection closed by foreign host Or : Access denied for user ‘root’@'somehost.com’ (using password: YES)) Then you...

View Article

Image may be NSFW.
Clik here to view.

Ignore Foreign Key Constraints During Truncate or Drop

If you are trying to drop/delete or empty/truncate a mysql table and you keep getting an error that you are violating a foreign key constraint, you may want to temporarily ignore that constraint. The...

View Article


Image may be NSFW.
Clik here to view.

Installing Software on Ubuntu Server 14.04

Install Oracle Java 7 on Ubuntu: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-set-default Install Glashfish 4 on Ubuntu: #Download Glassfish 4 wget...

View Article

Find the Perfect Rental Unit | How To

Searching for a rental unit can be tough, time-consuming, and stressful. Whether you’re desperate to move now or even looking well in advance, some tricks and tips can help ease the process so you can...

View Article

Best Caprese Salad Recipe

We call it the Leaning tower of Caprese Caprese salads can be made in many ways. Manipulations of the three key ingredients (tomatoes, mozzarella, basil) will result in different varieties of the salad...

View Article


Image may be NSFW.
Clik here to view.

Medical Alert Systems for 2013

As our loved ones age, their safety becomes of real concern to us, especially when they are living alone or have a disability or illness. These days, we all lead extremely busy lives and we don’t...

View Article


Image may be NSFW.
Clik here to view.

AWS Console login page is down

seems no one can log into the console https://console.aws.amazon.com/console/home We’re seeing: 504 Gateway Time-out Comment if you learn why or hear an update Their status page claims all is up..

View Article
Browsing latest articles
Browse All 25 View Live




Latest Images