EmbLogic's Blog

Author Archives: saurabh.aggarwal

Installing office in fedora

For 32 bit systems #wget http://download.documentfoundation.org/libreoffice/stable/5.0.4/rpm/x86/LibreOffice_5.0.4_Linux_x86_rpm.tar.gz For 64-bit systems #wget http://download.documentfoundation.org/libreoffice/stable/5.0.4/rpm/x86_64/LibreOffice_5.0.4_Linux_x86-64_rpm.tar.gz After this  all steps are common #tar -xvf LibreOffice_5.0.4_Linux_x86_rpm.tar.gz #cd LibreOffice_5.0.4.2_Linux_x86_rpm/ #yum localinstall RPMS/*.rpm You can use these steps in any other RPM based distribution but keeping in mind … Continue reading

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

THE LINUX FIRE WALL

  If we talk about firewall the first thing that comes to our mind is a software “Barrier” between a system and a network it may be either internal or external. The purpose of this software is to protect our … Continue reading

Posted in Linux Internals and System Programming, Project 00: Linux System / Network Administration | Leave a comment

PROJECT 11-QUERY

in case of append in character driver where we have to allocate new memory with continuation to the old memory (in lseek or write function)  

Posted in Character Driver, Device Drivers | Leave a comment

PROJECT 11

sir please publish the project 11 thread ..its still in draft stage.. updates…. saurabh :facing problem with lseek in write  working on menu table of read, write and optimization of lseek. sumit massey : done optimisation on lseek , read … Continue reading

Posted in Device Drivers, Project 11: A Character Device Drivers Based Project | Leave a comment

project 11

sir please start a thread for project 11 .apart from it sir there are no documents after vectored read and write in our account ….

Posted in Uncategorized | 1 Comment

kernel compilation error

while compiling kernel 2.6.27.62 following error is generated CHK include/linux/version.h CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC [M] arch/x86/kvm/svm.o In file included from include/linux/kvm_host.h:21:0, from arch/x86/kvm/svm.c:16: include/linux/kvm.h:240:9: error: duplicate member ‘padding’ make[1]: *** [arch/x86/kvm/svm.o] Error 1 make: *** [arch/x86/kvm] Error … Continue reading

Posted in Linux Internals and System Programming | Tagged | 3 Comments

update

complete client server with fifos

Posted in Uncategorized | Leave a comment

process

done with pipe for single client-server-client

Posted in Uncategorized | Tagged , | Leave a comment

implemented client server in process

completed the server client part but still getting problems with return or exit statements……

Posted in Uncategorized | Tagged | Leave a comment

compress using tar……

created compressed file using tar also using the following command: tar cvzf myappmy_1.1.tar.gz myapp_1.1

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

man page

completed and created man page with the reference of siddarth sir update……

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

cvs entry

completed cvs local repository using -d import but unable to set the CVSROOT = /usr/local/repository …..can anyone help me with that……

Posted in Project Management Tools | Tagged | Leave a comment

cvs local repository

having problem with cvs local repository…..

Posted in Project Management Tools | Tagged | Leave a comment

data compression

left with making the project generic and implementing pointers…..

Posted in Uncategorized | Leave a comment

compression project

completed with decryption …….and will work on file io……..

Posted in Data Structures with C, Uncategorized | Leave a comment