Website prices in Bulgaria
October 23rd, 2008With Prices
- http://www.izrabotka-sait.com/
No prices on them
- http://www.barbun.com/index.php?id=43#2
- http://www.ediso.net/
With Prices
No prices on them
iptables configuration script firewall - http://tje.ssllink.net/firewall/
test driven development website: http://www.testdriven.com/modules/news/
This blog here describes some very usefull usages of strace:
http://www.hokstad.com/5-simple-ways-to-troubleshoot-using-strace.html
strace php 2>&1 | grep php.ini
strace -e open,access 2>&1 | grep your-filename
strace -p 15427
strace -c -p 11084
You can also run this "start to finish", here with "ls": race -c >/dev/null ls
strace -e poll,select,connect,recvfrom,sendto nc www.news.com 80
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
It is network link from the TV/Device to a media server
Some servers for different OS-es
How to build media PC: http://www.linuxjournal.com/article/10111
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/
| 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 |
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
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/