Posts
Barbecue chicken recipe
— February 10, 2013
Barbecue chicken recipe. Spices and garlic
MySQL backup, restore one or more databases from command line
— February 10, 2013
How to backup one, more or all databases on a MySQL server using mysqldump, and restore them to another or the same server via command line
Review of Digital Ocean, the new VPS provider
— February 7, 2013
A new VPS provider in town. Digital Ocean, affordable, powerful and with great support, three weeks with them. Digital Ocean vs Linode
Ubuntu deb proxy and cache: squid-deb-proxy and apt-cacher-ng
— February 4, 2013
Save bandwidth with deb proxy and cache solutions for Ubuntu updates. squid-deb-proxy and apt-cacher-ng
Install KVM on Ubuntu
— February 2, 2013
How to install KVM virtual server machine emulator on Ubuntu
Ubuntu. Two network interfaces only one for Internet the other for internal use
— January 31, 2013
Ubuntu. Configure two network interfaces, one only for Internal resources and the other for Internet
Ubuntu Desktop Gnome Shell or Unity proxy settings
— January 31, 2013
How to set up proxy settings in Ubuntu Desktop. Unity or Gnome shell
Linux. Create a file where the file name is the current date
— January 30, 2013
How to create a file in Linux where the name or part of it is the current date and hour
Mac OS X, Ubuntu Linux, Network traffic monitor
— January 30, 2013
How to measure or monitor the traffic on a eth or wireless LAN interface on a Unix-like OS. Linux or Mac OS X
Vine. Six seconds video sharing
— January 28, 2013
Vine. Sharing six seconds video with your iPhone
Learning Git branches
— January 28, 2013
Working with Git branches and Jekyll, learing how to create, merge, rebase, delete branch. On the local and remote Git repository
Install cacti on Ubuntu Server with Apache and PHP-FPM
— January 27, 2013
How to install cacti on Ubuntu server with Apache or Nginx and PHP-FPM PHP-CGI
htaccess file no cache
— January 27, 2013
How to forbid or avoid your pages to be cached using htaccess and Apache
Iptables. How to open a port to one ore more specific IP
— January 27, 2013
How to open a port to one or more specific IP address using iptables rules
ssh with no password, with ssh-keygen key
— January 24, 2013
Log into ssh servers (Mac OS X or Linux) without passwords, using ssh key. How to generate them with ssh-keygen and install on the server
Migrate MySQL database
— January 22, 2013
how to migrate a MySQL database to a new server, or between two servers, using scp and mysqldumb
Package libapache2-mod-fastcgi is not available. Ubuntu
— January 22, 2013
how to install fastcgi on Ubuntu server when. cant install fastcgi ubuntu server: Package libapache2-mod-fastcgi is not available
Ubuntu Linux: Create swap file
— January 22, 2013
How to increase Ubuntu Linux server memory, create and add swap space with swap file
Ubuntu One vs Dropbox
— January 20, 2013
Comparing Dropbox vs Ubuntu One. When and why you should choose Ubuntu One over Dropbox, and when Dropbox should be your choice
Swiftkey 3 review
— January 18, 2013
Review of Swiftkey 3 keyboard app for Android
How to take screenshot with Samsung Galaxy S3
— January 18, 2013
How to take a screenshot on your Galaxy S3 Android with Ice cream Sandwich
Clone a bootable usb key
— January 15, 2013
How to clone a bootable usb key, or copy to disk for storage. Useful to create copies of bootable usb memory
Varnish: Do not cache 404 error pages
— January 15, 2013
Stop Varnish cache server from caching 404 error pages. Or make it cache them for only a short period of time
Install and configure Piwik behind Varnish reverse proxy
— January 13, 2013
How to configure Piwik and varnish. In a way that piwik logs the real visitor IP instead of 127.0.0.1 or varnish IP
Site analytics and stats without Google and cookies
— January 12, 2013
How to get site analytics and stats without cookies.
Apache2 configure custom 404 page not found error page
— January 11, 2013
How to configure Apache2 to display custom 404 page not found error page
Quo Vadis Ubuntu?
— January 10, 2013
Quo Vadis Ubuntu? Is Ubuntu following the same steps that Microsoft and Apple followed before?
Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
— January 10, 2013
How to solve: apache2: Could not reliably determine the server fully qualified domain name, using 127.0.1.1 for ServerName
From Jekyll to Pelican
— January 9, 2013
Little tools to help you switch from Jekyll to Pelican. Change YAML Front Matter to Markdown headers
Git on Mac ignoring rename uppercase to lowercase
— January 7, 2013
Git on Mac ignoring changes in filenames from uppercase to lowercase due to ignorcase option set to true
Varnish logs analized with awstats | Multiple virtual servers
— January 6, 2013
Install awstats to work with varnish logs, generated with varnishncsa. Working with multiple virtual servers on Ubuntu Linux
How to install GeoIP with CPAN on Ubuntu
— January 6, 2013
How to install GeoIP module with CPAN on Ubuntu Linux
Another picture gallery on Jekyll
— January 5, 2013
Picture gallery with its own blog on Jekyll site
Git: Revert uncommitted changes
— January 5, 2013
How to revert uncommitted files and folders and anything changed since last commit
Picture gallery on Jekyll static site
— January 2, 2013
How to host a picture or photo gallery on a Jekyll static site
Bulk resize images and change its quality with imagemagick on Linux and Mac OS X
— January 2, 2013
imagemagick on Linux or Mac, to resize pictures, and change quality, all files in a folder at a time
Rename files to lower case on Linux or Mac
— January 2, 2013
How to use bash for loop to rename files from upper case to lower case on Linux or Mac OS X
Using rsync to deploy your Jekyll site
— January 1, 2013
How to use rsync to upload your jekyll site
First experiences with NearlyFreeSpeech
— December 31, 2012
NearlyFreeSpeech hosting review. Webserver only
rsync selectively copy some file type using include exclude options
— December 31, 2012
How to use rsync to copy only certain file type, using include and exclude options
ReStructuredText on Jekyll
— December 30, 2012
Working with ReStructuredText on Jekyll
ReStructuredText for everyday documents
— December 30, 2012
Working with ReStructuredText for everyday documents
Dual boot with two Linux distributions
— December 29, 2012
Dual boot Linux, two distributions, sharing partition scheme for sharing documents
Ubuntu: Disable daemon on startup
— December 29, 2012
How to disable a daemon from starting at boot time on Ubuntu Linux
Apache htaccess: Add Cache-Control header per file type
— December 29, 2012
How to add Cache-Control header on a per file type basis
Legend of Grimrock
— December 28, 2012
Legend of Grimrock
What version of CentOS am I running
— December 27, 2012
What version of CentOS am I running
How to install htop on CentOS
— December 27, 2012
How to install htop on CentOS server
Let Wordpress users install plugins and themes without FTP credentials
— December 27, 2012
How to install Wordpress plugins and themes without FTP credentials
mkdir: create multiple directories in one command
— December 27, 2012
How to create multiple directories with mkdir in one liner command