Posts

Batch scripts

 #1 @echo off ipconfig >>ip.txt systeminfo >>x.txt   #2  Change time: @echo off time 00:00 #3 Block Google. @echo off cd "C:\Windows\System32\Drivers\etc" echo 127.0.0.1 google.com >> "Hosts" echo 127.0.0.1 www.google.com >> "Hosts"

Feedback 😄

  feedback   For the first time in life  I understood that there is more fun in developing than playing games  as I am a tech enthusiast I love to learn new technologies...  but rather than developing technical skills, this provided a chance to interact with my classmates in this period of the course. A long back I heard something like "Kuch teachers sikhne ko asan banate hain apne students ke liye chaye sikhana kitna bhi mushkil ho"  the same goes with sajitha mam who thought in such a way that advanced concepts seems to be very easy... mam was excellent not only in teaching, the way she handles the class and I like the way she interacts with our students. we enjoyed it a lot and didn't even know how the time passed finally i learnt to design a game and I glade to have such a great teacher for this course. script Corrections  from satika 2nd para lo mam who taught anukunta kada 2nd para last lo the way she handles the class and the way she interacts with us is quite impr

Adobe Ph😄toshop CS6 PDF

  Follow the link to get pdf  ⬇️ 💔💔💔

Pravite post

😍😍😍  
  Tools to Improve Your Next Presentation! source Free Templets  Canva    Slides Carnival    Colour Themes  Colorhunt High-Quality Images Pexels Pixabay unsplash Png images Clean png Icons Flat icon
How To Recover WordPress After URL Address Change in Settings Click here How to recover WordPress admin panel from wrong URL settings click here [FIXED] Can't Login to WordPress Admin After Changing URL|This site can't provide secure connection click here https://youtu.be/UsDg4qAgUPE

How to edit pdf online for free

Image
 HOW TO EDIT PDF ONLINE FOR FREE Sejda pdf editor
Image
 Aws re:Skill Program 2021 re:Skills in partnership with AWS community is a platform developed  by CodeOps "Technologiies LLP" to help developers learn and upskills/reskills themsselves an the platform. Amazon wev services invite you to:          Improve skills : Make best use of this platform to reskill            yorself on AWS platform by going through the leatning          content and taking up challenges.     Earn Rewards : Get points by cracking challenges, uploding          yout certificatoins, and more      Build Netwok : Connect wiith experts, community members &                   leaders and fellow passiionate enthusiasts to expand your          network and accelerate to the next level in yout career. You           can also contribute by submtting your recent blogs, and help          expand the platform by referriing your frends and colleagues. Major Highlights Be recognized as an expert at the national level Free  AWS goodies . Cash Prizes Worth Rs. 5000 Amazo

Get Udemy course for free

  Get Udemy course for free 1. HTML & CSS - Certification Course for Beginners Click Here Coupon code : 82036B5C06C5C98711E5 2. Linux for Network Engineers practical linux Click here Coupon code : LINUXJUNE21 3. Master The C Programming Language Click Here Coupon code : BF1CD60D9F24CB89F891 4. STOCK MARKET MADE EASY Click Here Coupon code : EASY 5. Python complete course for python beginners Click Here Coupon code : FREEBIESGLOBAL

Activate Windows 7 / 8 / 8.1 / 10 for FREE!

Image
Activate Windows Using CMD 1. Copy the code from:  get.msguides.com/windows-10-8.1-8-7.txt 2. Open  Notepad paste the text copied from the above link 3. Save the file [ winactivate .cmd] .cmd is must 4. Right click and run as adminstrator   By:Eswar    Do subscribe: https://www.youtube.com/channel/UCCKSmP4kbGLs3xEr7jSCFzQ 😃🙁😎 With lots of love.. 💔💔💔💔💔💔

Class 10 S Chand pdf Free download

Class 10 SChand pdf Free download Tab to download ChemistrySChand Physics SChand Biology SChand -By Eswar Do subscribe: https://www.youtube.com/channel/UCCKSmP4kbGLs3xEr7jSCFzQ
Image
How to Create  Disk Partition    By: Eswar How to Create  Disk Partition   : Step 1:  Right-click on my computer or This pc and select manage it opens a pop-up window as shown below Step 2: Select the Disk management from the following step 3: Select the drive to make a disk partition [If you are having a brand new computer it shows the only one drive]. In my case I selected "My Drive(E:)" to create a new partition. step 4: Right-click and select shrink volume and it takes a few seconds to shrink  step 4: It opens a dialogue box in that you have to enter the volume that you want to shrink in Mb. make a note 1 Gb = 1024 #you can consider 1000Mb as 1 Gb For example, if you want to create a disk with 25 Gb then enter then calculate the value in Mb  25 x 1024 = 25600. The simplest way to calculate is to search on google Enter the value in Mb and click shrink step 5: Now you will be able to see the new disk with black colour at the top of the Disk. Now right click on the disk and

Reset Windows Password [Without any DATA LOSS]

Image
  Reset Windows Password [Without any DATA LOSS]   A Bootable Pendrive with the same os is required By: Eswar         In some cases, we forget our system password or it may be changed by some useless commands in CMD/Comand prompt. Let us know how to reset it.         There are some software to reset windows passwords but I will tell you how to reset the password without any software for free by using a bootable Pendrive. Here we go,. Step 1 :  Connect Pendrive to the computer and turn it on. Step 2:   As the computer turns on press F12/F2 continuously to get into Boot manager. Step 3:   Then select USB HDD option. Step 4:  As you select the USB HDD option it starts loading a window wait for few seconds. In older versions like windows xp, 7, vista shows  as the image given below In older versions like windows 8 and earlier  shows  as the image given below Click Next to continue the process. step 5:  Click repair now option which is at the left corner of of the window Step 6: Select the

Python [my code 😄😄😄]

  PYTHON k.Eswar krsihna  This is my persnol blog  Sourse: Coad With Harry  link:  https://www.codewithharry.com Click to visit Why do i choose python?? python is easy to use while compared to java,c,c++.  P ython is  a preferred high-level,  server-side programming language for websites and mobile apps. Python is mainly used in Machine learning Web Development Data science Android app development My first Pyhon Program print ( "Hello World" )  Basics of Python-- a =  32           # int b =  "Eswar"      # string(it means text) c =  45.32        # flot d =  3.5         # flot print ( float (a + c))  # Shows decimal value also print ( int (a + d))    # it skips the decimal Rules for creating variables  1.variable should start with a letter  or underscore  2.variable cannot start with a number  3.it can only contain alpha numeric  charactors  4.Variable names are case sensitive.  Eswar and eswar are two different  variables Variables-- #    variables a

Python projects

My   Python projects  Project 1: Write a coad to add two numbers # 1. addition of two numbers-- print ( "Addition of two numbers" ) print ( "Enter first number" ) a =  int ( input ()) print ( "Enter second number" ) b =  int ( input ()) print ( "the sum the numbers is--" ) print (a+b) #    addition of two numbers-- Result for the above code E:\languages\python codeing>python main1.py Addition of two numbers Enter first number 5 Enter second number 56 the sum the numbers is-- 61 Project 2: Create a diictonary and take input from user and return the meaning print ( "Dictionary" ) print ( "Enter the word to find in the Dictionary" ) d1 = { "WAN" : "Wide area network"  ,  "LAN" : "Local area network"  ,  "SAN" : "Storage area network"  ,  "CAN" : "Campus area network"  ,  "MAN" : "Metropolotic area network"   "VPN" : &q