September 30, 2008

Configure TortoiseSVN

[miscellany]
enable-auto-props = yes

[auto-props]
*.dfm = svn:eol-style=CRLF
*.pl = svn:eol-style=native

openkore.com

Example: http://www.bioperl.org/wiki/Svn_auto-props
[auto-props]
# Code formats
*.c = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/plain
*.cpp = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/plain
*.h = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/plain
*.java = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/plain
*.as = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/plain
*.cgi = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn-mine-type=text/plain
*.js = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/javascript
*.php = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/x-php
*.pl = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/x-perl; svn:executable
*.py = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/x-python; svn:executable
*.sh = svn:eol-style=native; svn:keywords="Author Date Id Rev URL"; svn:mime-type=text/x-sh; svn:executable

Unix - DOS newlines

"Convert DOS (CR/LF) to Unix (LF) newlines within a Unix shell. See also dos2unix and unix2dos if you have them.

# sed 's/.$//' dosfile.txt > unixfile.txt

Convert Unix to DOS newlines within a Windows environment. Use sed from mingw or cygwin.

# sed -n p unixfile.txt > dosfile.txt" cb.vu

/var/lib/locatedb: No such file or directory

"after new install of suse linux the error

"/var/lib/locatedb: No such file or directory"

occurred when using the command "locate"

solution:

run in shell

updatedb" kriyayoga.com

Using Plesk and vhost.conf

"/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.com"gadberry.com

September 23, 2008

VPN on VPS 1blu.de vServer

> Ich kriege folgender Fehler. In FAQ habe ich keine Info gefunden.
> Können Sie es beheben?
>
> Beim Starten oder Stoppen des OpenVPN Daemon ist ein Problem aufgetreten.
>
> psa-vpn: OpenVPN failed to start
>
> ----------
>
> tail -f /var/log/messages
>
>
>
> Sep 23 10:10:27 v29133 openvpn[5296]: OpenVPN 2.0.1 i686-suse-linux [CRYPTO]
> [LZO] [EPOLL] built on Jul 22 2008
>
> Sep 23 10:10:27 v29133 openvpn[5296]: LZO compression initialized
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Note: Cannot open TUN/TAP dev
> /dev/net/tun: Permission denied (errno=13)
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Note: Attempting fallback to kernel 2.2
> TUN/TAP interface
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Cannot allocate TUN/TAP dev dynamically
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Exiting

Das TUN/TAP-Device wird derzeit nicht von den 1blu vServern unterstuetzt. Eine
Installation dieses Moduls ist ab dem 1blu Dedicated Server L möglich, wo Sie
auch den Kernel selbst anpassen können.

Für weitere Fragen stehen wir Ihnen gerne zur Verfügung.

Mit freundlichen Grüßen aus Berlin,

Ihr 1blu Support Team

Tim Schütt

September 13, 2008

Start XP remode desktop via command prompt



Send invitation

start-> run-> rcimlby.exe -LaunchRA


Start remote client
start-> run-> mstsc /console