Skip to main content

Latest post

Exploring Android Emulators: A Closer Look at MemuPlay and BlueStacks

Are you an avid gamer looking to enjoy your favorite Android games on a bigger screen? Android emulators like MemuPlay and BlueStacks are your go-to solutions. However, the question of safety often looms large when installing such software. I decided to take a plunge into the world of Android emulators, aiming to play the enthralling Warcraft Rumble, but was greeted by antivirus alerts. This prompted a deeper exploration - are MemuPlay and BlueStacks safe to use? Let’s delve into what I found out. MemuPlay: A Gamer’s Delight, but is it Safe? MemuPlay markets itself as a safe and free-to-play platform for Android gaming on PC. According to the official MemuPlay blog, it is portrayed as a safe platform that does not harbor malware, compromise Google accounts, or indulge in any shady practices like cryptocurrency mining or selling user data​1​. It earns its revenue from ads, which seems like a fair trade-off for a free gaming experience. However, as I dug deeper, I found some unsettling r...

How to Check What Your Computer is Connecting To



There is an easy method to do that using the "netstat" command from command prompt. This works on Windows 7, Vista, XP Service Pack 2 (SP1 not working).

We will use "netstat" command to generate a list of everything that has made an internet connection in a specified amount of time. You must run the command prompt as administrator. If you don't know how to do this follow the next steps: Click start - type "cmd" - right click on "cmd.exe" and click on Run as administrator - Click YES.

In command prompt(cmd) type the following command netstat -abf 5 > log.txt.

The –a option shows all connections and listening ports, the –b option shows you what application is making the connection, and the –f option displays the full DNS name for each connection option for easier understanding of where the connections are being made to. You can also use the –n option if you wish to only display the IP address. The 5 option will poll every 5 seconds for connections to make it more easy to track what is going on, and the results are then piped into the activity.txt file.

Once you’ve finished recording data, you can simply open the activity.txt file in your favorite editor to see the results, or you can type activity.txt at the command line to open it in Notepad.

The resulting file will list all processes on your computer (browsers, IM clients, email programs, etc.) that have made an internet connection in the last two minutes, or however long you waited before pressing Ctrl + C. It also lists which processes connected to which websites.

If you see process names or website addresses with which you are not familiar, you can search for “what is (name of unknown process)” in Google and see what it is. It may be a system function you don’t know about or a function of one of your running programs. However, if it seems like a bad site, you can use Google again to find out how to get rid of it.

Comments

Popular posts from this blog

Adding Webcam support to MainsailOS

Mainsail is a beautiful, responsive and modern interface for Klipper Firmware and in this guide I will show you how to add webcam support (usb/pi webcam) to allow you to keep an eye on your 3D printer remotely! This guide will assume that you already have a working Raspberry Pi with Klipper and Mainsail installed. If you don’t, please check the 3DPrintBeginner tutorial on how to install Klipper and MainsailOS.   To add webcam support to Mainsail, we'll use mjpg-streamer —a command line application that copies JPEG frames from your camera input and combines them into a video stream that can be picked up by Mainsail's interface.    Installing dependencies Before we install mjpg-streamer we need to be sure that our host system has all the dependencies installed. To do this, we need to open a SSH instance with our Raspberry Pi: ssh pi @mainsailos . local     If you didn’t change the password at install of after the install, the pass should be: ...

Exploring Android Emulators: A Closer Look at MemuPlay and BlueStacks

Are you an avid gamer looking to enjoy your favorite Android games on a bigger screen? Android emulators like MemuPlay and BlueStacks are your go-to solutions. However, the question of safety often looms large when installing such software. I decided to take a plunge into the world of Android emulators, aiming to play the enthralling Warcraft Rumble, but was greeted by antivirus alerts. This prompted a deeper exploration - are MemuPlay and BlueStacks safe to use? Let’s delve into what I found out. MemuPlay: A Gamer’s Delight, but is it Safe? MemuPlay markets itself as a safe and free-to-play platform for Android gaming on PC. According to the official MemuPlay blog, it is portrayed as a safe platform that does not harbor malware, compromise Google accounts, or indulge in any shady practices like cryptocurrency mining or selling user data​1​. It earns its revenue from ads, which seems like a fair trade-off for a free gaming experience. However, as I dug deeper, I found some unsettling r...

Vezi orice video de pe youtube.com cu VLC Media Player

Cine a stiut ca poti sa vizionezi si sa asculti video-urile de pe youtube cu VLC - care se pare ca e cel mai tare media player free actual - fara sa ai nevoie de flash player ? Cum faci asta ? Pentru inceput deschide VLC, apasa CTRL + N si da paste la un link de pe youtube si click Open. Magic happened ! :D Ce beneficii ai cand vizionezi/asculti video-uri de pe youtube cu VLC ? Urmatoarele : 1. Poti sa alegi ca video-ul sa fie always on top, adica sa fie tot timpul deasupra celorlalte ferestre. 2. Poti sa asculti pe repeat o anumita piesa, adica non stop pana o urasti. 3. Poti sa faci o captura la un anumit minut, secunda, milisecunde a video-ului (Tools - Take snapshot) 4. Vezi video-urile fara reclame. Si spre final.. mai este o chestie, poti sa asculti un intreg playlist de pe youtube cu VLC. Si uite cum, downloadezi fisieru ASTA si il salvezi pe desktop sau unde vrei tu. Apoi te duci aici ("ProgramFiles\VideoLAN\VLC\lua\playlist") si dai paste la fisier...