Posts

Showing posts from October, 2019

5G What’s To Come Is At This Very Moment

Home 5G what’s to come is at this very moment  Asiantechnews September 2, 2019 Stevejnr 5G what’s to come is at this very moment  Everything began with GPRS, at that point advanced to 2G, at that point step by step, 3G sprung up and we thought we had everything. At that point came the 4G, which truly wowed everybody since it was extremely overly quick. Practically all gadgets made for this present year highlighted the 4G organize. However, presently, 5G is going to make a huge difference! All things considered, in any event change our meaning of the word quick! Be that as it may, would cell phones have the option to keep running on the 5G arrange? No for the present! Be that as it may, that isn’t an issue for the time being. 5G versatile systems are as of now being assembled. Verizon even just propelled a 5G administration for home web. What Should be Set up? For the 5G to be completely practical and operational, suppliers need to construct another arrangement of cell towers that are...

What’s the Difference And Which one is good !! SSD vs. HDD!!

Image
W e all know very well that one of the unknowns that are presented to the user when he/she wants to assemble from scratch, or even at the time of choosing a computer already mounted, is the storage system you need: HDD or SSD? Hence, today in this article we will show you the difference between HDD and SSD and how to choose. SSD vs. HDD: What’s the Difference And How To Choose One of the unknowns that are presented to the user when he/she wants to assemble from scratch, or even at the time of choosing a computer already mounted, is the storage system you need:  HDD or SSD ? Until not long ago, there were not many alternatives for memory units for a computer, and for this reason, it is so necessary to analyze the possibilities that are currently presented to us. Now we are faced with many combinations and storage options: from a laptop with a solid state drive ( SSD ) to a desktop computer with a standard hard drive (HDD), including a combination of both: ...

How to Remove Shortcut Virus from USB Drives & PC

Image
U SB Drives, especially those which we used on public computers such as in schools, Internet cafes, hotels etc, are very susceptible to contamination by viruses present on other users of the machine devices. One of the most common is the “shortcut virus” that creates many unwanted icons on your USB device while hidden files that really matter; hindering or even preventing, the access to them. The first thing to notice if you had installed the shortcut virus in your system is that it will be not get removed by your normal antivirus scanning it’s somehow stubborn. Shortcut virus usually creates the shortcut files, for example, Notepad.shortcut etc. So if you see such shortcut files in you Computer or Pendrive then this are the sure signs that you computer or pen drive contains the stubborn Shortcut virus. This is a kind of virus which will not get detected by a normal antivirus. How to Remove Shortcut Virus from USB Drives & PC Today I am going to...

TOP 5 Hottest secret Windows 10 tricks you need to know about

Image
Windows 10 is brimming with features and tricks, but some are more hidden than others… For example, did you know there’s a ‘God Mode’? And that you can play games with the digital assistant Cortana? To find out what these hidden features are and what they can do for you, read on. @JIBREENN The secret Start Menu While the standard Start Menu works pretty well with the list of apps and tiles, something extra lurks beneath that may come in useful from time to time. If you want quick access to some of the more serious features such as settings, system or disk management, there’s a nifty way you can get to them via the Start button. Simply  right click  instead of the usual left click, and you’ll see a list of options available. If you want to be really savvy, you can just click the Windows button + X key, and the secret Start menu will appear that way too. Shake to clear your screen Ever found yourself with a computer full of open win...

SQL COMMANDS FOR YOU GUY'S

In my university, I am doing the project on SQL, so I thought to share SQL commands list for you guys, it will help you in your project…here we go !! SQL, ‘Structured Query Language’, is a programming language designed to manage data stored in relational databases. SQL operates through simple, declarative statements. This keeps data accurate and secure and helps maintain the integrity of databases, regardless of size. ALTER TABLE ALTER TABLE table_name ADD column datatype; ALTER TABLE lets you add columns to a table in a database. AND SELECT column_name(s) FROM table_name WHERE column_1 = value_1 AND column_2 = value_2; AND is an operator that combines two conditions. Both conditions must be true for the row to be included in the result set. AS SELECT column_name AS 'Alias' FROM table_name; AS is a keyword in SQL that allows you to rename a column or table using an alias . AVG SELECT AVG (column_name) FROM table_na...

How to Find Server’s IP Address of Any Website

Image
  Today we are going to share an interesting trick to  find out server IP address of Any website  with the help of Reverse Ip Lookup. You don’t need to install any software to practice this trick. R everse Ip Lookup is a procedure or formula to find the  server’s Ip Address  of any website. Actually, in this, we examine for the Ip Address of the hosting server of any server. With this, we can observe the Ip Address of each site like Facebook, Twitter, and countless more popular sites. You can have its IP address and various more essence through this lookup IP method. There are numerous methods to Trace back the IP address of any site. And in this post, I will share some of the methods, to  Find IP Address of a site . There are many methods for  Reverse Ip Lookup.  Best 4 methods out of them are listed below. In this method essentially ping commands work for us to  locate the IP address  of any site. A...

How to create an Android app with Android Studio

Image
The following pages teach you how to build a simple Android app. You’ll learn how to create a “Hello World” project with Android Studio and run it.  First, be sure you have installed the latest version of Android Studio.  Download Android Studio here . In the  Welcome to Android Studio  window, click  Start a new Android Studio project . Or if you have a project opened, select  File > New Project . In the  Create New Project  window, enter the following values: Application Name : “My First App” Company Domain : “example.com” You might want to change the project location. Also, if you want to write a Kotlin app, check the  Include Kotlin support  checkbox. Leave the other options as they are. Click  Next . In the  Target Android Devices  screen, keep the default values and click  Next . In the  Add, an Activity to Mobile  screen, select  Empty Activity  and click  Next ...