Genymotion error :Unable to create the virtual device server returned HTTP status code 0 - emulation

While trying to create a new virtual device in Genymotion
the following error is shown:
Unable to create the virtual device
Server returned HTTP status code 0
How do I resolve this?

Go to Settings in genymotion
in general tab give your user name and password
and in virtual box tab assign where genymotion is insatlled
in adb tab assign the sdk path

Settings -> Network
check Use HTTP Proxy
set HTTP Proxy 1.234.45.50
set Port 3128

Make sure that system date and time is correctly set.

You need to go to BIOS and enable virtualization under the advanced settings.

Related

Virtual Serial Port on Linux with Elfin EE-10

I want to connect the UART-Port of our central heater to my ProxMox-Server (LXC - Debian) over Web with Virtual Serial Port.
I bought this: https://www.aliexpress.com/item/4000945033185.html and connected it to the central heater and is reachable in the local network.
Since I have never done something in this direction I'm not exactly sure how to set up the connection and I hope someone can help me.
In the Web-Interface of the device, I can set up different protocols (see screenshot).
Thank you for your help.
You need to know more about what the heater is writing and expecting on the serial port. Did you select the right serial baud rate for it?
Have you read the EE-10 IOT_Device_Series_Software_Funtion_20200623 guide (in Downloads tab)? One possibility for further debug is to select the telnetd mode and connect from Linux with telnet to the IP address of the device, default port 23. (Ensure your Linux firewall allows this).
It seems it should ask for login and password, as in the web page. Then you might get an EPORT> prompt which is the EE-10 cli. Enter Exit to enter transparent mode when what you type is sent directly to the heater, and what you see comes from the heater.

Automatic DNS not work in my Laptop

I am facing an unknown problem in my laptop. i AM Using a router. From same router I connect my another PC and mobiles using same Wi-Fi. But my laptop not found internet. I have to use Manual DNS 4.2.2.1 . If I use this DNS then I can access internet. But all other my device and PC connect internet without problem. how to solve my Laptop problem. I am am using windows 8.1
Did you try to connect by Ethernet the notebook to the router?, to discard an OS problem.
The other option that you can try is deleting the WiFi config of that network.
Check if you have dhcp activated and check in your notebook if the ip is checked in automatic. Could happen that if you have manual ip, your dhcp is not in the range of your ip
DNS Doesn't connect you to the internet.
DNS Explained
It's possible you disabled DHCP in your router :P
You won't get a IP if that's the case
Please go to CMD.exe and type
ipconfig /all
Please post the following information:
DHCP Enabled
IPv4 Address
Subnet Mask
Default Gateway
DHCP Server
DNS Servers
Easy fix: Press the reset button on your router
If Only your Laptop faces this problem disable STATIC IP
Explained
Right click your network adapter
Choose "Change adapter settings"
Richt click your connected network adapter
Select "Properties"
Click on "Internet Protocol Version 4 (TCP/IPv4)
Choose Properties
Select "Obtain an IP address automatically"
Select "Obtain DNS Server address automatically"
Click "OK" then "Close"
Done.

Cannot enable shared access error 1061 - the service cannot accept control

I am trying to create a hotspot from my del laptop (windows 8.1).
I enter the following in the cmd prompt:
netsh wlan set hostednetwork mode=allow ssid=Hotspot key=Password
netsh wlan start hostednetwork
Till here everything is going well. Now when I try to share my broadband connection to the Hotspot connection, I repetedly get an error message"Cannot enable shared access error 1061 - the service cannot accept control at this time".
Can somebody please help me around with this issue?
I downloaded Virtual WiFi Router and was able to activate hotspot. After that even when I deleted the Virtual WiFi Router and used the above step to establish the hotspot, it worked.

Default URL of Cisco ASA 5505 not displaying login page

We have a Cisco ASA 5505 firewall device and I need to try and do some configuration on it remotely but upon navigating to the suggested URL of https://192.168.1.1/admin nothing is being displayed. Any ideas of how I can find what the IP of the device is so that it can be configured from within a machine on the network
there are 2 solutions here :
you must change the browser or make an update for it and also check
if the java is enabled on the browser.
the second solution is to check the Cisco Asa is already configured
to display the web interface at this step you also need to check if
your cisco asa have Asdm installed on it and the HTTPSERVER ENABLE
on the ASA
3.if you don't what to do send me a msg

IIS7 access website from remote computer

i created a site on my iis7 it's like http://localhost:88/my
i also can access it like this http://myip:88/my
but when a friend of mine from a remote computer tried to access it like this http://myip:88/my it gives him 404 not found
anybody can tell me what should i do to make it work from remote ?
Check your firewall. You will have to open TCP Port 88.
Part 4: Opening Up to the Outside
World
Windows Firewall blocks the World Wide
Web Services port by default (Port
80). With this port blocked, other
machines cannot connect to your web
server. This severely limits the
scope of potential web site viewers.
So, in order to show your new web site
and server to the outside world you
must add an exception to the Windows
Firewall.
Click Start and type firewall into the Search bar and press enter.
(Note: Make sure you select Windows
Firewall and not Windows Firewall with
Advanced Security)
Click Change Settings
Click the Exceptions Tab and Scroll to World Wide Web Services
(HTTP).
Click the check box and click OK.
Now your machine is accessible to the
outside world. You can connect to
your machine by typing in the IP
address of your server into another
machine’s web browser.
source
If firewall setting is not the issue (say it's turned off), find out public IP of your server (ex. 192.168.0.152), then add it to http listener on the server itself
Open cmd and type:
netsh http add iplisten 192.168.0.152
Go Control Panel>System and Security>Windows Firewall>Allowed Programs-> then check all " World Wide Web Services(Http) tab"
Its is worked for me

Resources