Today I’v found this awesome website.
http://freebiejar.com/
It has a LOOOOOOT of freebiessss!
Bookmarked & posted here so… take a look! 🙂
Today I’v found this awesome website.
http://freebiejar.com/
It has a LOOOOOOT of freebiessss!
Bookmarked & posted here so… take a look! 🙂
Rediscovered David Carreta a few years after listen to his sets @ Radio FG!
Some marks – 14m30s // 24m20s
Yah!,
Life isn’t just about PHP, Linux, Apache, Nginx, music, etc., it’s also about other shits.
Today I’v found this CIA’Â Bin Laden’s Bookshelf.
http://www.dni.gov/index.php/resources/bin-laden-bookshelf
In the weeks following the raid on Osama bin Laden’s compound in Abbottabad, Pakistan by United States forces, U.S. Intelligence Community analysts sifted through the recovered digital and hard copy materials in search of clues that would reveal ongoing al-Qa`ida plots, identities and locations of al-Qa`ida personnel, and other information of immediate importance. On May 20, 2015, the ODNI released a sizeable tranche of documents recovered from the compound used to hide Osama bin Laden. March 1, 2016, marks the release of the second tranche of material gleaned from the Abbottabad raid. These releases, which followed a rigorous interagency review, align with the President’s call for increased transparency–consistent with national security prerogatives–and the 2014 Intelligence Authorization Act, which required the ODNI to conduct a review of the documents for release.
“The pornography recovered in bin Laden’s compound in Abbottabad, Pakistan, consists of modern, electronically recorded video and is fairly extensive,” Reuters reported, citing anonymous officials. “The officials said they were not yet sure precisely where in the compound the pornography was discovered or who had been viewing it. Specifically, the officials said they did not know if bin Laden himself had acquired or viewed the materials.”
It has long been rumored that Al Qaeda used pornography to hide secret messages to its followers, according to a report published by The Telegraph last March.
“We are not going to release these materials due to the nature of their contents,” Jeffrey Anchukaitis, a spokesman for Director of National Intelligence James Clapper, told the Guardian newspaper last month.
Got the following error while uploading a WordPress theme.
Had to edit /etc/nginx/nginx.conf and add the following line inside http {
client_max_body_size 20M;
then restart nginx
service nginx restart
Â
Â
Got the following error while uploading a WordPress theme.

Had to edit /etc/nginx/nginx.conf and add the following line inside http {
client_max_body_size 20M;
then restart nginx
service nginx restart
If we have CloudFlare active on the domain/subdomain that is protected with IP *validation* we need to install libapache2-mod-cloudflare, so Apache can see the real visitor IP, other way it will see the CloudFlare IP, and we wont be able to access the sub/domain.
Step 1
echo 'deb http://pkg.cloudflare.com/ trusty main' | sudo tee /etc/apt/sources.list.d/cloudflare-main.list
Step 2
curl -C - https://pkg.cloudflare.com/pubkey.gpg | sudo apt-key add -
Step 3
sudo apt-get update
Step 4
grep ^Package: /var/lib/apt/lists/pkg.cloudflare.com_dists_trusty_main_binary-amd64_Packages
Step 5
sudo apt-get install libapache2-mod-cloudflare
Step 6
sudo service apache2 restart
While I was trying to install Mcrypt PHP I got the following error sudo: unable to resolve host.
root@scw-db0acc:/home/webroot/my# sudo php5enmod mcrypt sudo: unable to resolve host scw-XXXX
I had to edit /etc/hosts and add the following entry to it:
127.0.0.1Â scw-XXXX
Hooray!
Simple Apache 2.4 configuration to allow a specific IP address to access the sub/domain.
<VirtualHost *:80> ServerAdmin [email protected] ServerName admin.something.pt DocumentRoot /home/webroot/tools/public/ ErrorLog /home/webroot/tools/logs/error.log CustomLog /home/webroot/tools/logs/access.log combined <Directory /home/webroot/tools/public/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require ip XXX.XXX.XXX.XXX </Directory> </VirtualHost>
Just got a Scaleway VPS.
-White label VoD platform / Own-branded Platform hosted on your own domain
-PaaS model includes – Website, Apps, Hosting, Servers, Storage, Bandwidth, Security, CDN, Database, User Management and Marketing Tools
-Host unlimited Videos
-Classification of Videos as stand alone (Movies) or with Episodes (TV shows)
-Self Service Platform with CMS access to manage all the content
-Upload and manage your own videos
-Geographic blocking of videos for greater distribution control
-Offer content on SVoD, TVoD, AVoD & Hybrid revenue models
-DRM and video encryption for greater security
-Mobile and Tab App (iOS & Android)
-Smart TV App
-Payment Gateway integrated
-Auto Video upscale or downscale as per viewer bandwidth
-Video’s Hosted on CDN / Cloud for better speed and optimisation
-SEO friendly site structure with SEO controls provided to business owner
-Supports Social Media, invite-a-friend viral tool and Email Marketing