Skip to content
EscapeQuotes

EscapeQuotes

Blink your leds!

Menu

  • ESP8266
  • Micro:bit
  • Raspberry PI
  • Arduino
  • CodeIgniter

Raspberry Pi 2 Model B GPIO 40 Pin Block Pinout

Raspberry Pi 2 Model B GPIO 40 Pin Block Pinout   Source element14

escapequotes February 26, 2015 escapequotes, linux, raspberry pi No Comments Read more

Raspberry PI version 2 (BCM2836)

A new version of RPi has been anounced on February 2015 at the same price as RPi B+! This is a Quad-Core 900MHZ ARM A7 processor and 1GB of RAM memory. Broadcom were willing to step up with a new

escapequotes February 10, 2015February 10, 2015 escapequotes, linux, raspberry pi No Comments Read more

Please welcome Kodi!

Kodi (formally known as XBMC) is an software media player and entertainment hub that can be installed on Linux, OSX, Windows, iOS, and Android, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to

escapequotes December 11, 2014December 11, 2014 linux, raspberry pi No Comments Read more

Yii2: create helper

How to create a new helper in Yii2 framework: Create a new file “Utils.php” in “app-basic\helpers” or in other folder, location is up to you, but keep things organized! <?php namespace yii\helpers; use Yii; class Utils { public static function

escapequotes November 27, 2014November 27, 2014 mysql, php, Yii2 No Comments Read more

PHP short tags: if/else

Alternative syntax for control structures. PHP offers an alternative syntax for some of its control structures; namely, if, while, for, foreach, and switch. In each case, the basic form of the alternate syntax is to change the opening brace to

escapequotes January 21, 2014January 21, 2014 bash, php No Comments Read more

Raspberry PI install RPi.GPIO

To install on raspbian: apt-get -y install python-rpi.gpio raspberry-gpio-python package provides a class to control the GPIO on a Raspberry Pi. To get started with RPi.GPIO, it would be worthwhile reading the examples here. Note that this module is unsuitable for real-time

escapequotes December 10, 2013December 10, 2013 bash, linux, raspberry pi No Comments Read more

Linux: Netstat Command Examples

Netstat command displays various network related information such as network connections, routing tables, interface statistics, masquerade connections, multicast memberships etc. List All Ports (both listening and non listening ports) #netstat -a root@localhost:~# netstat -a | more Active Internet connections (servers

escapequotes November 15, 2013 bash, linux No Comments Read more

mysqld Option/Variable Reference

This table that lists every MySQL Server option or variable, what version it was introduced or deprecated in, whether it’s dynamic or not, whether variables have session/global/both scope, and links to the version-specific documentation for that variable. Name Intr Depr

escapequotes November 6, 2013September 18, 2014 CodeIgniter, mysql No Comments Read more

MySQL Trigger – after insert trigger

I want to populate automaticaly another table when new data is inserted: For table “source_table” define a after insert trigger DELIMITER $$ CREATE TRIGGER `source_table_AINS` AFTER INSERT ON `source_table` FOR EACH ROW — Edit trigger body code below this line.

escapequotes August 28, 2013August 28, 2013 mysql No Comments Read more

MySQL Utilities – Brief overview of command-line utilities

MySQL Utilities This is a brief overview of the MySQL command-line utilities. See their respective manual pages for further details and examples: mysqlauditadmin Monitor the audit log. Copy, rotate, and configure the audit log mysqlauditgrep Search the audit log. Output results to

escapequotes April 11, 2013 bash, linux, mysql No Comments Read more
  • « Previous
  • Next »
Copyright © 2025 EscapeQuotes. Powered by WordPress. Theme: Spacious by ThemeGrill.