EmbLogic's Blog

Author Archives: Ankit.singhal85@yahoo.com

Sys_siglist[] and the log file.

RCS file: 2.c,v Working file: 2.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1;     selected revisions: 1 description: how a siglist work. it contain all the 64 signals. —————————- revision 1.1 date: 2014/03/13 … Continue reading

Posted in Uncategorized | Leave a comment

Common handler using different signal.

RCS file: commonhandler.c,v Working file: commonhandler.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3;     selected revisions: 3 description: making the SIGINT and form the ouch function handler. —————————- revision 1.3 date: 2014/03/12 12:32:00;  … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Work on the signal() system call.

RCS file: 1.c,v Working file: 1.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2;     selected revisions: 2 description: make the signal handler function against the SIGNINT signal. —————————- revision 1.2    locked … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Process in Linux

As in our busy life we required multitasking process and with the help of the Linux we can make the multi task processes. Using the fork() system call(its not a function) we can create a newly process, which is known … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Multiple Data Compression

This is very impressive project, i have ever done. As decompression is the reverse process of compression i.e. whatever be the procedure we follow during the compression, the reverse procedure will be follows during the decompression. During this projects i … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

How to format the pendrive using terminal.

you should take care of your Pd that it should be unmounted before you did the for mating. use the following commands on terminal mkfs.vfat /dev/sdb1 sdb1 is you node name(that can be check through ‘dmesg’ or ‘fdisk -l’) you … Continue reading

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