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
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
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)
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
sir please start a thread for project 11 .apart from it sir there are no documents after vectored read and write in our account ….
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
done with pipe for single client-server-client
completed the server client part but still getting problems with return or exit statements……
created compressed file using tar also using the following command: tar cvzf myappmy_1.1.tar.gz myapp_1.1
completed and created man page with the reference of siddarth sir update……
completed cvs local repository using -d import but unable to set the CVSROOT = /usr/local/repository …..can anyone help me with that……
having problem with cvs local repository…..
left with making the project generic and implementing pointers…..
completed with decryption …….and will work on file io……..