Skip to main content

Posts

Showing posts from 2019

TechBytes 06: Connect to any WiFi router using WPS Pin!

WiFi routers around us are mostly secured using a password. But do you know that your router has another protected (apparently) connection method? Yes, That's call WPS (Wi-Fi Protected Setup). WPS is a 8 digit pin that comes printed on your router specification label as well as on the router box. You can also find the WPS pin from the router admin panel. Now how does finding that help? Many times we need to setup our router or stuff like changing devices or passwords multiple times. In that case, forgetting the SSID and putting password again and again becomes a boring job. To save us from all that hassle, we can use WPS pin to stay connected with the router all the way till we finish setting our devices and set a password finally. But windows PC's only allows WPS button method. Now, we will learn about the way we can use WPS pin method to connect from windows platform. We'll need a software for that. It's named JumpStart . Click here to download . Unzip...

TechBytes 05: Track Airplanes Live!

Have you every wanted to know which aircraft just passed over your head? Good thing is, you can track them and know about the speed, altitude, departure, destination, ETA etc. And that too, Live! Let's check it out! The website offering such real time information about aircraft's is Flightradar24 . At the website you can see a map consisting of aircraft's in yellow color. Click on any of the aircraft to see it's details on the left pane. But remember this website can only show details of domestic and international flights. No military aircraft's or flights. Hope you'll have fun exploring the airspace!

TechBytes 04: Hosting a simple HTTP File Server using HFS

Server! Sounds quite complicated and sophisticated, right? But do we know that any system that's capable of hosting some files could be called a file server? No? Let's see it ourselves today. We are going to create a file server through which files can be transferred across all the devices in a certain local area network. (If the appropriate ports are forwarded correctly, it can also work across wide area networks) This will definitely save us time and effort to transfer huge volume of data across systems without using long cables or pendrives every now and then. Let's download a small software named HFS from here  and open it. When opened for the first time, Windows firewall can ask for permission. Check all the boxes and click on Allow access. Now you'll see the interface of HFS like this. So as you can see, there's an address bar. It says 192.168.0.102:8080 Now if you try to put this address in any browser you'll see that your...

TechBytes 03: Dueling Neural Networks

  What does these pictures look like to you? Pictures of a person from 2014-2017, right? No. Actually these pictures are fake. A new technology called Dueling Neuron Network, an advancement in Artificial Intelligence helped creating this. Dueling neural network is a system where two neuron networks contesting with each other like in a digital cat and mouse game. It is used to generate audible and visual data. The neural network has produced many pictures like the above ones. They look like real but they aren’t. GAN (Generative Adversarial Network) created these fake pictures. This particular network system replicates real data to produce fake data. Between two pictures above, left one is generator network which has the task to create training data and to get as realistic as it can. On the other hand, the right one is discriminator network which has the task to identify which one is real and which one is fake.  GAN is created through  pairing these two ...

TechBytes 02: Block certain sites from your computer! (Windows Platform)

Sometimes we want to block few websites so that other users of the computer can't visit those pages. Today I'll show you how to do this from windows operating system based computers. Let's do it then! Step 1: Search for notepad, right click on that and select 'Run as administrator' Opening notepad with admin access Step 2: Press 'Ctrl+O', navigate to 'C:\Windows\System32\drivers\etc' and double click on hosts Opening hosts file Step 3: Then at the end of the text file type in- "127.0.0.1 www.example.com" (w/o quotes) Blocking Access to Facebook Step 4: Press 'Ctrl+S' to save the file. Now use any browser to test your target site. You'll see that the site cannot be accessed anymore! Blocking activated What if you want to revert these things? Just put a # in front of 127.0.0.1 in the hosts file. Example #127.0.0.1 www.facebook.com See you again shortly!

SkillBytes 01: Grab your typing speed certificate, for free!

Knowing the basic usages of computer and doing different stuff swiftly using computers is a demanding skill these days. You can also see different jobs to be having a requirement- "Proficient in English/ Bengali typing". So to prove your efficiency it's recommended that you take up some elementary course on MS Office from govt. authorized testing centers. But what if, you don't have the time to go for lengthy training to get certified? To the rescue, thankfully we have  Ratatype . Here you can learn to type faster as well as give a test on your typing speed. It'll take at max 10 minutes to prepare your very own typing speed certificate. First go to the site, then click on  TYPING TEST  or you can go  here  directly. Then click on  START TYPING NOW , after you finish typing a report will be generated but to receive that you need to sign up with your email account. So enter your email account at this step and view/ download your certificate. Just like I'...

TechBytes 01: Use your smartphone as WiFi receiver!

Have you ever faced situation like, you’ve let’s say a desktop computer with no WiFi adapter so you can’t use internet on your PC? Let’s solve it in a jiffy! First connect your smartphone to your WiFi network, make sure it has got working internet connectivity. Then connect your smartphone with the PC using an appropriate data cable, install drivers if needed. Then go to the Tethering & Hotspot from Settings of your phone. Tap on USB tethering and wait for a while. After a few moments, you’ll see your PC to be having internet connectivity. You can also check the internet quality or connectivity through Command Prompt. Press Windows+R at the same time, then type “cmd” (w/o quotes) and press enter. Now type “ping 8.8.8.8 -t” (w/o quotes) and press enter. If the connection is good you’ll see something like below. Working Connection But if the connection is not established you’ll see some errors like below. Problem Establishing a Connection So try it now! No more hassle of mess...

My Introduction!

I’m Md. Asifuzzaman. I’ve passed HSC from Birshreshta Munshi Abdur Rouf Rifles College. Later I got myself admitted at Bangladesh University of Professionals for doing my Bachelor of Science (BSc.) in Information and Communication Engineering (ICE). In my childhood days most of my leisure time used to get spent reading computer and mobile magazines and learning about latest technology because back then Internet wasn’t available that much. Also there was a speed limitation with a very high cost of bandwidth. Then I learned computer hardware assembly from online tutorial and by disassembling my own computer. I started learning JavaScript when I was in class 8. But I couldn’t gather a strong interest for programming languages. Networking, TCP/IP, Cyber Security, System Administration, Networking Administration, Virtualization, Database Management, Cloud Computing, Amazon Web Services etc. excites me these days. As part of that I started learning and working with these technologies. Wit...