Because the Cisco VPN client is not working properly on Windows 8.1, we had to use Cisco AnyConnect Client.
Here begins a nightmare that lasted for several days.
After the AnyConnect client connects to a remote computer all local TCP connections are interrupted.
If your computer has initiated an application that for example communicates with the database, it loses the connection to the database and must be restarted.It took several days to find a reason why this is happening:
disable IPv6 protocol on the local network adapter or in the connection to the database use a fixed IPv4 address (n.n.n.n) instead of the computer name
This will force connection to use IPv4 protocol.
We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.
What you should know abot textures before get started programming your first game.
GIMP script for creating Android icons at once
Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.
Source code with examples how to use relative layout to create nice buttons with text and images in Android
Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.