If you’re thinking without writing, you only think you’re thinking.
(Leslie B. Lamport)

Entries from 2017-01-01 to 1 year

Setting Up Your Cocoapods Libraries

target 'SimpleWeather' do pod 'Mantle', '~> 1.3.1' pod 'LBBlurredImage', '~> 0.1.0' pod 'TSMessages', '~> 0.9.4' pod 'ReactiveCocoa', '~> 2.1.7' end open SimpleWeather.xcworkspace/

php modules

php –modules

Reset a MySQL root password

Stop the MySQL service service mysql stop Connect to MySQL mysql -uroot Set a new MySQL root password use mysql; update user set password=PASSWORD(“mynewpassword”) where User=‘root’; flush privileges; quit Start the MySQL service service m…

Remove MySQL Completely from Linux System

yum remove mysql mysql-server mv /var/lib/mysql /var/lib/mysql_old_backup yum install mysql mysql-server

Apache2: Forbidden You don't have permission to access /dir/ on this server

sudo adduser username www-data sudo chown -R www-data:www-data /var/www sudo chmod -R g+rw /var/www

How to install GitEye on Ubuntu 14.04

1. Download GitEye for Linux 2. Extract GitEye.zip -> GitEye/ 3. Relocating GitEye sudo mv GitEye /opt/GitEye 4.Create a Symlink sudo ln -s /opt/GitEye/GitEye /usr/local/bin/GitEye 5.Then Launch GitEye