Not available right now!!
Availble Soon. Stay tuned.
Not availbale We Will upload the best one soon

Stats

Travelling Diaries

Entertainment

Featured post

KTU JAN 2024 EXAMINATION 2019 SCHEM CSE DETAILED TIME TABLE

 

Technology

Restaurants

Visiters

Search This site

Comment

JOIN OUR CHANNEL

QUICK FIND

-CSE-TEXTBOOK (1) 2019 (24) 2019-CE (1) 2019-CSE (2) 2019-NOTES (1) 2019-S3-NOTES (2) 2019-S3-SYLLABUS (20) 2019-S4 (1) 2019-S4-SYLLABUS (21) 2019-SOLVED-QUETIONS (21) 2019-SYLLABUS (26) 3RD-YEAR (1) ACADEMIC (3) Activty Points (1) AEI (24) ANNOUNCEMENTS (1) ANSWERKEY (1) AUDIO-NOTES (1) CAT (1) CE (71) CE-NOTES (42) CE-SOLVED (4) CE-VIDEOS (1) CIRCULAR (4) CIVIL-NOTES (4) COMMON (1) COMPREHENSIVE (6) CS-LAB (1) CSE (87) CSE-NOTES (25) CSE-SHORT_NOTES (24) CSE-SOLVED (14) CSE-TP-SOLVED (1) CSE-VIDEOS (3) EC (70) ECE (5) ECE-NOTES (3) ECE-SOLVED (2) EE-SOLVED (1) EEE (73) EEE-NOTES (45) EXAM (17) EXAMS (3) FIRSTYEAR (29) FIRSTYEAR-2019 (15) FIRSTYEAR-NOTES-2019 (11) GATE (2) GATE2020 (1) GLOBAL ELECTIVE (13) INFO (2) IT (3) JOBS (3) KEAM (1) KNOWLEDGE (1) KTU 2019 (8) KTU NEWS (94) KTU NOTES (26) KTU RULES (3) KTU-2019 (14) KTU-tuition (1) KTUNEWS (4) LAB (4) ME (82) ME-NOTES (52) ME-SOLVED (1) ME-TEXTBOOK (1) ME-VIDEOS (1) NEWS (1) NOTES (252) NOTES-2019 (1) notification (2) NOTIFICATIONS (30) OUTOFSYLLABUS (1) PLACEMENTS (2) Programming (1) PSC (1) QUESTION PAPERS (49) RESULTS (22) REVALUATION (1) S (1) S1 (1) S1-S2 NOTES (17) S1-S2 TB (15) S1-S2-QP (8) S1-S2-QP-SOLVED (1) S2 (1) S3 (3) S3 MATHS (1) S3-2019 (2) S3-CIVIL (4) S3-CIVIL-QP (2) S3-CSE (4) S3-CSE-QP (2) S3-EC-QP (2) S3-ECE (3) S3-EEE (4) S3-EEE-QP (2) S3-ME-NOTES (5) S3-ME-QP (2) S3-NOTES (14) S3-NOTES-2019 (1) S3-QP (11) S3-SOLVED-QP (6) S3-TEXTBOOKS (4) S4 (16) S4-CE (4) S4-CSE (1) S4-CSE-NOTES (5) S4-ECE (6) S4-EEE (4) S4-ME (5) S4-NOTES (25) S4-QP (16) S4-QUESTION PAPERS (16) S4-SOLVED QP (5) S4-TEXTBOOKS (5) S5 (43) S5-CE (12) S5-CSE (8) S5-CSE-NOTES (10) S5-CSE-QP (2) S5-ECE (8) S5-EEE (10) S5-ME (11) S5-NOTES (25) S5-QUESTION-PAPERS (2) S5-SOLVED-QP (3) S6 (39) S6-CE (10) S6-CE-NOTES (5) S6-CSE (14) S6-CSE-NOTES (8) S6-ECE (9) S6-EEE (9) S6-ME (14) S6-ME-NOTES (12) S6-NOTES (27) S6-SOLVED-QP (4) S7 (51) S7-CE (12) S7-CSE (12) S7-CSE-NOTES (10) S7-ECE (10) S7-EEE (10) S7-ME (11) S7-NOTES (20) S7-SOLVED (3) S8 (50) S8-AEI (3) S8-CE (8) S8-CSE (7) S8-CSE-NOTES (7) S8-ECE (8) S8-EEE (8) S8-ME (10) S8-NOTES (17) S8-QP (5) SCHOLARSHIP'S (3) SECONDYEAR (3) Service (1) SHORT-NOTE (25) SOFTWARES (2) SOLVED-QP (35) Sponsored (1) SYLLABUS (15) Tech (2) TEXT BOOKS (24) TIME-TABLE (1) TIMETABLE (1) TIPS (8) TP SOLVED (7) TUTORIALS (1) VIDEO LECTURES (5)

Travelling

SELECT YOUR BRANCH

Subscribe

Entertainment

Your Ads Here

facebook

Popular

Sunday, 28 January 2018

CS232 Free and Open Source Software Lab Materials

Download Free and Open Source Software Lab Materials



MODULEPDF
Basic-Shell-ProgrammingDownload
Curriculum FOSSLabDownload
Introduction to gitDownload




SYLABUSS
Course Objectives: To expose students to FOSS environment and introduce them to use open
source packages in open source platform.

List of Exercises/Experiments:
1. Getting started with Linux basic commands for directory operations, displaying directory
structure in tree format etc.
2. Linux commands for operations such as redirection, pipes, filters, job control, changing
ownership/permissions of files/links/directory.
3. Advanced linux commands curl, wget, ftp, ssh and grep
4. Shell Programming : Write shell script to show various system configuration like
 Currently logged user and his login name
 Your current shell
 Your home directory
 Your operating system type
 Your current path setting
 Your current working directory
 Number of users currently logged in
5. Write shell script to show various system configurations like
 your OS and version, release number, kernel version
 all available shells
 computer CPU information like processor type, speed etc
 memory information
 hard disk information like size of hard-disk, cache memory, model etc
 File system (Mounted)
6. Write a shell script to implement a menu driven calculator with following functions

1. Addition
2. Subtraction
3. Multiplication
4. Division
5. Modulus
7. Write a script called addnames that is to be called as follows
./addnames ulist username
Here ulist is the name of the file that contains list of user names and username is a
particular student's username. The script should
 check that the correct number of arguments was received and print a message, in case the
number of arguments is incorrect
 check whether the ulist file exists and print an error message if it does not
 check whether the username already exists in the file. If the username exists, print a
message stating that the name already exists. Otherwise, add the username to the end of
the list.

8. Version Control System setup and usage using GIT. Try the following features.
 Creating a repository
 Checking out a repository
 Adding content to the repository
 Committing the data to a repository
 Updating the local copy
 Comparing different revisions
 Revert
 Conflicts and a conflict Resolution
9. Shell script which starts on system boot up and kills every process which uses more than a
specified amount of memory or CPU.
10. Introduction to packet management system : Given a set of RPM or DEB, build and
maintain, and serve packages over http or ftp. Configure client systems to access the package
repository.
11. Perform simple text processing using Perl, Awk.
12. Running PHP : simple applications like login forms after setting up a LAMP stack
13. Virtualisation environment (e.g., xen, kqemu, virtualbox or lguest) to test applications, new
kernels and isolate applications. It could also be used to expose students to other alternate OS
such as freeBSD
14. Compiling from source : learn about the various build systems used like the auto* family,
cmake, ant etc. instead of just running the commands. This could involve the full process like
fetching from a cvs and also include autoconf, automake etc.,
15. Kernel configuration, compilation and installation : Download / access the latest kernel
source code from kernel.org, compile the kernel and install it in the local system. Try to view
the source code of the kernel
16. GUI Programming: Create scientific calculator – using any one of Gambas, GTK, QT
17. Installing various software packages. Either the package is yet to be installed or an older
version is present. The student can practice installing the latest version. ( Internet access is
needed).
 Install samba and share files to windows
 Install Common Unix Printing System(CUPS)
18. Set up the complete network interface by configuring services such as gateway, DNS, IP
tables etc. using ifconfig

0 on: "CS232 Free and Open Source Software Lab Materials"

QUICK FIND


alert
trouble downloading ?