A user account was locked out Event ID 4740
The indicated user account was locked out after repeated logon failures due to a bad password. See event ID 4767 for account unlocked. This event is logged both for local SAM accounts and domain accounts. Example 4740 A user account was locked out. Subject: Security ID: SYSTEM Account Name: WIN-R9H529RIO4Y$ Account Domain: WORKGROUP Logon ID: 0x3e7 Account That Was … Read more
Penetration Testing(Pen Test) The Ultimate Guide
What is penetration testing? Penetration testing is an art. You can find out a lot of techniques and understand all of the tools, but the reality is that software is complex, especially when you start putting a lot of software systems together. It’s that complexity that means that there is no one-size-fits-all solution when it … Read more
WannaCRY Ransomware , How to keep your system safe
We will discuss about wannacry ransomware cyber attack and how to decrypt data which encrypted by wannacry. The WannaCry ransomware began to spread across the all over the Internet on Friday May 12th, 2017. I took my phone to see the text from my friend, “What should we do to beware the ransomware?” My … Read more
windows script to check Server Uptime
Description Ever wanted a simple HTML report showing you the UP/DOWN status of your servers? And for a little extra flavor how long that server has been up for? Some basic disk information? 1. Download the script to your favorite location and name it Uptime.ps1 2. Open a Powershell prompt and type: Get-Help pathtoscript\Uptime.ps1 –Full … Read more
Offline Squid Proxy log analysis
Squid Access Log analysis with simple python command What is SquidMagic Master? squidmagic is a tool which is designed to analyze a web-based network traffic to detect central command and control (C&C) servers and Malicious site, using Squid proxy server and Spamhaus. Who is Spamhaus? The Spamhaus Project is an international nonprofit organization that tracks … Read more
You can install Linux apps in Google Chromebook Now !
Google confirms Chromebooks will soon be able to run Linux apps Developers will be able to write and publish code directly from their Chromebooks. Google’s Chromebooks will soon be able to run Linux apps and execute Linux commands following the company’s recent announcement that Linux support is coming to Chrome OS. The company’s flagship Chromebook, the Pixelbook will … Read more
Quickly Turn ON/OFF Windows Firewall Using Command Line
Windows Firewall on computers running Windows7, Windows 8 and Windows 10 is enabled by default. You may need turn it off/on for numerous reasons. steps for how you do it using a command prompt: To Turn Off: NetSh Advfirewall set allprofiles state off To Turn On: NetSh Advfirewall set allprofiles state on To check the status of … Read more
Best Offer Microsoft Certification Exams – 2018 !
Microsoft Exam Vouchers-Discount offers 2018 on MCSA,MCSE exams ! Professionals who have Microsoft certifications are some of the best paid employees out there. Get certified and start making more money: Microsoft certifications help grow your career. Automatically save 25% or 50% at checkout when you take two or more Microsoft Certified Professional exams … Read more
Opensource Network Monitoring
What is Nagios ? Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes. First launched in 1999. Nagios is officially sponsored by Nagios Enterprises Nagios monitors your entire IT infrastructure to ensure systems, applications, services, and business processes are functioning properly. In the … Read more
Variabilization of Information Technology published by Wipro – Infographics
Technology has changed every part of our lives. Images ,pictures,graphics are the most viewableon internet then text content. Visual content can express more in little and summary of whole topic.IT Infographics industry that moves at the speed of light (sometimes faster). Infographics on, VARIABILIZATION OF INFORMATION TECHNOLOGY – DLIGHTDAILY INFOGRAPHICS
interview for Laboratory Technician at Parul University Vadodara
Parul University scheduled walk in interview for the post of Laboratory Assistant/Technician for departments described below. Details of Posts: Name of Post: Laboratory Assistant/Technician Required for: 1)Pharmacy 2)Applied Science 3)Civil Engineering Department … Read more
How can I Call Any .exe (or any program) Using Batch File Script
Hi All, You have to open notepad Write command in it start /d “Path of File” FileName.exe Now save the file as .bat extension. If you double click on the file , your batch script will run and your desired program will open. Like, start /d “d:Software” putty.exe putty program will open. See below screenshot. … Read more
Reset Default Login Password For Fully Automated Nagios(FAN Nagios) Web Interface
For Fully Automated Nagios Go to the Centreon web interface of fully automated nagios. Select Configuration >Users> nagiosadmin then you can change the password (Or whatever your admin user name) Launch this command on the FAN server : Note: Fully Automated Nagios Centreon Default Password is “nagiosadmin“ Change centreon password from console. The default login … Read more
Linux Command to Delete a file and Delete a Directory
Linux Command to Delete a file rm {file-name} rm -f -r {file-name} Where, -f: Forcefully remove file -r: Remove the contents of directories recursively Remove or Delete a File Example To remove a file called xyz.txt type the following command: rm xyz.txt To remove all files & subdirectories from a directory rm -rf xyz … Read more
windows system-delete hyberfil.sys file in C: Drive-How To Guide
Hi ,How to Delete hiberfil.sys file from C Drive Today I am going to install mysql in my windows 7 operating system with .msi installer.But Failed again and again. I haven’t found any serious error in this. I am suspecting that It supposed to be issue of space. I have checked my C: drive space … Read more