Featured

iPhone vs Android Flagships in 2025: A Day-to-Day User Experience Comparison

It’s 2025, and the smartphone rivalry between Apple’s latest iPhone flagship and top-tier Android phones (like Samsung’s Galaxy S24 Ultra and Google’s Pixel 9 Pro) is fiercer than ever. But beyond spec sheets, how do these devices stack up in real-world user experience?  When it comes to raw performance, Apple’s in-house silicon still shines. The latest iPhone’s chip offers blazing fast processing and class-leading single-core speeds, which translates to snappy app launches and smooth multitasking. In fact, Apple’s tight integration of hardware and software yields excellent efficiency – one test showed an iPhone 15 Pro Max (with Apple’s A17 Pro chip) lasting about 1.5 hours longer than a Snapdragon 8 Gen 3-powered Android (Xiaomi 14 Pro) in a battery rundown test, despite the Android having a bigger battery. This superior power efficiency means the iPhone can deliver strong battery life and cool performance under load. Early on, the iPhone 15 Pro did run into an overhea...

Create an SFTP server on Windows 11


In computing, the SSH File Transfer Protocol is a network protocol that provides file access, file transfer, and file management over any reliable data stream.

 Source

OpenSSH is available in apps > optional features > Add an optional feature


In the search box search for openssh and download and install it


Next navigate to Privacy & security > Windows Security > Firewall & network protection > Advanced settings



go to inbound rules and set the rule for open SSH to the same as the above screenshot


outbound rules. It should look like this 


Tap on New rule > port > specified remote ports , and type 22


Next you'll need to allow port 22 from you're router home page. Get the IP address by typing ipconfig in the command prompt

Enter the IPv4 address in the browser, login with your router username and password which can usually be found on the bottom of the modem


Look for secure shell service in the NAT section of advanced settings and use your IPv4 address. Make sure the port is 22


Open the search function and search for services. Locate openssh server and left click it. Go to properties and allow it to start automatically 



Then start the service




Now you can connect remotely to your favourite SFTP client like FileZilla and WinSCP by using your IPv4 address which you can find in Network & internet. You'll also need to enter your Microsoft login credentials and you might need to specify 22 in the 'port' field. To connect via other device the address would be SFTP://"your_IPaddress":22


Comments