Latest Entries »

Infosys Recruitment 2021


Latest updates on infosys recruitment drive 2021.

Eligibility

□ BE/B.Tech/ME/M.Tech in any discipline

□MCA/MSc(Computer/Electronics/ Mathematics/Physics/Statistics/IT/Information Science) Academic criteria: □Candidates graduated/graduating in 2019/2020/2021


What is elitmus ? what after engineering? all answers in this video with my personal experiences where how i got my job in accenture via elitmus.

Next video highlights the 2021 syllabus and then how to prepare video and many other other to make you ready to give elitmus.

DO SUBSCRIBE OUR CHANNEL TO STAY UPDATED WITH LATEST ELITMUS JOB DRIVES AND UPCOMING JOB OPPORTUNITIES.


Bash (Unix Shell)


There are many tools in linux for command executions and one of them is called the “shell programming”.

The most common Linux shell is named “Bash” is the default shell on linux. The name comes from “Bourne Again SHell” ,written by Brian Fox.

As it is the default shell of linux so people prefer using it than any other shells as it makes them to use it worldwide as it now becomes machine independent and operating system independent.

There are two ways to use the shell: interactively and by writing shell scripts( known as shell scripting ).

* In the interactive mode, the user types a single command or a short string of commands and the result is printed out on the screen.

*In shell scripting, the user types anything from a few commands  to an entire program( collection of programs) into a text editor, then executes the resulting text file as a shell script.

How to install Ubuntu linux


while browsiing today i got a very nice video on how to install ubuntu  linux.So sharing it might be useful for you:

houdini’s last trick


Here i am presenting before you an awsome trick well known as hodigni’s last trick….

try it guys:

RULES:

1.given below is the diagram,u have to start from any end and cut all the lines…thats it.

2. for example below is a trial of it but was not successfull…!!!!!

See the solution:


RELATED POSTS:

VARIABLE REGULATED POWER SUPPLY–PROJECT

________________________________________________________________________________________________

A combined project by Abhishek, amit and me.


   Following is the list of parts or the components required to design this project:

 

  1. IR receiver module TSOP1738
  2. Transistor T1 (BC558)
  3. Decade counter IC CD4017 (IC1)
  4. LED1 (red)
  5. LED2 (green)
  6. Transistor T2 (BC548)
  7. Relay RL1, 5V, 100 ohm
  8. Diode 1N4007 (D1)
  9. R1 = 220K
  10. Bulb Holder
  11. Bulb
  12. R2 = 330 ohm
  13. R3 = 1K
  14. R4 = 330 ohm
  15. C1=100 uf,16V
  16. C2=0.1 uf
  17. 5V dc supply
  18. Soldering Iron ,Solder wire
  19. PCB Designing Material
  20. 2 Pin plug
  21. Wires

Connect this circuit to any of your home appliances (lamp,fan, radio, etc) to make the appliance turn on/off from a TV, VCD or DVD remote control. The circuit can be activated from up to 10 metres.The 38kHz infrared (IR) rays generated by the remote control are received by IR receiver module TSOP1738 of the circuit.

PCB LAYOUT :

CIRCUIT DIAGRAM:


AFTER COMPLETION:

WORKING PROJECT:

____________________________________________________________________________

To provide this project a small area here i am giving a small PCB layout of the above design:

pcb layout


Its a new simplified form of PCB layout of above project.

Create a bootable pen drive


Many times we need to have a bootable pen drive if we are a netbook user or sometimes we don’t have a dvd to use, but to create one bootable usb drive is very easy if you follow the below steps:


1. Insert your formatted USB (4GB+ preferable) stick to the system.

2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator or open RUN ,type cmd and hit enter.

3. When the Command Prompt opens, enter the following command:

DISKPART and hit enter.

LIST DISK and hit enter.

Once you enter the LIST DISK command, it will show the disk number of your USB drive.

4. In this step you need to enter all the below commands one by one and hit enter.

SELECT DISK 1 (Replace DISK 1 with your disk number)

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS

(Format process may take few seconds)

ASSIGN

EXIT

Bootable USB

now minimise the command window.

5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I am using “D” as my optical (DVD) drive letter and “H” as my USB drive letter.

6. Go back to command prompt and execute the following commands:

D:CD BOOT and hit enter. Where “D” is your DVD drive letter.

CD BOOT and hit enter to see the below message.

BOOTSECT.EXE/NT60 H:

(Where “H” is your USB drive letter)

USB Bootable

7. Copy Windows DVD contents to USB.

now you have completed making a bootable pen drive , you can preserve it for any no of uses and format it too if u want it back to be used as a data traveller device.

NOTE:In making a pen drive bootable we convert it into NTFS format from FAT 32,this makes USB losses its efficiency,so,i prefer not to make pen drives bootable.

Activate windows 7/8 trail version


Follow some simple steps and you can get rid of trial version of windows 7 and activate it for lifetime:

1.Type “RUN” at start menu,and click on the search result.

2.Type Regedit and press enter.

3.now go to the location described below:

HKEY_LOCAL_MACHINE–>SOFTWARE–>Microsoft–>Windows NT–>CurrentVersion–>SoftwareProtectionPlatform–>Activation

4.Now look at right side and right click on manual and click on modify..and change its value..if it is 1 then change to 0 and if 0 then change to 1.

5.Restart the computer and enjoy.

If you are facing any problem with the registry editing please write us here….!!

How to hack a gmail account


Well hacking a gmail account is a really tough job , but in the world of today nothing is as tough.
Gmail account can be hacked by the two ways,one if we have the full preivelage over the user’s computer or the other is if he/she clicks on the link you have sended to him/her which contains the similar looking fake web page of gmail,which is actually known as phishing.

Well starting with the 1st way in which we have the full previlage over the user’s computer,in this case there are many methods by which we can hack his gmail account,simply installing a keylogger into the computer will directly mail you the daily keystrokes made on user’s computer,these keyloggers are easily available free of cost on internet.They not only sends you the keystroke information but some advance one can even send you the screen shots of the computer too.Well by checking the keystrokes we can easily get the user’s username and password.

The other way is to save a fake web page designed by you on the user’s hard drive on some complex location,then set the path as the home page for his internet explorer.Now when a person opens his internet explorer he will find that fake web page and if he put his username and password for his account, it will be mailed to you.

Now you might be thinking that how actually the online mode works and how the users information will be mailed to you?
Well the thing is that first you have to design a php script which will mail you the username and password when a user click on the SIGN IN button on your fake web page and then navigate you on the original web page of gmail login.

The fake web page can be designed by saving the source code ,modifying the “”action”” with you scripts address which you have to upload on your website or any free e space provider site.You can directly use the fake page or can upload it on internet and can send its link to a user.

Automatic Metering Using 3G Technology


Automatic Metering Using 3GAutomatic Metering Using 3G-a new booming topic to the upcoming technology i.e. 3G.The things which has enhanced its properties over simple metering are:

1.Use of 3g.

2.Wireless connectivity with high security.

3.Automatic,so as to reduce human headache and error cases.

_____________________________________________________________________________

Below is the further description of each and every part with their figures:

automatic metering by 3g

Theses are the gas ,water and electric meters but specially equipped with 3g systems so as they can convert and then Emmit the units covered into the collectible data packets.

___________________________________________________________________________

automatic metering by 3gThese are the 3g boosters which will collect all the emitted data packets from meters and also boost its quality as suggested by its name then the collected data will be transferred to the repeaters.

 

 

 

 

__________________________________________________________________________________

automatic metering by 3gRepeaters are simply the large boosters.All the data packets from various boosters are collected by the repeaters and is sent for data management after its decoding.

 

 

 

 

_________________________________________________________________________________

automatic metering by 3gFinally data is managed through advanced scheme by graphs and charts for decoding the data packets into the units again and then bills are formed to be posted to consumers.

 

 

 

 

________________________________________________________________________________

That”s all about automatic metering by 3g,please give your comments over it and feel free to ask any query in any case.

If you need a presentation over it , please write me,i will surely try to post it here.

Variable Regulated Power Supply:Project


Variable Regulated Power Supply The project “VARIABLE REGULATED POWER SUPPLY” plays a very important role in the laboratory functions and that is mainly to the electronics labs. As in electronics all the instruments, components work on a particular regulated dc supply ,so a project which can provide this supply by converting the alternating current to direct current that too into a great range of regulated power keep its own preference. As it can produce a range of 0-30 v direct current by regulating and converting alternating current is has a vast application too. Such converters are also known as “Switch Mode Power Supply” (SMPS). AC to DC converters generally comprise a rectifier bridge to rectify the AC current of the input line and a regulating device supplying on output of one or more regulated DC voltages.

Just the simple ac current is applied and through potentiometer you get the desired regulated dc power supply.

Variable Regulated power Supply

Following is the list of parts or the components required to design this circuit:

1.      BR1 = Bridge Rectifier, 100V – 3A

2.      C1 = 2200 µF, 63V

3.      IC1 = LM317, adjustable regulator

4.      C2 = 0.1 µF

5.      V = Meter, 30V, Ri = 85 ohm

6.      C3 = 1µF, 40V

7.      TR1 = Transformer, 25V, 2A

8.      Plug = 3-wire plug & cord

9.      R1 = 18K, 5%

10.  S1 = On-Off toggle switch

11.  R2 = 220 ohm, 5%

12.  D1 = 1N4001

13.  R3 = 27K, 5%

14.  Fuse = 110V, 500mA, slow-blow

15.  P1 = 5K, potentiometer

16.  P2 = 10K, 10-turn trim-pot

17.  Fuse Holder, wire, solder, case, knob for P1

18.  Red & Black Banana Jacks

WORKING:-

The 110V-AC coming from the powercord is fed to the transformer TR1 via the on-off switch and the 500mA fuse. The 30v ac output (approximately) from the transformer is presented to the BR1, the bridge-rectifier, and here rectified from AC (Alternating Current) to DC (Direct Current). If you don’t want to spend the money for a Bridge Rectifier, you can easily use four general purpose 1N4004 diodes. The pulsating DC output is filtered via the 2200µF capacitor (to make it more manageable for the regulator) and fed to ‘IN’-put of the adjustable LM317 regulator (IC1). The output of this regulator is your adjustable voltage of 1.2 to 30 volts varied via the ‘Adj’ pin and the 5K pot meter P1. The large value of C1 makes for a good, low ripple output voltage.
Why exactly 1.2V and not 0-volt? Very basic, the job of the regulator is two-fold; first, it compares the output voltage to an internal reference and controls the output voltage so that it remains constant, and second, it provides a method for adjusting the output voltage to the level you want by using a potentiometer. Internally the regulator uses a zener diode to provide a fixed reference voltage of 1.2 volt across the external resistor R2. (This resistor is usually around 240 ohms, but 220 ohms will work fine

without any problems). Because of this the voltage at the output can never decrease below 1.2 volts, but as the potentiometer (P1) increases in resistance the voltage across it, due to current from the regulator plus current from R2, its voltage increases. This increases the output voltage.
D1 is a general purpose 1N4001 diode, used as a feedback blocker. It steers any current that might be coming from the device under power around the regulator to prevent the regulator from being damaged. Such reverse currents usually occur when devices are powered down.
The ‘ON’ Led will be lit via the 18K resistor R1. The current through the led will be between 12 – 20mA @ 2V depending on the type and color Led you are using. C2 is a 0.1µF (100nF) decoupler capacitor to filter out the transient noise which can be induced into the supply by stray magnetic fields. Under normal conditions this capacitor is only required if the regulator is far away from the filter cap, but I added it anyway. C3 improves transient response. This means that while the regulator may perform perfectly at DC and at low frequencies, (regulating the voltage regardless of the load current), at higher frequencies it may be less effective. Adding this 1 µF capacitor should improve the response at those frequencies.
R3 and the trimmer pot (P2) allows you to ‘zero’ your meter to a set voltage. The meter is a 30Volt type with an internal resistance of 85 ohms. I you have or obtained a meter with a different Ri (internal resistance) you will have to adjust R3 to keep the current of meter to 1mA. Just another note in regards this meter, use the reading as a guideline. The reading may or may not be off by about 0.75volts at full scale, meaning if your meter indicates 30 volts it may be in reality almost 31 volts or 29 volts. If you need a more precise voltage, then use your multimeter.



Many times you must have come across a common problem where videos are not loding onto youtube website and you can just see a spinning circle animation again and again.

Well problem can be solved very easily by following simple steps demonstrated in below video. Also don’t forget to give a thumbs up if it solves the issue for you.


CCNA – Get 80% off in discount fees


My entire CCNA journey, complete details and the way to acquire the discount voucher to get 80% off in exam fees of CCNA, everything in below video.

Elitmus syllabus 2021


Please find below the detailed video on latest syllabus of elitmus 2021 with new updates. Also find answers to lot of other questions based on elitmus.

Do subscribe our youtube channel to be updated with all elitmus drives and job opportunities.


Cisco elitmus drive details, along with tips to crack the exam, profile details, job description and selection process in below video.

Don’t forget to subscribe our youtube channel to get regular updates on all elitmus drives

The IT story in few simple words



Many time you may face issues where you are unable to format your memory card or pen drive, in order to solve the issue you can format it using command prompt:

To open the DOS prompt (Start >> Run >> cmd)

Type:
FORMAT X: /S

This will reformat the memory card/ Pen drive. Replace X: with the actual drive letter of your Pen Drive or memory card.

The word of slang : Must read


The slang and world of slang

 

SLANG – Let me just clarrify here that am not talking about any “Slangen” snake here , it’s whole about the latest language in market <i mean to say internet> , and the most catchy amoung the online geeks.

Well just for the sake of some information in the post and to make the post lengthy :P, let me just give you a dictionary meaning of slang <it’s for those who were in a plan to make a white paper on it> so, here we go:

“Slang is a type of language consisting of words and phrases that are regarded as very informal, are more common in speech than writing, and are typically restricted to a particular context or group of people”

DISCLAIMER: Now i will be using SLANG in my below article and gonna pen down some thing very informal , well truly I DBA (don’t bother asking) if you really getting me or not. <oops!! i have used my first slang…Scary effect!!!>

INCYDK (In case you don’t know) slang is most inovative and Creative language ever created. SNH (Sarcasm noted here) . It’s most of the usage is confined to IM groups , SMS, wats app, facebook and so on to ABL (A big list).

How exciting it is that you can even find a slang dictionay on internet… <and a girl’s reaction : OMG!! :O my fb status will rock now :P> , it’s like the one who knows more word of slang, knows much about internet.And sometimes i even imagine when the work “ok” changed to “k” , kill to “K33l” , kind of to “kinda”, and so on…

How showking the day was for me when my girlfriend just said me “K3U” (I ❤ U ) (I Love you) and was waiting for my response and i was like KAY (okay).

Even new smiley’s are also emerging at a speed of emerging companies in bangalore , SNH , some of them are noted below:

· 😡 Angry
· >:) Evil Grin
· >:D Scheming Maniacal
· >:D< Hug
· >:O Angry
· >O< Yelling
· >_> Looking left, shifty look
· >_< Frustrated
· &HEARTS; HTML code for a heart
· <# Misspelling of ❤
· <> Not equal No comment
· <>< Fish
· <.< Shifty look

I was wonderinng if there will be a time when there will be a subject on slang and it will be accepted as a informal language around the world.

k let’s wait for the day and enjoy till then…. keep reading !!!! 🙂 🙂