Difference between revisions of "Main Page"
From PaskvilWiki
(→Short Notes) |
(→Tutorials and HowTo's) |
||
Line 9: | Line 9: | ||
Just write me at josef.at.paskvil.dot.com. | Just write me at josef.at.paskvil.dot.com. | ||
− | == | + | == Administration == |
− | === | + | === General === |
− | === [[ | + | ==== [[Setup sendmail, and Send Emails]] ==== |
− | === [[ | + | === SVN === |
+ | |||
+ | ==== [[Simple Guide to SVN Client]] ==== | ||
+ | Bullets on how to use SVN client. | ||
+ | |||
+ | ==== [[Creating a SVN Repository]] ==== | ||
+ | How to create a new SVN repository to serve using <tt>svnserve</tt>, via <tt>svn+ssh</tt> or via Apache. | ||
+ | |||
+ | ==== [[Moving a SVN Repository]] ==== | ||
+ | Moving complete SVN repository from one host to another. | ||
+ | |||
+ | ==== [[Setup a SVN Server on a Shared Hosting]] ==== | ||
+ | How to setup SVN hosting (via <tt>svn+ssh</tt>) if you're on a shared hosting client - no root access. | ||
+ | |||
+ | === Video Streaming etc. === | ||
+ | |||
+ | ==== [[Install Apache and PHP to do Secure h264 Pseudo Streaming]] ==== | ||
+ | |||
+ | == References and Tutorials == | ||
+ | |||
+ | === [[emacs and slime reference|Emacs and Slime Reference]] === | ||
+ | |||
+ | === [[Small jQuery Reference]] === | ||
+ | |||
+ | == [[Helpers]] == | ||
== Short Notes == | == Short Notes == |
Revision as of 09:22, 27 March 2012
Welcome to the PaskvilWiki!
The future shape of this wiki is unknown for now, let's hope it'll be something good...
This is partially a private wiki - viewing is allowed to all, but editing is allowed only to registered users.
This is more of a prevention than denial - I don't have time to monitor and moderate edits; - you're more than welcome to request registration, all contributors are very much welcome!
Just write me at josef.at.paskvil.dot.com.
Administration
General
Setup sendmail, and Send Emails
SVN
Simple Guide to SVN Client
Bullets on how to use SVN client.
Creating a SVN Repository
How to create a new SVN repository to serve using svnserve, via svn+ssh or via Apache.
Moving a SVN Repository
Moving complete SVN repository from one host to another.
How to setup SVN hosting (via svn+ssh) if you're on a shared hosting client - no root access.