Skip to main content

Posts

Why password security is the weakest among other security measures?

We have all been using passwords to access out personal accounts for various websites, but it's common that most of the people use the same password for every online account as it seems hard for people to remember 10-15 passwords for various different websites which they use every single day. So here comes the other login methods such as Fingerprint, IRIS scanner and RF cards to validate your accounts and many companies these days are even having 2-factor authentications such as sending messages to phones to authenticate which again is not a very secure practice as many spoofing techniques can be implemented to by get access to the messages and google recently released 2-factor authentication that sends a notification as well as a unique number to select for authentication which could be a much better alternative when majority of the people are using android phones, but out of all these fingerprints, IRIS, and RF cards(MFA) are the most secure ways to protect any security a...

Installing packages with apt-get on gitpod

Until recently I did not know that I could install packages with apt-get on gitpod as it always wanted me to have root permissions, here is how it should be done. If you are using a public git repository make sure you have push permissions to the repository or fork the repository unless you are the real owner of the repository. Now you probably should be already aware that there is an actual ` Browser Extension ` for  chrome  and  Mozilla , if not you should install that to make things easy instead of editing the URL( appending  gitpod.io/# ) all the time to open the repository in gitpod. After you open the repository in gitpod run the below command >> gp init This will generate  .gitpod.yml  and  .gitpod.Dockerfile  files. Now modify the docker file something like below( for install  redis-server  in my case) FROM gitpod/workspace-full USER gitpod RUN sudo apt-get update -q && \ sudo apt-get install -yq ...

Extjs - basics on file-system

Hope you created your first project with command prompt and knew some basics of where the application starts loading files and makes up the complete interface and functionalities. if not I recommend you to start from the initial step and come back here. So when you start your project on a desktop it will check for the main file in the classic folder and shows it to the user.   classic > src > view > main > Main.js Now let's start with this Main.js file and understand better about the project. This main file basically has some extended components  Ext.tab.Panel which extends the main page view to have a tab panel view in it. requires has all the other components that are being used in this page as components. Header of the side tab has all the properties such as layout that defines what should be the layout for the header which is aligned to stretchmax, and the title which is being binded which a data feild named name where the name is from ...

ExtJs starting new project - INTRODUCTION

Once you are done installing sencha cmd( DOWNLOAD LINK ) and unzipping the framework-SDK ( DOWNLOAD LINK ) then you are all set to start working with Ext JS and creating projects. Now let's start creating a new project before creating make a directory you need to manage all files into and then fire up command prompt and give this command sencha - sdk frameworkpath generate app AppName directorypath change the framework path to the path you extracted all the files and directory path to where you want all your project files to be and then run this command it takes up some to start copying some files into your project directory to get started with all the files that you need is auto generated. when you are done you can see a couple of files residing in your project directory. now to run your project you need to run this command from your project directory  sencha app watch You are all set to build up your ideas and start your project now! So in Ext JS you will have ...

ExtJs installation

Firstly you need to download and unzip the ExtJs framework downloaded from sencha website. once you are done then you need to download the sencha cmd -  DOWNLOAD LINK Install sencha cmd and then allow the installation to create a path variable during the installation. now add  "C:\Users\ ::change to your directory name:: \bin\Sencha\Cmd" to PATH variable in user variables. Check whether sencha command is accessible from your command prompt globally You are all set to starting a new project with ExtJs ! :) 

facebook Hacking !

Make Money Online !

There are plenty of websites for earning money online . Here iam going to briefly describe you about "SWAG BUCKS" that actually pay for what you have been doing all these days like playing games online,watching videos,web browsing, online shopping and filling up some surveys. So firstly signup to swagbucks here <<  Swagbucks signup  >> Signup will make a couple of  step and will earn you about 70SB completing that gets you into the account. Next go ahead search for videos,browse the internet and several more things you could do there  to get the swagbucks points here are some couple of Short links to visit Videos watch :  SwagBucks video watch Submit Surveys :  SwagBucks Survey Show from there :  Swagbucks Shop Web search :  SwagBucks search Play games :  Swagbucks Games Install the chrome extention to get 50SB :  SwagButton After you are done getting some SB that meets your reward time ! Go to swagbuck...