Search Results

Search: Posts Made By: Hitori
Forum: Programming 03-08-2007
5,659
Posted By Hitori
/* Includes */ #include <unistd.h> /*...
/* Includes */
#include <unistd.h> /* Symbolic Constants */
#include <sys/types.h> /* Primitive System Data Types */
#include <errno.h> /* Errors */
#include <stdio.h> /*...
10,316
Posted By Hitori
GPRS Tunnelling Protocol implementation under UNIX
I need to implement a program that sends CDRs (just some data) over GTP' (GTP Prime - one of the GPRS Tunnelling Protocols, http://en.wikipedia.org/wiki/GPRS_Tunnelling_Protocol).
Does anybody know...
Forum: Programming 08-30-2006
4,466
Posted By Hitori
This happens when you dynamically take memory...
This happens when you dynamically take memory from the heap (e.g. by calling malloc()) and forget to release it (free())
5,601
Posted By Hitori
By the way I cannot connect these comuters by...
By the way I cannot connect these comuters by network due to security policy of the company :mad:
5,601
Posted By Hitori
I think unison is too "heavy" for my purposes. I...
I think unison is too "heavy" for my purposes. I need not to work with CVS or SVN, also all files may be considered as binary (i.e. no patches based on their content, files must be just replaced with...
Forum: Filesystems, Disks and Memory 07-06-2006
11,702
Posted By Hitori
You can use soft links, e.g. mkdir usr on /dev/u,...
You can use soft links, e.g. mkdir usr on /dev/u, move content of /usr to the created directory then ls -s path_to_dev_u_usr /usr

NO GUARANTEE, just idea
130,790
Posted By Hitori
$ echo "some string" | sed -e "s/^.*\(.\)$/\1/" ...
$ echo "some string" | sed -e "s/^.*\(.\)$/\1/"
g
$
139,758
Posted By Hitori
in vi you can replace all ^M characters with...
in vi you can replace all ^M characters with command
:%s/^M//g

(Note that to type ^M in vi type Ctrl-V Enter)

I realise that this note may be offensive for vi users :)
Showing results 1 to 8 of 8

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