Home Top Ad

Responsive Ads Here

Boxed(True/False)

Theme images by Storman. Powered by Blogger.

Featured Post

How to Disable Windows Update Permentaly ?

In the IT-industries there Windows is the very popular operating systems (OS) , and still windows has the maximum share holder in the ...

Search This Blog

Pages

Featured Posts

Sunday, September 30, 2018

How to Disable Windows Update Permentaly ?

- No comments



In the IT-industries there Windows is the very popular operating systems (OS) , and still windows has the maximum share holder in the market and earned  too much money , According to the Microsoft Company the Original Windows CD price is approx 5-6 k and its depends on the windows version .
but still some people buy the original product and use it , and in these all releated things there are actually some people does not buy the original product , they buy's the piracy copy of window cd and whenever they are updated to their windows  they faces the windows corruption problems because Microsoft company triggers the system setting and Scanned the system  and immediately corrupt the windows . so by this type of are generated , but now dont Worries I have the solution i will tell you the easiest way to stop the windows update by permanently, Lets See !!!

Step 1:-  

Go to my computer then click Manage ...


















Step 2:-

After that go to the Service and application.


































Double click on service button and now find the windows update.













Step 3:-

After that in the Start up section choose disable and stop the service. then apply them.






























Thats ,Done now Enjoy !!! 

Wednesday, September 26, 2018

AWS (Amazon Web Services )

- No comments




What is AWS ?


AWS (Amazon Web services ) is the top Leading Cloud platform in the World , it holds the 40% Market share and it is currently on booming in the IT industry. and still on top by compared to the others  cloud vendors , Because AWS has more services than the other cloud providers . IT includes the Computing sevices , Machine learning services, Databases services, IOT dervices, Streaming , Mobile App , Business , Offices, and much many more services are there , here we look some basics AWS services  whic the  Company  use ..!!

1. Computing Services

a. EC2
b. Elastic Beanstalk
c. Light Sail
d. Lambda
e. EKS

2. Database Services

a. RDS
b. Dynomo DB
c. Redshift

3. Storage Service

a. S3
b. Glacier
c. Snowball

4. CDN Service


a. VPC
b. Route 53
c. Cloud Front

5. Security and Identity


a. IAM
b. Guard Duty
c. Inspector





What is Vagrant ?

- No comments

So, what is the Vagrant ?

Vagrant is the Virtualization and Automation tool or software , that is to be very unique as compared to the other virtualization service  and automation tool and it is very easy to learn this technology and there is the very big impact there to the other sources of Medium because it similar as a Docker and Ansible , Docker is the Virtulization tool and Ansible is the Automation Tool. and Vagrant is made up of Ruby Language that why it is still more powerful than other devops tool etc.

Why we use it?

1. It is very simple , easy to use.

2. sysntax is simple as compared to Docker and other automation Tool.

3. you can automate the task with simplly write the Bash shell command , that is Awsome .

4. It is a portable , it means that you can carry your vagrant box into your pendrive and cloud that make easier to use anywhere and anytime without worring the software dependencies and  packages

How to install the Vagrant ?

steps 1.  Go to the vagrant Website ,download the software and choose your OS then install vagrant. 






Step 2.  After that Download Virtual box from here ....and choose your OS.



Step 3. After downloading the virtual box install them. and follow the following commands !!!

Go to terminal and fire this commands ..

$ vagrant init 
this commands will initialize the Vagrant file into your location













Then open the vagrant file and and write this  sysntax...

Vagrant.configure("2") do |config|
  config.vm.box = "ubuntu/trusty64"
  config.vm.network :forwarded_port, guest: 80, host: 8080, auto_correct:true   # Nginx HTTP
  config.vm.network :forwarded_port, guest: 443, host: 8443, auto_correct:true   # Nginx HTTPS




end
IN this syntax the "ubutu/trusty6" is the vagrant box name and 'Vagrant.configure ("2") is the version name ..... 

and if you want to automate the task in the vagrant box ,then you need to write some Bash shell script and attach to the vagrant file... like this .

Vagrant.configure("2") do |config|
  config.vm.box = "ubuntu/trusty64"
  config.vm.network :forwarded_port, guest: 80, host: 8080, auto_correct:true   # Nginx HTTP
  config.vm.network :forwarded_port, guest: 443, host: 8443, auto_correct:true   # Nginx HTTPS
  config.vm.network :forwarded_port, guest: 5000, host: 5000  # Flask debug server

 config.vm.provision "shell" do |s|
  s.path ="provision.sh"

end
end
In this Syntax "config.vm.provision "shell" do |s|
s.path ="provision.sh"
it describes the shell script path...
and you can write the shell script like this...given below
#!/bin/bash

echo "hello "

#update and upgrade the machine ..

sudo apt-get  update
sudo apt-get upgrade

#and do whatever you want to install in vagrant box .....
Save this Bash script as a  'provision.sh' ....

Step: 4

Then go to terminal and Run the command ....
$ vagrant init 



Then , this command will run your entire Bash script and downlaod the ubuntu os into this vagrant virtual machine ......and you can operate them as a operating system.......after that  run  ' vagrant ssh ' command and this command will let you in the vagrant box....

$ vagrant ssh




And  Thats Done..!!! and if you want to know more vagrant commands Go to the vagrant documentation





































































Monday, September 24, 2018

What is Big Data ?

- No comments


Today , The World is dependent  on Internet and there are many Peoples using Internet just like 80% peoples are internet user and there are huge amounts of Data are generated through the internet like GB, PB, TB , etc and these huge amount of data are called the Big Data.

Big Data are classified into 3 types :-
1) Structured
2) Semi-structured
3) Unstructured

And it has 3V , it means Volume , Velocity , variety  , so let us see them what is  3V

1) Volume :- In this volume section , it describes that how much data are generated in the internet
2) Velocity :- In this Velocity section , it describes that what speed of data are generated in  internet
3)  Variety :- In this Variety section, it describes that what type of data are generated in the internet


So , by Tackling this large datasets We use Big -data framework like Hadoop , Splunk , Spark Cloudera etc , so Lets discuss about the Hadoop Frame work .and why we use it ?


1. Hadoop 



Hadoop is the one of the Best Data analytics tool , and it has a various components  Like  HDFS, Mapreduce , Hive , Pig, Ozzie , Sqoop etc . and those tools are more useful in big data and other stuf
so hadoop is the framework of big data and it is divided into two parts 1) HDFS  2) Mapreduce.

1) HDFS :-  HDFS called  (Hadoop Distributed File System) , it is a storage file system which we can store our big data in the HDFS section and process the task what we want to do.

2) Mapreduce:- It is the data processing system ,which we can extract the relavant data into the HDFS section and  show the output in the console  by writing the Mapper and Reducer code , and this Mapreduce code is written in Java , or Python etc.



what is devops

- No comments


So , The Devops is the one of the most Top trending  Technology in the world and it is still on booming in tech industry which is the finest and  moving to the agile world and it is the best technology over the world , well the devops is the aslo part of cloud computing and when  Devops/cloud computing  Merge together it will be Awsome creativeness . So Lets talk about what is Devops ?

Devops is the simply Combination of DEV AND OPS it means that DEV means Development and OPS means Operation in the system , really its Awsome technology In the process of DEVOPS
there is the so many factors are generated  LIke  1) Building   2) Testing  3) Coding  4 ) Monitoring
5) Operate 6 ) Release   7 ) Deploying  .

Then Now moving into the  Devops Tools , And we wil see them one by one  :-

1. Docker 










2. Ansible 












3. Jenkins 

jenkinsblog














4. Kubernetes

















5. Vagrant 







6. Chef









7. Puppet









I HOPE that you enjoy this article , if any Queries and  you want more from relared this article pls comment below !!.






Saturday, September 22, 2018

What is Digital Marketing ?

- No comments



So , What is Digital Marketing ?

Digital marketing is the top trending Technology to over the World , and it is not only in india but also in the whole world, so digital marketing is the technique to spread or Promote  our business in the Digital way via Internet and it has various of components  Like ,

1. SEO (Search Engine Optimization)

2. SEM (Search Engine Marketing) 

3. SMM (Social media Marketing)

4. Email -Marketing 

5. PPC /CPC

6. Affilate Marketing

7. Mobile Marketing

8. Content Marketing

So , Theses are the Techniques of digital marketing and let us see them one by one.

1.SEO(Search engine optimization)

 









Seo is the technique to rank your website in the top of the google page , and it is done by SEO experts and its various Seo tools etc.

2. SEM (Search engine Marketing)


















SEM(Search engine marketing is the alternate way to rank your website into the top of the google page but , it is a paid campagin by doing this technique we uses the paid tool to rank our page  like , Google Adwords, SEM rush , ahref , and other paid tools etc. 

3. SMM (Social media Marketing)














Social media marketing is the leading platform to promote our brand and business , because Today of generation there are 80% people uses internet and they  spend so much time to social media  Like  Facebook , Twitter ,  Instagram  Pinintrest , YouTube,  Linkedin , Tumblr , Whatsapp etc . So there is so easy way to promote our brand in the Social media Platform.


4. Email -Marketing














Email marketing is one of the technique to promote your business through the Email Campagin
and this is the very efficient way of manner to send their Bulk of Emails to the Subscriber or any other person by using the G-mail , G-suite , MailChimp , and many more etc.


5. PPC /CPC















Both of the working are same one is PPC and another is CPC , they both are performed as a cost per click and pay per click , which means when user click your advertisment then you got an money by google Adsense and there are a bid post to what amout of money you will  get its all aboutt CPC and PPC which is tottaly depend on the cost rate method


6. Affilate Marketing















The Affilate marketing is an very intersting technique to earn money by Amazon , Flipkart , Snapdeal and some other company etc. In this Affilate marketing , If you buy any products by the refrence of  the product link which is generated by any of the person  then who gave you to the reference link of product He/she   will get the money according to the product and its various percentage factors .and the peoples are earning too much in this feild ,












What is SEO (search Engine optimization)

- No comments
Well , The SEO (Search engine optimization ) is currently booming in the digital marketing feild ,
and this is the Main factor of the Digital marketing, because the  SEO is the Starting or begining point of digital marketing feild , so without wasting our time lets discuss what is SEO and why we use it .

SEO:- 

SEO is the technique to rank our website in the front of the google page , and it has a lots of factor like  ON-PAGE Optimization , and  OFF-PAGE  Optimization both are plays an important roles in the  google search engine and it has to become the most important things , so let us discuss all both factor .

ON-PAGE :-

  we apply some technique in the onpage optimization like ,

1. Meta- Title ( it should be 60 char)
2. Meta - Description (it should be 160 char)
3. H1 and H2  Tags
4. Title with Seo and keyword friendly
5. SEO friendly URL
6. Keywords (Important things )
7. Robots.txt  (for restrict the google crawler)
8. submitting the Site-map.xml
9. and other Stuffs .....


OFF-PAGE:-

we apply some technique in the onpage optimization like ,

1. Creating the Backlinks (Most Important Things)
2. Do the Linkbuildings
3. Pdf submission
4. Articles Submission
5. PPT submission'
7. Social bookmarking
8. Post commenting


SEO Tools:-

so , by using this seo tools we can easily do the SEO in our website 


1. Yoast SEO by Wordpress  (this is the Awsome tool )






















2. All in one SEO by Wordpress














3. seositecheckup 















   







  

4.  Woorank











5. Quetext (Best tool for checking Palgarism)

















6. SEO-Quake











7. SEM RUSH










8. ahref






















9. Grammarly










10. WebMaster Tool













How to download website 100% working

- No comments
So, In the internet world there are many peoples trying to save the full of website by using many third party software , but they fails but i will show you that how to download the full complete website to the Httrack Software.


Step 1:- 


GO to the httrack website and just simplluy download it  



Step 2:- 

then After downloading the software simpply install it and open the software and folow these steps that is shown in below .



after that name your project  and category anything that you want ,then click next button



after that copy the any website link that you want to copy , i am copy the w3schools website  link and paste that in this section which is given below.





and then finish button , after finishing button , your downloading process will start ....










After Downloading the website you can now surfing this website without internet it means your website is working Offline...!!!!