Google+

Sunday 15 January 2023

What is Next-Gen AV?

 Next-generation antivirus (NGAV) refers to a new generation of endpoint protection software that uses advanced techniques such as machine learning, behavioral analysis, and cloud-based threat intelligence to detect and prevent malware, ransomware, and other types of cyber threats.


NGAV systems typically use a combination of signature-based and signature-less detection methods to identify and block malware. Signature-based detection uses known patterns or "signatures" to identify known malware, while signature-less detection uses techniques such as machine learning and behavioural analysis to identify unknown or "zero-day" malware.

Blogger Tricks

Sunday 17 May 2015

Difference between Autosys and Crontab


Autosys is a job scheduling tool that is used to manage and automate the execution of jobs, primarily in the context of an enterprise IT environment. It provides a centralized management console for scheduling, monitoring, and reporting on jobs and job streams. Autosys is more powerful and feature-rich than crontab and is more suited for enterprise-level scheduling needs.

Sunday 26 April 2015

MySQL basic commands

Learn some basic commands for world's most popular MySQL database.

mysql -u [username] -p: This command is used to log in to a MySQL server using a specific username and password.

SHOW DATABASES;: This command displays a list of all the databases on the MySQL server.

Friday 4 April 2014

The Best Scripting/Programming Language to learn

The best scripting or programming language to learn depends on your goals and what you want to do with it. Here are a few popular choices and their uses:

Python: Python is a general-purpose, versatile and popular programming language. It's a great language for beginners as it has a simple and easy-to-read syntax. It is also widely used in scientific computing, data analysis, artificial intelligence, and back-end web development.

Monday 3 March 2014

Autosys Troubleshooting

There are a number of things that can go wrong with Autosys, a job scheduling tool, and the specific troubleshooting steps will depend on the issue at hand. Some common issues and troubleshooting steps include:

Job status not updating: Check the event server log for error messages and ensure that the event server is running.

Job not running: Check the job definition and make sure that the job is enabled and that the schedule and conditions are met.