Some term they use for how good your chances are of routing the call to a country.. e.g. only 1 in 10 calls make it through, the reacability of the country is rather poor.
Had a nice one last year. We have a surveilance system for the telephone links going abroad from Norway, with some nice graphs showing the reacability of phone calls to foreign countries. So on some of the high priority routes we manipulated the statistics so they all showed 0% reacability. Caused quite some panic;)
Most other distros are based outside the USA, where the patents often does not apply. Nevertheless, if other distros ship it , does that automatically make it legal ? Or is the patent owners doesn't excersice their patent rights, is it still legal ?
I already thought relativity was tested.. Or are the GPS system really not working ? http://www.metaresearch.org/cosmology/gps-relat ivi ty.asp http://rattler.cameron.edu/EMIS/journals/L RG/Artic les/Volume6/2003-1ashby/
This is how memory allocation work on most platform. You malloc/new some memory , later you free/delete it. It is only released back to the memory allocator , not back to the os. Now there are various techniques on some platforms that releases it back, e.g. big allocations are done with mmap which gets released when unmapped. Some reduce the heap(brk(...)) if the memory allocator realizes there's a lot of free space at the top of the heap. Remember the heap grows/shrinks like a stack.
The thing for GUI tools is to read and write the very same configfile one would edit by hand, and to understand/parse the whole syntax of that configfile. User hand edits a config file, GUI tool read/parse it, and presents the configuration already in it.
>You say that you the pstn is insecure.. Have you tried lately to >'hack' into one, well besides being able to listen to whats on a
Yes I have, it's rather hard, but finding the right cable, and using the right software/hardware it's doable.
>analog line. Tell me how a cellphone is insecure (They have >encryption and cdma is pretty secure by itself.), or how a isdn line >is insecure.. Those are circuit based networks. (well cellphones are >a hybrid)
True, but thats often just from the cellphone up to the antenna.(or sometimes a bit further..). Once the voice is on cables, it's "decrypted"(not always though, but very common.
>Tell me how would you go about overhearing a circuit in this circuit >based network? You can't. The fbi can, But that hardly makes it
You dig up a cable, its often 2mbit coax cables or fibre. You hook on a splitter to get the signals. Feed them to a hardware card on your PC, pick up an appropriate timeslot there, pass it throug a decoder(e.g. G.711) and onto your soundcard. I do this for work.. well not so much digging up cables, but making software that can simulate e.g. a SS7 switch. It could among other things do the above.
>insecure. Circuit based networks by their very nature are actually >highly secure networks. The only person you really have to worry >about is the one in control of the line, if you dont' trust them you >go with someone else and use encryption..
Its only secure cause its rather hard for the common man to do it.
I'm somewhat wondering at which level they need security.. If you want VoIP over the Internet, you defintly need to care about security.
Then again if an operator wants to do this over the internet, there are alot other things than security to think of as well,(e.g how goddamn unreliable the internet can be.. packet loss, long unpredictable delays , etc.)
Now, many are already doing VoIP, but at a complete diffrent layer. They replace their internal core switching network with IP networks. Networks ofcourse nowhere near the internet, only as their internal bearer of signalling and in some cases the voice as well. Readers can go through the RFCs for the Sigtran stack for more info. Some are considering SIP/SIP-T as well. The issue they face are not security, but maturity. Protocols and implementations are not that ready. In this scenario noone talks about security, its the same as in the "old" telco network, phyisically security.
Which btw. isn't that secure. I can very well dig up an 2mbit SS7 cable, hook e.g. our SS7 simulator(www.utelsystems.com) onto it, and call for free, or cause lots of trouble for the switches..
Since noone reads the IPv6 RFCs everyone thinks its just about a much much bigger address space. Clearly one must invent another protocol to suite ones needs..
Really ? There are thousands of things to do with a computer besides writing programs for it. * Administration, you don't really need much programming experience to administrer a large site of e.g. Active Directory controllers. * Network planning/engineering.. * Application useage, e.g. modelling in Maya , 3D theory.
Who cares if its GPL compatible... What's really important is if its compatible with whats already out there. I'm thinking all the various modules(PHP,mod_perl,mod_auth_younameit). Most seem not GPL licensed. Thats whats important, is ASL still compatible with licenses used by all the big modules we all depend on ? (It seems so, so who cares _that_ much about it beeing GPL (in)compatible ?;)
Oh, so you mean I can program in e.g. Python in an application having TCL bindings ?
Re:If there is water on mars
on
Brine on Mars?
·
· Score: 1
According to some articles I've read, there are many places on Mars where liquid water can exist between 0 and 8-10 degrees celcius. That window gets larger if the water is salty ofcourse.
What about Gnome ? Will the next Solaris version ship Gnome as the default desktop ? And also important, what are the Solaris users opinion on Gnome(vs CDE) ?
Those that wants detailed changelogs, or just wants to follow the very very latest changes/additions to the kernel source tree can do so here 2.4 kernel tracking can be done here
Some term they use for how good your chances are of
routing the call to a country..
e.g. only 1 in 10 calls make it through, the
reacability of the country is rather poor.
Had a nice one last year. ;)
We have a surveilance system for the telephone links going abroad from Norway, with
some nice graphs showing the reacability of phone calls to foreign countries.
So on some of the high priority routes we manipulated the statistics
so they all showed 0% reacability.
Caused quite some panic
Most other distros are based outside the USA, where the patents often does not apply.
Nevertheless, if other distros ship it , does that automatically make it
legal ?
Or is the patent owners doesn't excersice their patent rights, is it still legal ?
You are wrong, they DID use the MS spell checker ;-)
I already thought relativity was tested.. Or are the GPS system really not working ?t ivi ty.aspL RG/Artic les/Volume6/2003-1ashby/
http://www.metaresearch.org/cosmology/gps-rela
http://rattler.cameron.edu/EMIS/journals/
Ok, best view until 32 years. And it's god damn snowing. No chance in he** of seeing a star :-(
This is how memory allocation work on most platform. You malloc/new some memory , later you free/delete it. It is only released back to the memory allocator , not back to the os. Now there are various techniques on some platforms that releases it back, e.g. big allocations are done with mmap which gets released when unmapped. Some reduce the heap(brk(...)) if the memory allocator realizes there's a lot of free space at the top of the heap. Remember the heap grows/shrinks like a stack.
Why ? What did they do wrong ?
Is there a law against sending away the IP address ?
The thing for GUI tools is to read and write the very
same configfile one would edit by hand, and to understand/parse
the whole syntax of that configfile.
User hand edits a config file, GUI tool read/parse it, and presents
the configuration already in it.
>You say that you the pstn is insecure.. Have you tried lately to
>'hack' into one, well besides being able to listen to whats on a
Yes I have, it's rather hard, but finding the right cable, and
using the right software/hardware it's doable.
>analog line. Tell me how a cellphone is insecure (They have
>encryption and cdma is pretty secure by itself.), or how a isdn line
>is insecure.. Those are circuit based networks. (well cellphones are
>a hybrid)
True, but thats often just from the cellphone up to the antenna.(or sometimes a bit further..).
Once the voice is on cables, it's "decrypted"(not always though, but very common.
>Tell me how would you go about overhearing a circuit in this circuit
>based network? You can't. The fbi can, But that hardly makes it
You dig up a cable, its often 2mbit coax cables or fibre. You hook
on a splitter to get the signals. Feed them to a hardware card
on your PC, pick up an appropriate timeslot there, pass it throug a
decoder(e.g. G.711) and onto your soundcard.
I do this for work.. well not so much digging up cables, but making
software that can simulate e.g. a SS7 switch. It could among other things do the above.
>insecure. Circuit based networks by their very nature are actually
>highly secure networks. The only person you really have to worry
>about is the one in control of the line, if you dont' trust them you
>go with someone else and use encryption..
Its only secure cause its rather hard for the common man to do it.
I'm somewhat wondering at which level they need security..
If you want VoIP over the Internet, you defintly need to care about security.
Then again if an operator wants to do this over the internet, there are alot other things than security to think of
as well,(e.g how goddamn unreliable the internet can be.. packet loss, long unpredictable delays , etc.)
Now, many are already doing VoIP, but at a complete diffrent layer.
They replace their internal core switching network with IP networks.
Networks ofcourse nowhere near the internet, only as their internal bearer of signalling and in some cases the voice
as well.
Readers can go through the RFCs for the Sigtran stack for more info. Some are considering SIP/SIP-T as well.
The issue they face are not security, but maturity. Protocols and implementations are not that ready.
In this scenario noone talks about security, its the same as in the "old" telco network, phyisically security.
Which btw. isn't that secure. I can very well dig up an 2mbit SS7 cable, hook e.g. our SS7
simulator(www.utelsystems.com) onto it, and call for free, or cause lots of trouble for the switches..
Since noone reads the IPv6 RFCs everyone thinks its just about
a much much bigger address space. Clearly one must invent another
protocol to suite ones needs..
I have no doubt you can screw up partiton tables so partitions *LOOK* bigger. It will be interresting when someone fills that drive
That's what the ancient want you to believe. Look a bit further, you'll see ruins, probably of the Lost City.
Seems there already is a crank hall of fame. Thisone didn't reach that site yet though.
Really ? There are thousands of things to do with a computer
besides writing programs for it.
* Administration, you don't really need much programming experience to administrer a large site of e.g. Active Directory controllers.
* Network planning/engineering..
* Application useage, e.g. modelling in Maya , 3D theory.
Who cares if its GPL compatible....
What's really important is if its compatible with
whats already out there. I'm thinking all the various
modules(PHP,mod_perl,mod_auth_younameit)
Most seem not GPL licensed.
Thats whats important, is ASL still compatible with licenses
used by all the big modules we all depend on ?
(It seems so, so who cares _that_ much about it beeing GPL (in)compatible ?;)
mod_autz_svn provides fine grained ACL.
Oh, so you mean I can program in e.g. Python in an application having TCL bindings ?
According to some articles I've read, there are many places on Mars where liquid water can exist between 0 and 8-10 degrees celcius.
That window gets larger if the water is salty ofcourse.
Trolling as a logged in user.
Great!
What about Gnome ?
Will the next Solaris version ship Gnome as the default desktop ?
And also important, what are the Solaris users opinion on Gnome(vs CDE) ?
Well, FC2 isn't really released yet, its only test versionsout now.
FC2 will be released April 19.
Those that wants detailed changelogs, or just wants to follow the very very latest changes/additions to the kernel source tree can do so here
2.4 kernel tracking can be done here
Uhm, because that limits you to TCL?