Tag Archives: pravjot sir

Ranjeet Singh

RCS file: lkm.c,v Working file: lkm.c head: 1.14 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 14; selected revisions: 14 description: This is loadable kernel module. —————————- revision 1.14 date: 2013/07/09 18:00:30; author: root; state: Exp; … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

DEVICE DRIVER

I have done REGISTRATION, UNREGISTERED AND OPEN CLOSE in single node device driver but not able to unregister it for 10 node..  

Posted in Uncategorized | Tagged , , | Leave a comment

Ranjeet Singh

RCS file: header2.h,v Working file: header2.h head: 1.6 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: This is the header file for loadable kernel module. —————————- revision 1.6 date: 2013/07/03 06:53:31; … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Ranjeet Singh

RCS file: lkm.c,v Working file: lkm.c head: 1.7 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: This is loadable kernel module. —————————- revision 1.7 date: 2013/07/03 06:54:15; author: root; state: Exp; … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

30.01.30 : Taruna

Completed today’s work… Made the simplest device driver

Posted in Character Driver | Tagged | Leave a comment

E 30: JATINDER KUMAR

Implemented project 4 using thread successfully. run successfully 1021 clients at a time. in this project i have used one fifo for requesting and one fifo for final result in between clients and server. on other side i used messgae … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets, Uncategorized | Tagged | 1 Comment

E30 : Taruna

RCS file: server.c,v Working file: server.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3;     selected revisions: 3 description: This is the server to handle requests from requesting client. Initially , it is able … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged | Leave a comment

E 30: JATINDER KUMAR

keyword substitution: kv total revisions: 5; selected revisions: 5 description: Intially i creted a server. then i use mkfifo and access to use the fifo created by client. further i opened same fifo in the O_RDONLY mode and was able … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged | Leave a comment

SSH Server

Implemented SSH server completely… Able to send as well as receive data using scp… Now , thorough with the SSH server!!!!

Posted in Project 00: Linux System / Network Administration, Uncategorized | Tagged | Leave a comment

facing problems in fedora installation…….

sir i m trying to install fedora in my laptop since TWO weeks. i am facing new problems every time but unable to resolve it… i tried different versions of fedora…but problem is still same… ERROR DISCRIPTION– after completion of … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Project_3 Assignment

1. WAP to convert lowercase latter in uppercase without calling the toupper(). 2. WAP to execute the above program . 3. WAP to obtain the process id and parent id of the process. 4. Duplicate a process using fork() system … Continue reading

Posted in Linux Internals and System Programming, Uncategorized | Tagged | Leave a comment

project 1 session 10

Hello sr, Got the desired output of file compression, my rlog file and the output are given below. output:- size=11 i=10 she laonr file: ./fileio1.c,v Working file: fileio1.c head: 1.15 branch: locks: strict access list: symbolic names: keyword substitution: kv … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Character Driver Function Write & Read Successfully Implemented.

Posted in Character Driver | Tagged | Leave a comment

Project 1

Did successfully queue and stack. Performed each and evey operation successfully like 1.first check queue/stack is created or not. 2.enetr new element after checing the queue/stack is full or not. 3.delete element after checking the queue/stack is empty or not. … Continue reading

Posted in Data Structures with C | Tagged | Leave a comment

project 10: successfully bring up the olinuxino board

I have successfully bring up the olinuxino board and i’m try to bring up the giu on the same board

Posted in Uncategorized | Tagged , | Leave a comment