-
Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver
Ozh’ Tweet Archiver is a WordPress plugin that can archive your tweets on your own blog; it simply creates a new post for each tweet. Additionally, it offers converting hashtags to WordPress tags, and several other features. Nevertheless, one feature, I thought might be interesting, is to process the links on tweets and show them as a Facebook feed. Recently, I modified the code and it worked very well on my blog: Gadelkareem Tweets.
- All we need is to modify the “wp-content/plugins/ozh-tweet-archiver/inc/import.php” file as following: (more…)
-
Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver :: GadElKareem –
Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver :: GadElKareem –
#php #wordpress #twitter -
Disqus problem with wordpress “unable to connect to the disqus api servers” –
Disqus problem with wordpress “unable to connect to the disqus api servers” –
#curl #disqus #PHP #plugins #wordpressDisqus problem with wordpress “unable to connect to the disqus api servers” :: GadElKareemgadelkareem.com
I recently installed Disqus plugin for WordPress; however, I have been receiving this message unable to connect to the disqus api servers. By looking into the
-
Install Sphinx 2.0.4 on CentOS 6.2 –
Install Sphinx 2.0.4 on CentOS 6.2 –
#CentOS #Database #Linux #MYSQL #PHP #rpm #search #Sphinx #sqlInstall Sphinx 2.0.4 on CentOS 6.2 :: GadElKareemgadelkareem.com
- Make sure to check CentOS, PHP-FPM, Nginx, memcached and MYSQL posts. – Get fresh RPM from sphinxsearch.com – Install Sphinx rpm -Uhv
-
Watch log files on Linux server with Swatch 3.2.3 –
Watch log files on Linux server with Swatch 3.2.3 –
#CentOS #error #Linux #log #nginx #PHP #server #swatch #linuxWatch log files on Linux server with Swatch 3.2.3 :: GadElKareemgadelkareem.com
- Make sure to check CentOS, PHP-FPM, memcached and MYSQL posts. – get a fresh package from Swatch project wget
-
Install Nginx 1.0.12 for PHP-FPM on CentOS 6.2 –
Install Nginx 1.0.12 for PHP-FPM on CentOS 6.2 –
#ab #apache #benchmark #cache #CentOS #Linux #nginx #PHP #php-fpmInstall Nginx 1.0.12 for PHP-FPM on CentOS 6.2 :: GadElKareemgadelkareem.com
- Make sure to check PHP-FPM, memcached and MYSQL posts. – get the latest package from wiki.nginx.org mkdir nginx cd nginx wget
-
install memcached 1.4.13 on CentOS 6.2 –
install memcached 1.4.13 on CentOS 6.2 –
#bash #CentOS #Database #Linux #memcached #MYSQL #PHPinstall memcached 1.4.13 on CentOS 6.2 :: GadElKareemgadelkareem.com
- Make sure to check PHP-FPM and MYSQL posts. – One of the dependencies of memcache is libevent, get latest version from libevent.org mkdir libevent cd
-
Install PHP 5.3.10 with php-fhm on CentOS 6.2 64-bit –
Install PHP 5.3.10 with php-fhm on CentOS 6.2 64-bit –
#bash #CentOS #curl #Linux #MYSQL #PHP #php-fhm #sapiInstall PHP 5.3.10 with PHP-FPM on CentOS 6.2 64-bit :: GadElKareemgadelkareem.com
- Make sure to check Nginx, memcached and MYSQL posts. – remove old version #find installed packages rpm -qa | grep php #remove php packages yum
-
install curl 7.24 on CentOS 6.2
- Make sure to check PHP-FPM post.
- install from source
wget http://curl.haxx.se/download/curl-7.24.0.tar.bz2 tar xfj curl-7.24.0.tar.bz2 cd curl-7.24.0 ./configure --prefix=/usr make make install #check version curl -V
-
Installing CentOS 6.2 on VMware
This is a step by step tuturial for installing CentOS 6.2 64bit on VMware 7.0.1 build-227600 running on Windows 7
- downoad the iso DVD from CentOS.org ( need only CentOS-6.2-x86_64-bin-DVD1.iso for this installation )
http://isoredirect.centos.org/centos/6/isos/x86_64/
- Open VMware and follow the slide

Start new VMware virtual machine



Check Linux then choose CentOS 64-bit from menu



Check 'Use bridget networking'






Now Edit the virtual machine settings we just created

Remove the floppy

load the iso image file on the DVD drive
- Add another network card."]


Add another network adapter

Check the 'Host-Only" networking, this will create private network between only the host and virtual machine on the same machine


Start the virtual machine to setup CentOS 6.2
