Archive > Tag: english

HowTo: Deploy using git

This one is not mine. It's, actually, a transcript. Please, check out the source at the bottom

#
# Local
#

# Create a website
mkdir website && cd website
git init
echo 'Hello, world!' > index.html
git add index.html
git commit -q -m "The humble beginnings of my web site."

# add remotes
git …

HowTo: Change upload_max_filesize on a standard DreamHost account

Ok, recently, a good friend, needed some help. He wanted to change the upload_maz_filesize value of his DreamHost account but was so frustrated when he learned that .htaccess files don't work for him...

It is simple: you're using FastCGI and you should be using .user.ini files to set php …


Search Cards Interface

This is another search interface.

It would be cool to have a card interface too. You make a search, and a million cards open up bellow. Each one has a screenshot of the website with hilighted results. You would see 4 or so cards per line and the title of …


Search Cube (polygon) interface

Today, I woke up with two ideas; here's one.

The search cube polygon is an idea for the search engines. The idea is to search for something and have a 3D cube or polygon with a determined number of sides. Each side guides you through the search results; in different …


HowTo: Adding your Fedora Client-side Certificate to Google Chrome

If you're gonna try this, you already know what the client-side cert is. To get it, just issue the following command:

# install fedora-packager
yum install fedora-packager

# get the certificates
fedora-packager-setup

Your certs are called .fedora.cert, .fedora-server-ca.cert and .fedora-upload-ca.cert.

Now, we need to convert the cert for our …