I use a Subversion repository which sits on a Samba share in our LAN. Most of the times I used it from Windows machines where I simply assigned a drive letter (N:\) to the filesystem of the network share (//TERASTATION2/share) hosting the repository. A SVN checkout including URL looked like this: svn co file://N:/_repos/projectname/trunk . [...]
Archive for December, 2008
Filed under: Linux, Tools
Social Tagging: Linux • mount • samba • subversion
I have an o2 surf stick to provide me with connectivity on the go via UMTS. It worked fine so far under Windows and it worked also my MacBook. Now I wanted to use it also from my new Ubuntu (Intrepid Ibex) laptop. The first thing I tried was to start it with wine. But [...]
I have just installed Ubuntu Intrepid Ibex on my laptop and had trouble getting a WiFi-connection to work. Since channels 12 and 13 are blocked on some WLAN apapters in the US, you have to unlock them following these instructions: http://wiki.ubuntuusers.de/Intrepid_Ibex#WLAN-auf-Kanaelen-12-und-13 (in German) Thanks for the help Torsten!
I needed to see some debug output on a production system and used the following hack: error_log(“\n@@@\n” . var_export($this->config, true) . “\n”); To see the output, I set a tail on the error-log-file: tail -f ~/sites/logs/php_error.log





RSS