Main Page: Difference between revisions
Appearance
Line 41: | Line 41: | ||
*[[Gezondheid]] | *[[Gezondheid]] | ||
*[[Other general]] | *[[Other general]] | ||
<source lang="php"> | |||
<?php | |||
v = "string"; // sample initialization | |||
?> | |||
html text | |||
<?php | |||
echo v; // end of php code | |||
?> | |||
</source> |
Revision as of 21:33, 28 November 2016
Welcome to PvdMWiki.

This page can be reached via http://pvdm.xs4all.nl/wiki
Categories:
- Linux general
- Linux commandline tips
- Linux commandline tips 2
- Linux commandline tips 3
- Linux commandline tips 4
- Linux and hardware
- Bash fun
- Vi tips
- awk
- nmap
- find
- openSUSE specific
- Zypper tips
- btrfs
- KDE4
- Xorg
- Wine
- Apache en HTML
- MySQL
- MythTV
- VirtualBox
- Nagios
- MediaWiki
- Sound (Audacity)
- Image manipulation (The Gimp, DigiKam)
- Video (Kino, dvgrab, OpenShot, KdeNlive)
- Ffmpeg
- CUPS
- Novell related
- Android
- XBMC
- Audio
- Systems
- Books
- Gezondheid
- Other general
<source lang="php"> <?php
v = "string"; // sample initialization
?> html text <?php
echo v; // end of php code
?> </source>