Tuesday, December 29, 2009

Playhouse In Glorietta

Santa Cruz ... the hope is still open.


I had no luck this morning to accompany the many hundreds of residents of Santa Cruz de Tenerife in their mobilization against the hasty adoption of the General Plan, for me it was a shame. I acknowledge however that despite the work did not stop zapping between different stations radio to follow minute by minute what was going on outside the Town Hall.
I think a while now we are getting used to people out into the streets to protest, we assume almost normally but our history shows us that unfortunately in many cases our people have fled the political participation society like a cat avoids water. In recent years, working from the base, has been articulating an emerging civic movement that gradually gives more and more people and more capable. Tuesday mobilization is the fruit can be picked up after centuries of colonialism and repression of divergent insular society, a fruit although it may seem gradually grows scarce.
I find it exciting that in a day, with a strong media campaign for the document that was intended to approve, with a strong police presence and even a counter open through neighborhood groups close to power, hundreds of residents be able to leave their homes and neighborhoods to stand in front of City Hall and stand up to a project that they will not benefit them. Sincerely
is much easier and grateful to be one of a herd of sycophants neighborhood with which ATI has been in power for the last thirty years. These men and women rush to defend the pattern is always the more and better paid, they and their families. Today however, despite being professionals, they did the ridicule of a municipality made by the critics. I was struck by the interview on local radio to one of the demonstrators in favor of the PGO saying that she was there because he had talked to a couple of friends and had decided that it was "best for Santa Cruz."
always have, the same speech year after year, decade after decade if you're against them are a "bad Chicharrero" an enemy of Santa Cruz, as they have grown tired of hitting and in pamphlets distributed throughout the city.
However, despite all today the people who wants to be heard, that want to decide your future based on their interests, those of the majority and not a few were tide to the gates of the session.
We were lucky, the queen once again demonstrated lack of technical and municipal leaders has allowed the final decision on the PGO is transferred to the 4th of January. The truth which will be nice to start the year by stopping a large speculative project, which is what lies behind the PGO, but whatever happens that day, being almost opening in 2010 along with many hundreds or thousands of concerned citizens believe it can be a good sign of hope for those who believe as Benedetti "slow but comes the future is coming slowly, but is "... and see where this morning it was thundering at the gates of City Hall.

Monday, December 28, 2009

Free Full Ages Of Empire

(any version)

From the command line, type:

# / etc / init.d / psa stop
# / etc / init.d / psa start

Saturday, December 26, 2009

Freee Dune Buggy Blue Prints

dump MySQL databases

These are the commands I use:

mysqldump - opt - password - user = myuser mydatabase> filename.sql
filename.sql gzip

And to dump the data back:

filename.sql
gunzip mysql - password - user = myuser mydatabase < filename.sql

Thursday, December 3, 2009

Mastervation Equipment

Manifesto: In defense of fundamental rights on the Internet.


From my humble blog I would like to add to the rejection of the new law that the English Government intends to establish which severely restrict and infringe the rights to receive, provide and share information and culture through the Internet. In addition, such laws mark a dangerous line of action of government control of the spaces and content that may be "hazardous" or nuisance on the Internet.
This measure designed to appease a section of creative and artistic producers above is a vain attempt barriers put to sea to appease an industry that wants to continue selling culture at prohibitive prices. Sure I have become the cultural exchange between individuals in criminal something we will only be encouraging illegal practices and the emergence of organized criminal networks to replace the free exchange between individuals.
I think there is a right to have services that increasingly become more important and of course I believe in the public value of culture as something that goes far beyond a simple business, a commodity that can not be metered .
It seems absurd to share files over the Internet into something that can be criminal punishment and yet tod @ s we've ever given and exchanged movies or books without the slightest problem, is it only a crime between strangers?. Support
creators, without them there would be no culture, however as they are I think we need to rack their brains to find ways in which new technologies can help them not return to the eighties. First of all I encourage you to be competitive in price or set of pages of quality cultural content on the network for a small fee I'm sure many would pay gladly.
Then I leave the manifesto drawn up by a number of bloggers about this law .

Manifesto: In defense of fundamental rights on the Internet.
Given the inclusion in the Draft Law on Sustainable economy of legislative changes affecting the free exercise of freedom of expression, information and the right of access to culture through the Internet, journalists, bloggers, users, professionals and Internet writers express our firm opposition to the project, and declare that ...
1 .- The copyright can not be above the fundamental rights of citizens, including the right to privacy, security, the presumption of innocence, to effective judicial protection and freedom of expression. 2 .-
suspension fundamental rights is and must remain the exclusive competence of the judiciary. Not a close without trial. This blueprint, contrary to the provisions of Article 20.5 of the Constitution, put in the hands of a non-judicial body under the Ministry of Culture, the power to prevent citizens from accessing any website.
3 .- The new legislation will create legal uncertainty around the technology sector of the English state, damaging one of the few areas of development and future of our economy, hindering the creation of enterprises by introducing barriers to competition and slowing its international .
4 .- The new legislation proposal threatens to hinder new creators and cultural creation. With The Internet and new technologies have democratized the creation and release of contents of any kind, no longer come predominantly from the traditional cultural industries, but from many different sources.
5 .- The authors, like all workers are entitled to live out of their creative ideas, business models and activities associated with their creations. Trying to hold legislative changes to an outdated industry that can adapt to this new environment is neither fair nor realistic. If your business model is based on the control of the copies of the works and the Internet is not possible without violating fundamental rights, should find another model.
6 .- We believe that cultural industries need to survive modern alternatives, effective, credible and affordable to suit new social practices, rather than limitations so disproportionate as to be ineffective in that they are pursuing.
7 .- Internet should function freely and without interference from groups that seek to perpetuate outdated business models and make it impossible for human knowledge remains free.
8 .- We ask the Government to guarantee the neutrality law of the network in Spain, to any pressure that may occur as a framework for developing a sustainable economy in the face the future.
9 .- We propose a real reform of intellectual property rights aimed at an end: return to the society of knowledge, promote the public domain and limit abuses of management entities.
10 .- In a democracy, laws and amendments should be adopted after due debate and consultation with all parties involved. It is unacceptable that legislative changes are made that affect fundamental rights in a non-organic law and deals with other matters.
This manifesto, drawn up jointly by several authors, is all and none. If you want to join it, spread it over the Internet.

Saturday, October 17, 2009

Dehydration Or Concussion?

change the owner of a symbolic link

To change the owner of a symbolic link (symbolic link) has to put -h parameter. If you



chown user.group LinkName

change the owner of the file pointed to the link, not the actual link. If you



chown-h user.group LinkName

change the owner of the link itself.

This is useful if you want to make the directory httpdocs a plesk virtual host pointing to another location; since only root can create files in / var / www / vhosts / dominio.com / (there should be httpdocs), but apache runs as the domain user name in particular will get a permissions error if the symbolic link is not legible or property of that user.

Flu Transmitted From Farts

create a SVN repository to be accessed by webdav apache

First, create the subversion repository and give write permissions:

mkdir / var / svn / domain.com
chmod-R 777 / var / svn / domain.com
svnadmin create / var / svn / domain.com

Then you need to create access from apache. To do this, edit the configuration. If Plesk 9 to CentOS have to modify this file (note I use a single subdomain svn.midominiobase.com type to access all my SVN repositories):

cd / var / svn / svnadmin create domain.com

htpasswd-c / etc / svn-auth-file user1
htpasswd / etc / svn-auth-file user2
cd / var / www / vhosts / basedomain.com / subdomains / svn / conf / vi
vhost.conf

add

\u0026lt;location>

SVNPath DAV svn / var / svn / domain.com /

AuthType Basic AuthName "Subversion Repository domain.com"
AuthUserFile / etc / svn-auth-file Require user user1 user2

\u0026lt;/ location>


and finally

/ Etc / init.d / httpd restart

Wednesday, September 23, 2009

Sweet Dreams Eurythmics Piano

modify settings in Plesk Plesk

Since Plesk modifies the Apache configuration files automatically, it is good to make changes in apache, how to change or configure open_basedir for subversion webdav using configuration files you find already created.

You must create one in the path / var / www / vhosts / dominio.com / conf / vhost.conf
or is a subdomain / var / www / vhosts / dominio.com / subdomains / subdomain / conf / vhost. conf

For example, to end the horrible error "open_basedir restriction" if you want to put off the public folder your code, add this:

\u0026lt;Directory / Var / www / vhosts / dominio.com / httpdocs>
php_admin_flag engine on
php_admin_value open_basedir "/ var / www / vhosts / dominio.com / httpdocs: / var / www / vhosts / dominio.com / private_directory: / tmp"
\u0026lt;/ Directory>


But the first time will not work until plesk regenerate its configuration files. This is because Plesk need to make a link in httpd.include is in that same folder, so read the file. The best way to get apache to read that file Plesk is telling you to scan your directory conf / in search of your vhost.conf, and that you can get it running the command:

# / usr / local / psa / admin / sbin / websrvmng -U - vhost-name = dominio.com

And then, of course, restarting apache:

# / etc / init.d / httpd restart

If you want to install subversion, see this link ( English)

Thursday, September 10, 2009

Serina Snelling Green Bikini

Migrating from 8 to 9

This is a note to remember console commands migration process Plesk 8 to 9:


(in the old server)
# / usr / local / psa / bin /
dominio.psa pleskbackup dominio.com domains (once this move by scp the file and go to new)
(on the NEW server)
# / usr/local/psa/bin/pre9-backup-convert-v convert -d / var / lib / psa / dumps / dominio.psa
# / usr / local / psa / bin / pleskrestore - restore / var / lib / psa / dumps / domains / dominio.com / converted_dominio.com_info_XXX.xml-debug-level domains


* Remember to add the IP the old domain to new server temporarily to plesk can do the migration. Then, if necessary, change the IP to the new and clever. elpais.com

Monday, August 3, 2009

Julia Roberts In A Polka Dress

plesk active Debug Motivational

developers have been left activated for a moment, that seems a typical debug var_dump () of PHP. At least it seems that does not show much information relevant to attacks: only a few domestic routes xml files :-)


Everywhere they boil beans

jajaja




Sunday, July 5, 2009

Xerex - Aubrey Miles Clip

in elpais.com

Sunday, June 28, 2009

Where To Renew Ontario Mechanic Licence

clock Improving the menu bar of Mac OS X Leopard

reloj básico

This is the longest I have managed to set the clock from my System Preferences Mac is strange that the clock of Windows is more configurable than the Mac, but then I found an application (several) free to install a much more configurable clock: Eigenclock .

you have to install just download the program you'll find on the web (or this link ) and after "riding the installer, as with any other software, drag the application to your Applications folder.

Then go to System Preferences> Accounts and tell your Mac that you want to run this program every time you log:

preferencias del sistema cuentas

Now only open the application and configure eigenclock""

abrir aplicación

configurando

UPDATE: All this and much more and easier to install the application iStat Menus

Thursday, June 18, 2009

How To Get Rid Of Phlegms Babies

Activating the iPhone 3G tethering movistar

Tethering is to share 3G connection on your phone with another device (like a laptop or PC) through USB, Bluetooth or other similar connection.

When I upgraded yesterday to version 3.0 of the iPhone OS, after a while the iTunes told me that I had my operator settings installed pending. The installed.

Then I looked in the settings menu and found the button to activate "connection sharing" or tethering. I pass the screens to watch:














Once this is done, when you plug your iPhone via USB to my iMac I indicated that a modem was connected and connected to the Internet through the iPhone automatically.

While connected, the head of the iPhone turned blue and showed this message: "Internet Sharing."



If you activate the Bluetooth option you can also connect. This time I've tried from the Dell laptop. To connect to my iphone



I asked for a PIN (I write something on the PC and I accept, then write the same on the iPhone when you ask me) and I'm connected again!

Great!

Sunday, May 24, 2009

How To Masterbate With An Sock

List of domains and IPs in Plesk

If you use Plesk and want a list of all your domains and the IP they use, just run this query from the mysql client with a user that has permissions to read from the psa database (this is the plesk database), for example, uses the same user credentials your "superadmin" of plesk. SELECT


i.ip_address, d.name psa.hosting FROM LEFT JOIN AS h
psa.domains h.dom_id = AS d ON LEFT JOIN
d.id psa.IP_Addresses h.ip_address_id AS i ON i.id = ;


If you want to summarize all the IPS, the number of domains that use domain and a sample, use this query SELECT


i.ip_address, COUNT (d.name) AS domains AS a FROM psa.hosting d.name LEFT JOIN AS h
psa.domains AS d ON = d.id
h.dom_id psa.IP_Addresses AS i LEFT JOIN ON
h.ip_address_id = GROUP BY i.id ORDER BY h.ip_address_id
h.ip_address_id, d.name

Tuesday, April 28, 2009

Ceramic Watches Vs Resin

SEO Report daily evolution

Finally @ ollorente and I launched the latest project in which I have been involved: seofollow.com

With this service you will see a free and fairly comprehensive report of the variables SEO of your site:
Google Page Rank

  • Google indexed pages Google indexed images


  • pages indexed Yahoo Yahoo Yahoo inlinks
  • inlinks to home
  • Live!
  • pages indexed Alexa Ranking

  • Digg Mister Wong

    reports "Another website SEO? No! We did something new: the first time you generate a report on a domain, store and retrieve every night SEO variables of all domains stored, so that when you get to see the report, we will have a daily monitoring of developments your web.

    informe seofollow.com


    Try
  • Wednesday, April 22, 2009

    Things To Write In Hen Night Card



    This week I had to analyze a lot of hosting providers
    projects included in this list only those that offer version control (SVN) and management (Trac except that XP-DEV have your own)
    Prices are in U.S. dollars and are approximate times, but they serve to compare with other plans.
    seems that the best are:
    • Payment: repositoryhosting.com, by the way, your site is very cool, although they look very new to this and no one sees stable

    • Free: XP-dev.com, a shame you do not use trac, which is standard, as its task management system leaves much to be desired

    Have I left anyone? What you prefer?

    Plan Name cost ∞ one free pro
    $ / month GB / GB Rest Trac Users
    svnrepository.com One $ 4 0.5 $ 8 1 1
    svnrepository.com Two 1.0 $ 7 $ 7 ∞ ∞
    hosted-projects.com developer $ 7 0.1 $ 70 ∞ ∞
    hosted-projects.com team $15 1,0 $15
    projectlocker.com free $0 0,3 $0 ? ? 2
    projectlocker.com angel $5 3,0 $2 ? ? 5
    avlux.net Entrepreneur $25 0,5 $50 ? ?
    eurosvn.com Personal $6 0,2 $30 1 1
    eurosvn.com Team $13 1,0 $13 1 1
    projecthut.com developer $10 0,2 $50 10 10
    projecthut.com team $20 1,0 $20 50 50
    wush.net professional $15 5,0 $3 1 1
    prosvn.org Tiny $6 0,2 $30 3 1 3
    prosvn.org Normal $8 0,6 $13 6 1 6
    devguard.com Individual $7 0,2 $35 20 1
    devguard.com developer $15 0,4 $38 50 1
    devguard.com professional $20 0,8 $25 100 1
    repositoryhosting.com $ 6 $ 3 2.0 ∞ ∞ ∞
    xp-dev.com $ 0 $ 0 0.5 ∞ ∞ *
    xp-dev.com 2.0 $ 4 $ 2 ∞ ∞ ∞ *

    Thursday, April 16, 2009

    Rotisserie Chicken How Long Is It Good

    Replace Subversion hosting absolute relative links by parsing with PHP files recursively

    had a problem parsing the HTML of a page, the url needed for images, styles and javascript were absolute (to put it in another domain). As a bonus, I saw that they did have some "path" absolute, so I could not do a basic replacement.

    racked his brains took this regular expression that I share. Any improvement?
     
    $ html = preg_replace (
    "# ((src blocked (read mode), you will have to right-click> show info and uncheck "Locked".

    If many files and subfolders will not work for an inheritance, so you must run:

    when you're in the directory in question.

     
    
    

    Saturday, February 28, 2009

    427 Ss For Sale Truck

    Unlock Building on Mac OSX

    When you work a lot of it is local web access it through a domain "false." What I do is set the same domain of truth, but finished. Lan

    This edit / etc / hosts (after sudo su, because it requires root permissions) by adding the line 172.0.0.1

    Then add a virtualhost to apache, to respond to that domain and point to the directory where the code:


    NameVirtualHost *: 80
     

    \u0026lt;VirtualHost *:80>

    ServerName localhost
     
    DocumentRoot "/ Users / user / Sites /"

    \u0026lt;/ VirtualHost>



    \u0026lt;VirtualHost *:80>

    www.ejemplo.lan

    ServerName DocumentRoot "/ Users / user / Sites / www.ejemplo.lan / httpdocs "


    ejemplo.lan


    ServerAlias \u200b\u200bErrorLog" logs / example-error_log "

    CustomLog "logs / example-access_log" common

    \u0026lt;/ VirtualHost>



    can do this for each domain, but remember that in / etc / hosts should not add a line for each one, but put them back the latter domain, separated by a space. Nor can you use willcards (wildcard or *)


    172.0.0.1 other-web.lan www.ejemplo.lan ejemplo.lan www.otra-web.lan



    Saturday, February 21, 2009

    Apartment Letters Of Interest

    local development domains (with Mac OSX)

    to start: the problem.

    Sometimes you open a word document and goes on a strange sight, that does not correspond exactly to the impression given that you already use. Format icons disappear, among other things.
     



    Cause: Outlook is to blame! If you notice, this happens only when you open an attachment from Outook.

    Permanent Solution: In Word, go to Tools> Options> General and off the mark in "allow starting in Reading Layout"

    Monday, February 9, 2009

    Does Masterbation Trigger Herpes Outbreaks?

    Disabling the "reading layout" or "preview" in Word

    Vale: you have your web subversion and deploys a system for production . What do you need
    now? A DEBUG! You have to see how long it takes to load the page. Less than half a second is good and less than one second is reasonable ... if it takes more, see where it fails. Put
    counters using microtime () on various items on $ timer ['point of interest 1'] = (( float) $ usec + (float) $ sec);



    Rewrite or parts of the code caches take longer
    and records the time it takes for each query MySQL. If you see that slow query using EXPLAIN to see why they are slow. If you can not optimize and repeat often, make sure your MySQL server is activated query_cache (
    SHOW VARIABLES LIKE 'query_cache_size';
    must be> 0).

    If you are not active, use SET GLOBAL
    query_cache_size = 524288;
    to activate. I've put 512 MB of RAM allocated to the query cache: if you have a dedicated server you do not know if this is INCREDIBLE :-)
    the effect this has on performance.
    EYE! to do any ALTER, INSERT or UPDATE of the table cache is lost. So if you used a field "hits" to record hits on web pages or similar, you're normalizing it and putting it into another table separately.

    Thursday, February 5, 2009

    Wallet Size Denise Milani

    MySQL query cache

    If you work with Subversion (deberías!
    http://subversion.tigris.org
    and teamwork,
    http://xp-dev.com
    ) and do "deployments" in the public server your code, be careful not to raise the folders. svn subversion which stores information of the files. The point is that in every operating system will hide these folders and upload your files depends on how a production can play you a trick. I recommend that public servant do not make a checkout or an update, but an export: problem solved.
    svn export - force http://servidor-de-subversion/repositorio carpeta_pública


    But if you can run subversion on the public server (that happens in many cases unless you have a dedicated server) will need to run this command in the shell (if you have access, of course)

    find. /-name. "svn" There check "enable stealth" and "hide files ending in". Fill (separated by spaces) the following field with extensions that do not want to upload, for example. "Fla. Psd. Svn" (note that I added. Svn, which is not the extension, but the end of the folder name) .
     

    Saturday, January 31, 2009

    What Percentage Of Women Get Waxed

    subversion not upload files to the public folder

    Here's one of those essential applications that any user must have installed on a computer, a video format converter for ...

    This application called MPEG Streamclip
    . Is available for both PC and MAC. 

    occupies less than 2 megs and it's FREE!
    There's no excuse to take your music and favorite videos on your iPhone or iPod!

    How To Open Bottle Of Buchanan

    Change your video format ... Videos

    Here's one of those add-ons for Firefox, which exponentially increase your video library ...



    Sothink Video downloader for Firefox ... yes there is also a version for users of Internet Explorer ...

    works on both Mac and Windows, and once installed, an icon in top bar Firefox that increases exponentially every time you visit a website with some video on it, fixing the routes of the videos for later, select the option to download and view them on your computer again and again!
    Well I hope that helps you, and download videos!

    Shooting Leg Pain Pregnancy

    Plugin for Internet download

    if you have access to create a htaccess in the root public folder of your Apache and mod_rewrite enabled, simply put



    RewriteCond% {HTTP_HOST} ^ example \\. Com [NC] RewriteRule ^
    ( .*) $ http://www.example.com/ $ 1 [R = 301, L]


    Sunday, January 25, 2009

    Survey Checklist Template

    require the www in your website using htaccess and encoder

    Now you start a new project,
     yourself a favor and use UTF-8 
    . Indeed, since 1994 the Association of English Language Academies decided that the CH and LL are not taken into account as his own lyrics in ordering the dictionary, so the English is adequate COLLATION utf8_spanish_ci and utf8_spanish2_ci NO. Interestingly, the
    Dictionary of the Royal Academy
    ordered the CH after the C from 1803 to 1994 ... inch a year.

    Do not know what is a character encoding? Do not know what is a collation? Here's a good list of all the collation and alphabetical order: http://www.collation-


    charts.org/mysql60/by-charset.html Problems eñes looking things or ordinal (º, ª)...? Use COLLATE utf8_bin. If not use it, by searching for "No" you will find "No" and "o" and "or" and "O" ... For example:

    SELECT * FROM table WHERE field COLLATE LIKE utf8_bin'%º%';


    Saturday, January 24, 2009

    Subwoofer Enclosures In Fox Mustang

    Collations in MySQL

    If you have a Mac or use Firefox or another browser other than Internet Explorer, enter your bank's intranet will be hell if you Openbank beams.