Search Results

Search: Posts Made By: broli
Forum: IP Networking 07-23-2014
3,180
Posted By broli
crap. i lost a bet damm dlink, it probably has...
crap. i lost a bet
damm dlink, it probably has 1 ethernet and several virtual interfaces

thanks for your help, greatly apreciated
Forum: IP Networking 07-23-2014
3,180
Posted By broli
but, would routing be needed? since they are in...
but, would routing be needed?
since they are in the same network. im inclined to believe the package would "find" its destination
Forum: IP Networking 07-23-2014
3,180
Posted By broli
well. someone sent a picture meant to be funny, a...
well. someone sent a picture meant to be funny, a joke, of this setup
and you know how it is. if we were sane, we wouldn't work in infrastructure

We know linux can handle this. we already...
Forum: IP Networking 07-21-2014
3,180
Posted By broli
Discussion at work, would a router work pluging a cable in wan1 and lan1?
hi all. and sorry for the random question, but this sparkled a raging flame-war at work and i want more points of view

situation

a router, with linux of some sort,
dhcp client requesting for...
Forum: Programming 11-19-2009
5,012
Posted By broli
at this point, im deciding for setting the locale...
at this point, im deciding for setting the locale to mach the user's choice, and then code like always, and wait for a user to hit a problem and make a bugreport :P

dont think im gona have much...
Forum: Programming 11-18-2009
5,012
Posted By broli
well. im amazed. i made the folowing code....
well. im amazed.
i made the folowing code. event without setting a locale (aka staying with the default C locale) i can parse anything!!!

utf8/utf8io.c at master from broli's tests - GitHub...
Forum: Programming 11-17-2009
5,012
Posted By broli
Unicode programing in C
im starting to go a little serious with c, woking in a personal project that will read a xml, which might contain Unicode characters (i know it will on my system, which is set to es_AR.UTF-8)

im...
Forum: Programming 11-01-2009
6,343
Posted By broli
libxml2 documentation
i need to read/write a xml file in c

i found libxml2, but the documentation is awfull,
im using google but i get most of vb, or c# results

can anyone point me to a introduction tutorial?
...
Forum: Programming 10-21-2009
1,604
Posted By broli
corona thanks for the insight. i didn't knew...
corona
thanks for the insight.
i didn't knew about other programs having a line limit, and neither tough of the "endless" line problem

about realloc, never crossed my mind, and it does surely...
Forum: Programming 10-21-2009
1,604
Posted By broli
Reading a whole line without betting on size
i have been googling, and came to the conclusion that there is not standard C library (or commonly used) that reads a complete line of a file, without a size parameter being involved.

so, as a...
Forum: Programming 10-17-2009
2,388
Posted By broli
hmmm, so, with a "asdasd", the compiler takes...
hmmm, so, with a "asdasd", the compiler takes care of alocating the memory

with the integer example, i have to use malloc, or create a normal integer, and point the pointer to the real integer
...
Forum: Programming 10-17-2009
2,388
Posted By broli
Help understanding pointer assignment in c
after some years of pause, im returning to c.

char *varname = "asd";
int *number = 4;

the above code is wrong, because its assigning a value to an unreserved space, or because its changing the...
Forum: Programming 10-17-2009
2,832
Posted By broli
i love this one no make/autotools integration,...
i love this one
no make/autotools integration, but works great otherwise

Code::Blocks (http://www.codeblocks.org/)
8,874
Posted By broli
yes, of course, the only way to show it matches...
yes, of course,
the only way to show it matches nothing ""
5,298
Posted By broli
is worth mention that if you use something like...
is worth mention that if you use something like this
find / -name * --exec date | less
you will see the date printed for each file find founds (wich are all in /)

the pipe will get the output of...
8,874
Posted By broli
* dosnt match anything. its a quatifier, that...
* dosnt match anything. its a quatifier, that menas, zero, or mroe

z* matchs
""
"z"
"zz"
"zzz"
9,161
Posted By broli
(echo "first echo"; echo "second echo") | mailx...
(echo "first echo"; echo "second echo") | mailx -s test jon@abc.com
5,726
Posted By broli
i think tihs migh be of help but i never used...
i think tihs migh be of help
but i never used it
man xcutsel(1) (http://www.manpagez.com/man/1/xcutsel/)
Forum: SuSE 10-09-2008
5,573
Posted By broli
try the lastest ubuntu. if it dosnt work, then...
try the lastest ubuntu.
if it dosnt work, then we have another problem
16,767
Posted By broli
if its a linux, and you know the pid, you can...
if its a linux, and you know the pid, you can easily check in /proc all the info about it
do a "man proc" to check out the meaning of all the files in there
3,177
Posted By broli
this is the best document i know for bash...
this is the best document i know for bash scripting
Advanced Bash-Scripting Guide (http://tldp.org/LDP/abs/html/)
Forum: SuSE 10-09-2008
5,573
Posted By broli
try downloading a new dvd of the linux distro. ...
try downloading a new dvd of the linux distro.
i dotn keep tabs on suse numbering, but i think that version is kinda old.
and old linux might have issues fixed in new linux versions
specially with...
7,973
Posted By broli
its a matter of how much pressure you can create....
its a matter of how much pressure you can create.
how much you can force other depts in the company to give you the info, or how much you can sustain when they dont, and your script destroys their...
7,973
Posted By broli
that will work if you have a unix server with a...
that will work if you have a unix server with a simple config, totally managed trough systemv scripts.

but, in reality, you have server with multiple services, servers containing multiple virtual...
7,973
Posted By broli
the best way is to create an script per server....
the best way is to create an script per server. called something like
"emergency-shutdown.sh"
and call that one.
and put all the os specific commands on each server
its harder to maintin maybe,...
Showing results 1 to 25 of 213

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