Skip to main content

Posts

Showing posts from 2018

How To Speed-Up Internet Using CMD

How to speed up internet using cmd : Check internet speed using cmd pings to default gateway You can check your internet connection speed by sending ping packets to your default gateway. To know your default gateway, you can use  ipconfig /all  command. Once you get the IP address of your default gateway, start running a continuous ping by typing  ping -t <your default gateway address>.  The time field value will show you the time taken to get an acknowledgment from the gateway. Lower time value is an indication that your network is faster. However, running a lot of pings consume network bandwidth as well as your default gateway resources. Though the data packets for ping are very negligible in size and you might not observe any change in internet speed but it does consume bandwidth. IP release and renew Well, If you are using a WiFi connection, in the case of IP release and renew, you may experience a temporary speed boost, depending on the strength of the WiFi si

Nigerian Prison Service Vacancies

NIGERIAN PRISONS SERVICE VACANCIES The Civil Defence, Fire, Immigration and Prisons Sservice Board (CDFIPB) is inviting applications from suitably qualified candidates for full time appointments to fill existing vacancies in the following positions in the Nigeria Prisons Service: Applications are hereby invited from suitably qualified candidates for full time appointments to fill existing vacancies in the following positions in the Nigeria Prisons Service: POSITIONS CATEGORY A: Superintendent Cadre: Superintendent of Prisons (SP) Medical, CONMESS 02. Applicants must be holders of M.B.B.S; M.D; M.D.S; or equivalents from recognized universities. Superintendent of Prisons (SP) Vetinary CONMESS 02. Applicants must be holders of D.V.M from recognized universities. Deputy Superintendent of Prisons (DSP) Pharmacy, CONHESS 09. Applicants must possess Bachelor’s of Pharmacy degrees from recognized universities. Assistant Superintendent of Prisons. I (ASP.I) CONPASS 09

How to connect xender to your laptop

How to connect xender to your laptop (PC). I love this method of sharing files from PC to android as it is quite techy. Transferring files from Android to Pc or vice versa (Pc to Android) has been made possible through the use of Xender. This unique process takes just a few steps to complete setup. why should you use this? maybe your USB cable is damaged. or your PC doesn’t recognize your phone. or you wanna share large files without the fear transfer being disrupted by mistakenly detached USB cable . or just for the fun of it. I’ll briefly show you the steps to connect xender to PC. Steps to connecting xender mobile to PC Step 1: Open your xender and click/tap on the cursor like symbol at the bottom right of your phone screen as described in the image below. If yours is not like the image below?  You can upgrade your xender to v3.1. Step 2: When step 1 is complete, an interface will pop up like the one below, click/tap on  PC/mac. Step 3: Another

VIrus Scan Using CMD

Scan System Files The system files can also be scanned and repaired from the Command Prompt. Type “ sfc/scannow ” and press enter, the scan will start and may take quite some time depending on your PC speed (up to an hour may be). It will either automatically repair the files or let you know if there is a problem and provide its details.

Playing Audio/Video Using CMD

How to play an audio or video file using Command Prompt Command prompt are normally used for the Easy access and Important changes to be made in the Computer.well you can use it for playing the Audio, and Video too. This is how we can play   Audio  with the Command Prompt 1) Press Windows+R and get the RUN box 2) Type "cmd" in it, the command prompt box will opens 3) Type the Path Name of the File, e;g D:/Song . 4) In more Detail D:/Users/songs/song.mp3 5) Extension should be given to the song , Otherwise it wont play. 4) Now the Song will be played, you can listen the Song and Enjoy This is how we can play  Video   with the Command Prompt 1) Press Windows+R and get the RUN box 2) Type "cmd" in it, the command prompt box will opens 3) Type the Path Name of the File, e;g D:/Video . 4) In more Detail D:/Users/Videos/Video.mp4 5) Extension should be given to the Video , Otherwise it wont play. 4) Now the Video will be played, you can Watch the Video and Enjoy.
Create Wifi Hotspot to Connect Two Computers using Command Prompt Here you will learn how to make connection between two or more computers using command prompt, wifi, connectify me to play game (like Need for Speed Most Wanted) on LAN or to share internet over wifi with your friends. In today's computer world, connection between two or more computers becomes a big deal to play games on LAN with friends, or to share internet connections with your friends, and have many more uses of it. Create Wifi Hotspot using cmd Let's first learn how to create wifi hostspot using cmd to connect two computers without any software just by using cmd. To create wifi hostspot using command prompt, you only have to use some short code provided below with figures. First open your  command prompt  (Open as administrator), after performing this, you will see, the command prompt window will come out, which will looks like: Now type the following command at the command prompt: netsh wl

Hello World

Command Prompt  is widely used by almost every user to run various commands. Some commands are used commonly and repeated again and again for any purpose. If you forget about which command you just run because you need hat command again to run. Do not get worried because you can go to the history of the Command Prompt window and easily view command prompt history.