Solution
- Click theStartbutton.
- Click onControl Panel.
- Click onView Network Status and Tasks
- Click onChange adapter settings
- Right-click the shared connection and choose Properties
- Click the Sharing tab
- Clear theAllow other network users to connect through this computer's Internet connectioncheckbox
- Click OK
- Reinstall Cisco anyconnect ...
Source:
Related Posts:
XSL - Select Node by variable name
Case 1
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:svg="http://www.w3.org/2000/svg" xmlns:fo="http://www.w3.org/1999/XSL/Format" &nbs… Read More
XSL - Special CharactersDegree, ie 45o
<fo:character character="o" baseline-shift="super" font-size="5pt" />… Read More
XSL - Select Node Name
LocaleName
<xsl:value-of select="local-name()" />
Name
<xsl:value-of select="name()" />
Select Parent node as node
<xsl:value-of select="*[name(parent::*)]" />
… Read More
XSL - Global Variable Change
Global Variable in XSL
http://stackoverflow.com/questions/9608432/incrementing-and-checking-the-counter-variable-in-xslt
Cannot increment a variable in XSLT because all XSLT variables are
constant. There are, however, seve… Read More
XSLT - Resize External GraphicResize External Graphic
<fo:external-graphic
src="s\image.png"
content-height="scale-to-fit"
height="2.00in"
content-width="2.00in"
scaling="non-uniform"/>
Or
<xsl:attribute-set na… Read More
0 comments:
Post a Comment