Skip to content

Education for All

For Education, Environment and Technology Support

Menu

  • Computational Biology
    • Computational Biology – Syllabus
  • Computer Fundamentals
  • Disaster Management
    • TDM 881- Disaster Syllabus
  • Disaster Notes
  • Home
  • Java Programming
    • Java Notes
    • Java Syllabus
  • Linux Operating System
    • Linux Operating System- Introduction
  • Python Programming
    • Python Exercises
    • Python for Geologists
      • Syllabus- Python for Geologists
  • Updates

Month: November 2021

Linux Shell Scripts

Linux shell script to check if the Number is a Prime or not? number=53 i=2 flag=0 while test $i -le `expr $number / 2` do if test `expr $number % $i` -eq 0 then flag=1 fi i=`expr $i + 1`

geetarawat1010 November 14, 2021November 14, 2021 Uncategorized No Comments Read more

Linux operating system – Features, Functionalities & Security

What is Linux? Linux is an operating system. It has Graphical User Interface. It is Unix-like, open source and community-developed operating system (OS) for computers, servers, mainframes, mobile devices and embedded devices.   How is the Linux operating system used?

geetarawat1010 November 14, 2021November 14, 2021 Uncategorized No Comments Read more

Computational Biology – Practical Syllabus

geetarawat1010 November 13, 2021November 14, 2021 Uncategorized No Comments Read more

Recent Posts

  • Linux Shell Scripts
  • Linux operating system – Features, Functionalities & Security
  • Computational Biology – Practical Syllabus
  • Computer Fundamentals – Final Exam

Recent Comments

No comments to show.

Archives

  • November 2021
  • October 2021

Categories

  • Uncategorized
Copyright © 2025 Education for All. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.