cf_space
May 22, 2009 - 3:10 PM (GMT)
Category: Notes,wiki
Author: Charles
I have been using a mediaWiki at work for documenting projects and have come up with some essential commands that I am putting here so I can easily reference them.
Sections
== level 1 ==
=== level 2 ===
==== level 3 ====
Links
[[ name of page| name of link ]]
Bullets
* bullet 1
** sub bullet
# numbered bullet
## sub numbered bullet
Images
[[Image:NameOfFile.gif|thumb|200px|The little caption you want with the image]]
one of the cool things about the wiki is if you specify the image with the thumb attribute, it automatically puts it on the right and makes it clickable.
Misc
bold - '''bold'''
May 13, 2009 - 6:20 PM (GMT)
Category: mac,Notes
Author: Charles
For all you out there who are running a Macbook Pro, using a Cisco VPN client and running into "Error 51: Unable to communicate with the VPN subsystem".
Here is what you have to do to fix it. Go to Applications > Utilities then open Terminal. Once you get to the prompt, type in:
sudo /System/Library/StartupItems/CiscoVPN/CiscoVPN restart
You will be prompted to enter the password for your computer. This procedure will restart the things that need to be restarted. You should then be able to use your VPN client again.
|