Top 8 best methods to protecting your windows os from virus, maleware and hacking

The methods from which we can protect our window os from virus , malware and haking are :– 1. Update Windows 10 and software  Most important step you can take to keep your device and data safe and secure is to maintain Windows 10 and programs always updated. Software companies, such as Microsoft, are continuously rolling out updates to patch potential vulnerabilities that can be exploited by hackers. 2.Use strong authentication :-  Password-cracking technology is quite advanced, and stronger passwords spawn

Read more

Array’s functions in PHP

Some important array functions in php are mentioned below :- array() :- It Creates an array array_keys() :- It returns an array that contains all the keys in the input array. count() :- The count() function is used to count the elements of an array or the properties of an object. print_r() :-The print_r() function is used to print human-readable information about a variable or array.

Read more

Artifactory Excercise -Hemanth

What are the Top maven goals we have? What are the Ports being used in Artifactory and why? Create a table and describe it. External Network Port 80818082 ( for Web Access ) Internal Network Ports (default) 8081 for Artifactory8040 and 8045 for Access8048 and 9092 for the Replicator8070 for Web8086 for Metadata8082, 8046, 8047, 8049, and 8091 for the Router8061, and 8062 for Events Find out which maven goal help you to upload a artifact? Find out which gradle

Read more

Artifactory Excercise & Assignment – 1

Step 1 – Register a account using this url. Avoid if you already have it. Step 2 – Verify your account and Login using this url Step 3 – Write a single post using this url of following questions. Title of the post should be your choice What are the Top maven goals we have? What are the Ports being used in Artifactory and why? Create a table and describe it. Find out which maven goal help you to upload

Read more

Message queue

What is Message queue? A message queue is a form of serial service-to-service communication used in server-less and micro-services architectures. Messages are stored on the queue until they are processed and deleted. Messaging Queue is a combination of 2 words — Message & Queue : Message is the data to be sent from producer to consume Queue contains sequence of messages, sent between applications, awaiting their turn to be processed Messages placed onto queue are stored until consumers retrieve them. What is message

Read more

TYPES OF ARRAY IN PHP

ARRAY :- Array is a variable, which can hold more than one value OR diffrent types of data types at a time in a single variable. ex- $data= array( “bikash”, 100,500,”rahul”); There are three types of array in PHP Indexed array : array with a numeric keys. Associative arrays : Arrays with named keys Multidimensional arrays : Arrays containing one or more arrays NUMERIC array:- Numeric Array is a type of array with numeric indices to access its values. However, they can store

Read more

List of Top 5 Message queue software in 2021

1. Amazon SQS AWS practically rules the cloud-computing world, so it’s not surprising to see one of its asynchronous pub/sub MQ options listed here. Some of the advantages that you get FROM AWS High availability.. One-time delivery. MQ as a service, which can keep prices low when you use it infrequently. Unlimited queues. AWS IAM security authentication. FIFO 2.RabbitMQ  After a RabbitMQ instance has been created it is possible to send a message across languages, platforms, and OS. This way of handling

Read more

Sivaiah- post- test

Docker quiz K8 quiz Commands cf auth admin “$CF_ADMIN_PASSWORD” cf enable-feature-flag diego_docker cf create-org test-org cf create-space -o test-org test-space cf target -o test-org -s test-space cf push test-node-app -p ./tests/smoke/assets/test-node-app cf push APP-NAMEcf apps cf version cf org-quotas cf orgs cf org cf org-user cf spaces kapp deploy -a cf -f ./cf-for-k8s-rendered.yml -y cf api –skip-ssl-validation https://api.vcap.me.

Read more

PKS Post Assessment – Akhil

List out top 15 commands in Vmware Tanze Application service aka PCF cf authcf logincf create-app-manifestcf apply-manifestcf pushcf helpcf logoutcf passwordcf apicf orgscf spacescf org-quotacf buildpackscf servicescf create-servicecf create-appcf create-packagecf stage-package

Read more
1 71 72 73 74 75 185