TRENDING NEWS

POPULAR NEWS

How To Disable Router Features Of 2-1 Modem/router

Why can't Kali Linux running on a virtual box detect the wireless adapter/card and instead uses an ethernet connection?

If your Kali is a Virtual Machine. Then, unless your card is USB, it will not be useable, VMWare/VirtualBox/QEMU will virtualize EVERY PCI device attached to the VM. You can try backports in live usb persistence of kali linuxBackports provide drivers released on newer kernel back-ported for usage of older kernels. The Project was originally known as compat-wireless, evolved to compat-drivers and was recently renamed simply to backports.Current version of backports support all machine kernels   starting with version 3.0 for kernels version older than 3.0 please use backports-3.14, which supports all kernel version back to 2.6.26.To install Backports-->sudo apt-get update && apt-get upgrade -ysudo apt-get install linux-headers-$(uname -r)cd /usr/src/sudo wget http://www.kernel.org/pub/linux/...sudo tar xvfJ backports-3.16.2-1.tar.xzcd backports-3.16.2-1sudo make defconfig-wifisudo makesudo make installsudo update-initramfs -urebootAlso in order to use wireless in VM's you need to connect an external usb wireless card such as Tplink Wn722n or any other

Can I host my own website with my own computer? How would I go about doing that?

Yes, you can host a website on your computer. But there are a few important things I should point out:Linux is not the only OS you can use to host a website (although it is the most popular). Any computer (Windows, Mac, or Linux) can host a website. All you need is code compatible with that operating system, and to expose the port your website is onYou'll need an always-on computer. This means your laptop (and probably desktop) won't be good enough. You can find an old, cheap computer, put it in the closet, and keep it on at all times to host your siteFor users outside of your network to reach it, you need to forward port 80 on your router to the web server. This usually isn't recommended for home networks, so make sure you know what you're doingThis may violate your ISP's terms of service. If you start to get notable traffic to the site, your ISP may drop you or take legal action. Non-business internet service almost always disallows thisYou'll need to use a dynamic IP service. The IP address assigned to your home changes periodically, which is done by the ISP to protect you (for the most part). Dynamic IP addressing is less of a security risk (harder to track you, harder to attack a user, etc). To assign a URL to your IP, there are services out there that track your IP and dynamically update DNS, like DynDNSYou'll get attacked constantly. Now, these "attacks" aren't usually very difficult to defend against since they're just scripts looking for weak servers. If you enable SSH on port 22 you'll see hundreds of attempts to log in from servers in China. So make sure you have a basic understanding of firewalls and security.It sounds like you really don't want to spend the money to host a site, but you'll take far more time setting up the server, networking, dynamic DNS, etc. Or you could just pay a couple dollars a month for someone else to do that for you.I used to host a few servers at home, and it was a great learning experience, but not worth the time. AWS, Bluehost, etc are worth the money.Hope this helps!

Can I connect 2 Internet modems in one switch?

A typical internet modem is also a DHCP server, managing IP addresses for a home network. You can’t have two competing DHCP servers sharing a switch. Chaos would ensue as systems on the network randomly picked up addresses from each modem. If the modems happen to have the same address (which a lot of modems do), all traffic would grind to a halt in the face of a duplicate IP address.If you turned off the DHCP server on one, all of the traffic would go through the other one unless you manually configured some devices to use one and some to use the other. Using amount of manual configuration negatively impacts ease of use.If you want to use two independent Internet connections, you need a “Dual WAN” or “Multi-WAN” router which managed that complexity for you. Alternatively, you can use a professional enterprise grade router.

What will happen if a phone battery is overcharged?

Well, most of the expert geeks say that all other smartphones these days have a circuit mechanism to cut off the connection of main supply with the battery when it gets fully charged. So, this means once you see the battery level on your smartphone at 100 percent then it is no longer on the main power supply or in other words you smartphone is back on its battery strength.It is fine that the circuits cuts off the battery from the main supply when it reaches 100% but then it gets back to the power supply when it reaches 99%. So, this cycle of hopping between 99% and 100% creates a problem for your smartphone. Please note that it is not 99% percent for all the smartphones, few smartphones will plug your battery into the power supply once it reaches 90% and this figure varies as per different devices but the difference in these figures are not huge.This process of frequent and continuous charging and discharging causes your smartphone to heat-up and thus hampering the strength of the battery of your smartphone.Another point which can be noted that when your battery is between the level of 90% and 100%, then it produces a corrosive effect which further hampers the battery health. So, it is recommended that your smartphone should stay between these battery levels for as minimum time as it can be as the effect stated above is enhanced by the temperature elevation.Just to let you know that usually there is steep fall from the battery level of 100% to 90% (once you take your smartphone out of the long charging period) but this is not visible on your smartphone because the manufacturers use a salty gauge which replaces this actual steep battery level fall by a slower or lesser steep fall.

Why can't I access 192.168.1.1? How can I solve this?

Switch off your router and wait for at least a minute before restarting it. Now try to connect to the gateway. If you have difficulty knowing your gateway try one of these:1. 192.168.0.1 2. 192.168.1.13. 192.168.2.1 If you are sure that yours is 192.168.1.1 then try the address a few times. Make sure your device is connected to your router. Go to 192.168.1.1 and RELOAD the page until you can access the login page.Easy way to find your router login page or default gateway is typing a command “ipconfig” for Windows OS or Open https://routerslogin.com to detect your router login IP address (automatically detect your router IP address).Sometimes it happened with my faulty router, I had to reload the page for 10 or more times before access was granted.

Can I connect my ps3 to the internet with my phone?

If you are using a smartphone with Wi-Fi feature, then go to the settings and search for WiFi Hotspot or any similar name and turn it on. If needed you can even keep WPA/PSK security, it doesn’t matter. Then go to your PS3 connection options and scan for WiFi. It should pop up the name of your hotspot. Connect and give password. Done.BTW why do you want your PS3 to connect to your phone?! The bills will rip the roof! The PS3 has capacity to take 1 GB in just 30 mins through just gaming! Think twice before pulling this stunt.

I forgot my Wi-Fi password. How can I view my previous password?

You can easily find your WiFi password on Windows OS as well as on Android/iPhone Devices. On windows os just navigate to “open network & sharing Center”, click on WiFi Network and in Wireless Settings, you can see the password.Its require Admin access. For Guest User, Using Command Prompt you can also see using command “ netsh wlan show profile name=”Profile_name” key=”Clear”.You may also refer here: How To Find WiFi Password On Windows 10/8/7 **[All Saved Network]Like it? Thanks :-)

TRENDING NEWS