Archive > Tag: english

HowTo: Removing BtrFS from a bunch of drives (BOD)

Ok, I just discovered how to remove BtrFS from a bunch of drives. It got kind of hard at first but, thanks to the #btrfs channel, I discovered how.

for device in sd{d..g}; do dd if=/dev/zero of=/dev/$device bs=4k count=1 seek=16; done …

The Pirate Bay's SOPA/PIPA Press Release

INTERNETS, 18th of January 2012.

PRESS RELEASE, FOR IMMEDIATE RELEASE.

Over a century ago Thomas Edison got the patent for a device which would "do for the eye what the phonograph does for

the ear". He called it the Kinetoscope. He was not only amongst the first to record video …


F/Red: Fedora/Red Hat Electric Devices

Ok, this idea woke me up: https://fedoraproject.org/wiki/User:Renich/Projects/Fed

I think Fedora/Red Hat could get into the device realm. Who would buy a Fedora/Red Hat tailored laptop? Imagine that? Or maybe an audio player? Or a phone?

Raw Ideas

Laptops and PCs

  • Upgradeable …

LinuxCabal: Thank you, CloudSigma, for a wonderful year!

Ah, yes, it's been more than a year without downtime and that is because we host ourselves in CloudSigma.

I remember the first days, right after Rackspace and all. http://imat.com/richard/index.html was very uncertain about "The Cloud". He disliked http://www.rackspace.com/ and kept saying …


GNU and Numbers

Check this out:

a b c d e f g h i j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 …

introbella is on the move!

Oh yeah! I really like making this announcement.

introbella is on it! We're making new songs and we're gonna be releasing everything in english from now on! World, get ready for some really cool music!

Our newest project is to compose a few EPs. 4-6 songs per album and let …


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 …