Archive for October, 2008
Wednesday, October 29th, 2008
http://mysqldatabaseadministration.blogspot.com/2007_01_01_archive.html
Posted in Databases | No Comments »
Thursday, October 23rd, 2008
Използвайте Entitity!
Ако искате да вашите страници да се обикалят от паяци и да не забиват е добре да помислите ако използвате различни символи от нормалните за енкодинга ви (уф. нетрябваше да става сложно) да ги кодирате като ентитита.
Ето един пример:
•Тяло с либела за нивелиране на везната
Страхотно. само че тази гениална ...
Posted in www.cenite.com | No Comments »
Thursday, October 23rd, 2008
Hmm...very nice idea...for stupid bots.
http://bulgarian.spampoison.com/
Posted in Uncategorized | No Comments »
Thursday, October 23rd, 2008
With Prices
http://www.izrabotka-sait.com/
No prices on them
http://www.barbun.com/index.php?id=43#2
http://www.ediso.net/
Posted in Uncategorized | No Comments »
Saturday, October 18th, 2008
iptables configuration script firewall - http://tje.ssllink.net/firewall/
test driven development website: http://www.testdriven.com/modules/news/
Posted in Development, QA | No Comments »
Friday, October 17th, 2008
This blog here describes some very usefull usages of strace:
http://www.hokstad.com/5-simple-ways-to-troubleshoot-using-strace.html
Find out which config files a program reads on startup
strace php 2>&1 | grep php.ini
Why does this program not open my file?
strace -e open,access 2>&1 | grep your-filename
What is that process doing RIGHT NOW?
strace -p 15427
What is taking time?
strace -c -p ...
Posted in Development | No Comments »
Thursday, October 16th, 2008
The one I use is Xming but it is rare. Most often I prefer the integrated in Gnome VNC.
The reason I am posting this link is that sometimes I really need and want to connect to my desktop machine in this way but I cant find good software. So I ...
Posted in linux | No Comments »
Wednesday, October 15th, 2008
It is network link from the TV/Device to a media server
The home page
Some servers for different OS-es
another list
How to build media PC: http://www.linuxjournal.com/article/10111
Posted in Uncategorized | 1 Comment »
Tuesday, October 14th, 2008
Trac
==Start the administration==
trac-admin /home/domains/spider/trac-dagensps
==Run the server with==
tracd --auth=*,/home/domains/spider/.passwords,spider.bg --port 8000 /home/domains/spider/trac_envs/dagensps /home/domains/spider/trac_envs/trucks
==Add users==
htdigest /home/domains/spider/.passwords spider.bg a.inkov@spider.bg
==Apache Integration==
http://trac.edgewall.org/wiki/TracCgi#AddingAuthentication
Here is what I use to start the trac in spider:
router:/home/domains/spider# cat trac.start.sh
#!/bin/bash
tracd --port 8000 \
--auth=dagensps,/home/domains/spider/.passwords,spider.bg /home/domains/spider/trac_envs/dagensps \
--auth=trucks,/home/domains/spider/.passwords,spider.bg /home/domains/spider/trac_envs/trucks \
--auth=bbi,/home/domains/spider/.bbi_passwords,spider.bg /home/domains/spider/trac_envs/bbi/
Posted in Administration | No Comments »
Monday, October 13th, 2008
Здравейте,
В събота изтрих всички стоки от сайта, тъй като имах грешка в паяка и стоките нарастваха без да намаляват, което разбира се беше чудесно за рекламата на сайта хм...след колко ли време ще имаме 500к стоки, но все пак си беше чисто и просто лъжа и трябваше да го оправим.
Всичките ...
Posted in www.cenite.com | No Comments »