Website prices in Bulgaria

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/

links

October 18th, 2008

iptables configuration script firewall - http://tje.ssllink.net/firewall/

test driven development website: http://www.testdriven.com/modules/news/

strace - why I havent discovered this tool earliear!

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 11084
You can also run this "start to finish", here with "ls":
race -c >/dev/null ls

Why the **** can’t I connect to that server?

strace -e poll,select,connect,recvfrom,sendto nc www.news.com 80

X Windows for MS Windows

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 decide that my blog is the perfect place to note this.

xserver

DLNA - do we want this option ?

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

Read the rest of this entry »

Trac administration

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/

linux screen cheatsheat

October 8th, 2008
Key Action Notes
Ctrl+a c new window
Ctrl+a n next window I bind F12 to this
Ctrl+a p previous window I bind F11 to this
Ctrl+a “ select window from list I have window list in the status line
Ctrl+a Ctrl+a previous window viewed
Ctrl+a S split terminal horizontally into regions Ctrl+a c to create new window there
Ctrl+a :resize resize region
Ctrl+a :fit fit screen size to new terminal size Ctrl+a F is the same. Do after resizing xterm
Ctrl+a :remove remove region Ctrl+a X is the same
Ctrl+a tab Move to next region
Ctrl+a d detach screen from terminal Start screen with -r option to reattach
Ctrl+a A set window title
Ctrl+a x lock session Enter user password to unlock
Ctrl+a [ enter scrollback/copy mode Enter to start and end copy region. Ctrl+a ] to leave this mode
Ctrl+a ] paste buffer Supports pasting between windows
Ctrl+a > write paste buffer to file useful for copying between screens
Ctrl+a < read paste buffer from file useful for pasting between screens
Ctrl+a ? show key bindings/command names Note unbound commands only in man page
Ctrl+a : goto screen command prompt up shows last command entered

links

October 2nd, 2008

http://bubbleshq.com/features - notify a desktop from a websites

http://www.slimtimer.com/users/home - time tracking website free - good and funny to use

Everyday svn

October 2nd, 2008

I happy that I have worked enough with the svn to see its drawbacks.

One of the drawbacks is the speeds of commits.

The second one is that my repository starts to break often. here is how I repair it when this happends:

svnadmin repair /var/lib/subversion/public/payak

then don’t forget to change the rights

chown -R  www-data:www-data /var/lib/subversion/public/payak/