Skip to main content

Online safety. What you should know?

  How would you explain online safety? 


You get pop-up s. Getting messages or mails from someone you don't even know exists.

Perhaps your social media  account has been hacked. Seems you still have control, yet your friends complain of chats or mails which you always denies.  It's not me you say.  Then who is it? 

 What do you know about online  photo sharing?  Do you use public WiFi?. Or maybe you check your mails on school or public computers, is it safe? 

Does it matter?. Yes, it does! 

 Think of the scenarios above. Is it something you can relate to?. Maybe,  those pop- up messages can be really annoying, but not just that alone. It can be targeted on you! 
Some are designed to lure you into clicking on them,  just a click,you will be redirected to another page or site entirely, that is to say,   you wiil be off your current page to another  or a new site. The site maybe designed to collect information from your device,  or lock you out of the device, depending on what the maker plans to do. 
     Any help?, Yes. do you wish to learn more?. Then organization will be of great relief and help to you. Re: learn by CC hubhttps://relearn.ng
They offer more of digital life,  not limited to smart infrastructure, Governance etc. Just check it out and -relearn things! . 

Comments

Popular posts from this blog

Python game with pygame

                      python games using pygame.  Python has become more and more used by web and software programmers. Work without play makes Jack a ----Blah! Blah! Blah!! Really you're not Jack, so? New on python and you just want to get your hands on some cool python games for free! well, here are few you can try yourself!, modify them if you want!      Already, i believe you have installed  python and the necessary modules for kick start if not check you should start from there.For now  pygame if you need help check here. Use pip on your command prompt(pip install pygame) Hoping you're all set. Then let's get it! For wormy game here is the code import random, pygame, sys from pygame.locals import * FPS = 15 WINDOWWIDTH = 640 WINDOWHEIGHT = 480 CELLSIZE = 20 assert WINDOWWIDTH % CELLSIZE == 0, "Window width must be a multiple of cell size." assert WINDOWHEIG...

App development : Android or IOS?

Apple  Android  Want to make an app? What should you know before starting?  Or Here is your guild  to making a successful and useful mobile applications.  There remains no doubt that smartphones will rule the online world for the foreseeable future. So, before you start choosing between  Android App Development  And  iOS App Development, you must know why smartphones are important. There are many reasons for that. The smartphones fit in everybody’s pocket, by price and size. They help users in so many ways; they get addicted to it. The only hurdle was the high-speed and affordable internet connectivity. But, now the high-speed internet is within reach of masses. So, the entire world is joining this unprecedented digital revolution. Smartphone Usage Stats By the end of 2019, the number of mobile phone users will be in the north of 5 billion out of which 2.71 billion will be smartphone users. The smartphone users w...