Search Results

Search: Posts Made By: pavun_cool
2,165
Posted By pavun_cool
Thanks for your reply. Actually my...
Thanks for your reply.

Actually my requirement is , from my specific thinclient particular address should not be accessed.

Regards
Pavunkumar
2,165
Posted By pavun_cool
Blocking particular website for specific thinclients on Ubuntu
We have server which is connected with more than 10 thin client machine. I have tried to block the websites ( facebook, orkut,twitter ) for all the users. it works fine for me. But , I want to...
Forum: Programming 03-02-2010
9,055
Posted By pavun_cool
ulimit -c 100
example:
$ ulimit -c 100
$ cc file.c
$ a.out
43
Segmentation fault (core dumped)
Forum: Programming 02-26-2010
3,542
Posted By pavun_cool
Using fgets function
#include<stdio.h>
#include<string.h>

main()
{
FILE *fp ;
char line[80];
char temp[80];
fp = fopen ("text","r") ; // Open the file
while (fgets...
Forum: Programming 02-26-2010
3,542
Posted By pavun_cool
Actually It is working fine in my environment . ...
Actually It is working fine in my environment .
I think it could be , because of different type of data types.
ftell return long , But I stored in int . You change the data type of
first ,...
Forum: Programming 02-26-2010
3,542
Posted By pavun_cool
Getting the last line of the file
#include<stdio.h>

FILE *file_pointer();

main()
{

char line[80];
FILE *last=file_pointer();
fgets (line,80,last) ; // Reading the last line
printf (...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy