geekpeek.net
Working with YUM on CentOS 6 - GeekPeek.Net
https://geekpeek.net/yum-command-centos
Smartphones & Gadgets. Working with YUM on CentOS 6. Working with YUM on CentOS 6. April 2, 2014, 14:06. Yum or Yellowdog Updater Modified. Is a command line package management solution. 8216;s like Red Hat Enterprise Linux. 8230; We can use yum to search, install, remove and check for additional information. About RPM packages available to our Linux system. Yum works with local or remote repositories which are some kind of RPM. Install RPM with YUM. Because Yum automatically resolves dependencies. Yum s...
sipvoipnews.blogspot.com
SIP VoIP - Everything SIP: Freeswitch phpmod esl
http://sipvoipnews.blogspot.com/2012/10/freeswitch-phpmod-esl.html
SIP VoIP - Everything SIP. Dedicated to SIP (Session Initiation Protocol) - SIP Phones, Gateways, and all types of SIP Servers. Friday, October 26, 2012. Just upgraded php on CentOS 5.8 To find your version type:. I needed a more current version of PHP that supported json encoding/decoding without having resort third party libraries. Plus it would be more aligned with my development environment on my notebook. I used the following link on how to upgrade old versions of CentOS to more current PHP/MySQL.
andytson.com
Raspberry Pi | Andy Thompson
https://andytson.com/blog/tag/raspberry-pi
Just another Webtatic.com site. Content management and blogs. Getting chef running on your Raspberry Pi board (Debian Squeeze). I received my new Raspberry Pi. Model B board yesterday, and immediately started messing around with it (as you might expect). Now I know that I might need to sometimes have to rebuild my installation on new SD cards, so I think it’d be good practice to store this in configuration format so it can be applied again to new builds. The steps I’ve taken to do this are:. I found an i...
andytson.com
OData, a RESTful contender for your API | Andy Thompson
https://andytson.com/blog/2010/03/odata-a-restful-contender-for-your-api
Just another Webtatic.com site. Content management and blogs. OData, a RESTful contender for your API. Is a new API protocol that has recently been released by Microsoft, along with the launch of their new site on the 16th March 2010. It is a REST. Ful standard, which adds a lot of its own goods to the table. In essence, OData is as to RESTful service style as SOAP. It also includes features that make it much more ready for the enterprise environment, supporting:. A service definition language. Providing...
andytson.com
POSIX | Andy Thompson
https://andytson.com/blog/tag/posix
Just another Webtatic.com site. Content management and blogs. Daemonising a PHP cli script on a posix system. I’ve been researching how to best write a long running PHP script executed on the command-line, and whilst there are Linux commands you can use to daemonise a command, these can also be written into a php script as well. The easiest way to daemonise a command on a posix system is to run:. Nohup command /dev/null /dev/null 2 &1 &. Continue reading Daemonising a PHP cli script on a posix system.
andytson.com
Development | Andy Thompson
https://andytson.com/blog/category/development
Just another Webtatic.com site. Content management and blogs. Getting chef running on your Raspberry Pi board (Debian Squeeze). I received my new Raspberry Pi. Model B board yesterday, and immediately started messing around with it (as you might expect). Now I know that I might need to sometimes have to rebuild my installation on new SD cards, so I think it’d be good practice to store this in configuration format so it can be applied again to new builds. The steps I’ve taken to do this are:. I found an i...
andytson.com
Andy Thompson | Just another Webtatic.com site | Page 2
https://andytson.com/page/2
Just another Webtatic.com site. Content management and blogs. PHP public key cryptography using OpenSSL. Recently I have been handling the security of some sensitive data. I had originally been encrypting/decrypting data with a symmetric-key system. In order to do this, a asymmetric-key system is needed, such as public-key cryptography. Googling for examples of this in PHP, there doesn’t seem to be any results of this other than the php OpenSSL extension documentation. July 15, 2009. November 14, 2015.
andytson.com
Web Services | Andy Thompson
https://andytson.com/blog/category/development/web-services
Just another Webtatic.com site. Content management and blogs. OData, a RESTful contender for your API. Is a new API protocol that has recently been released by Microsoft, along with the launch of their new site on the 16th March 2010. It is a REST. Ful standard, which adds a lot of its own goods to the table. Continue reading OData, a RESTful contender for your API. March 17, 2010. February 12, 2011. Justifying your choice in web service infrastructure. January 9, 2010. February 12, 2011.
andytson.com
PHP | Andy Thompson
https://andytson.com/blog/tag/php
Just another Webtatic.com site. Content management and blogs. Daemonising a PHP cli script on a posix system. I’ve been researching how to best write a long running PHP script executed on the command-line, and whilst there are Linux commands you can use to daemonise a command, these can also be written into a php script as well. The easiest way to daemonise a command on a posix system is to run:. Nohup command /dev/null /dev/null 2 &1 &. Continue reading Daemonising a PHP cli script on a posix system.
andytson.com
cli | Andy Thompson
https://andytson.com/blog/tag/cli
Just another Webtatic.com site. Content management and blogs. Daemonising a PHP cli script on a posix system. I’ve been researching how to best write a long running PHP script executed on the command-line, and whilst there are Linux commands you can use to daemonise a command, these can also be written into a php script as well. The easiest way to daemonise a command on a posix system is to run:. Nohup command /dev/null /dev/null 2 &1 &. Continue reading Daemonising a PHP cli script on a posix system.