Domain: bulmalug.net
Stories and comments across the archive that link to bulmalug.net.
Comments · 21
-
the ext3 vs XFS article in English.
Here is the same article, but in English.
-
ext3vs XFS: The article in English.
Here is the same article, but in English.
-
Yes, he's dummyWith a 200mW Senao, Linux and your own antenna (just in case you don't want to spend more money) you can cover your entire house, even if you have 400 square meters (a quarter a of beisbol stadium, in American standard
:) and five walls in between.Cheap APs have 100 mW or less, and very bad antennas (less de 1 dBi). Nevertheless, a 100 mW card plus a short 2 dBi omni antenna is enough to cover a medium-to-big flat, assuming that the stations' antennas are still internal.
By the way, the Apple Base Station Antena is crap, it only gives good coverage if you have all the stations' antennas at the same level/height, otherwise better to turn the base station on its side or hang it in the wall.
-
PPP over an http proxyI used to do that at the university. Here is gow:
- Get Http tunnel. You have to install it inside the network with the proxy, and in another machine on the internet (outside that lan).
- Create a tunnel from the first machine to the ssh server of the second machine (http tunnel creates a socket).
- Do ssh-keygen on the first machine, and copy the
.ssh/indentity.pub file from the first machine to .ssh/autorized_keys on the second host. That way you can login without password. - Now configure both machines to do PPP over ssh. I wrote the explanations here , look at the comment with a subject saying "PPP over SSH". It's in spanish, but you can translate it with babelfish, and at least you can get the scripts from there. If you don't manage, look in google for "ppp over ssh" or "firewall piercing".
- Configure the first machine to use the second host as the default gateway (through this new ppp network device), and configure the second machine to do NAT for the first one.
;).You need to have root in both machines, but is worthwile, trust me! ];>> The first time it could look a little bit complicated, but afterwards you can just create a script to do the whole thing, so next time you'll only have to do "./create_tunnel" on the first machine to do the whole process.
-
Re:More links like this
And here is the PDF version in Spanish, but
... I can understand it.
Maybe because I am Spanish ;-) -
More links like this
- Here is a direct link to the entire article text on one page without advertisements: http://bulmalug.net/impresion.phtml?nIdNoticia=16
9 6 (in Spanish)
- Here is a direct link to the entire article text on one page without advertisements: http://bulmalug.net/impresion.phtml?nIdNoticia=16
-
Of courseGo to Bulma (spanish).
In Debian is basically:
apt-get install qt6codecs
If you have:
deb http://marillat.free.fr/ unstable main
in your sources.list.
BTW: why the parent was moderated "funny"?
-
Re:Binary modules
It's exactly the same as if Microsoft changed the Windows license to say you could not run any GPL programs under the Windows operating system. Imagine the screaming that would take place if they tried that.
Microsoft are busy working on just this and it's much worse than you would imagine. See the TCPA/Palladium FAQ.
Translations: German, Spanish, Italian, Dutch, Chinese, Norwegian, Swedish, Finnish, Hebrew and French
-
Few links for you
Not knowing the answer to this myself I present to you a few links that may be helpful. Hope this helps.
This link has some good benchmarks of Ext2, ReiserFS and XFS.
And here is a fairly good news group discussion relating to what you are talking about. -
Re:It doesn't save any disk spaceConsider:
- If you compress these things onto a floppy, every byte counts.
- Some filesystems like ReiserFS use tail packing to put multiple files (or file tails) into a single block.
-
Re:NVIDIA open? - radeon 8500
Take a look at this article in BULMA (Balearic Islands LUG):
http://bulmalug.net/body.phtml?nIdNoticia=1488
The article is in Spanish ;) -
DNUG and slashdot..Something smells bad?
.Net? Add banners? -
Spanish translation of Palladium FAQ
Traducción en Bulma
-
Linux wireless access point with a single PCMCIA
-
Linux wireless access point with a single PCMCIA
-
Re:We were suprised as well
I don't see anything in the second post (or the links that it references) that have anything to do with "Alan the responsible".
No mention of Alan or Marcelo. There is -- if you dig deeply -- a mention of the 2.4.13-ac4 kernel not having a problem with mmapping in certain situations.
But I don't see anything at all about Alan still being responsible.
It is quite possible that due to my rusty Spanish (and the fact that I'm a BSDite) that I've missed some subtle indicators, but I don't think so. -
We were suprised as wellCurious we discussed this issue in our LUG web page (in Spanish) three days ago. We were surprised Alan seems not to want the job, and Marcelo Tosatti didn't answer publically.
OTH, Linus continues assuming is Alan the responsible (Spanish too).
-
We were suprised as wellCurious we discussed this issue in our LUG web page (in Spanish) three days ago. We were surprised Alan seems not to want the job, and Marcelo Tosatti didn't answer publically.
OTH, Linus continues assuming is Alan the responsible (Spanish too).
-
Re:Need a better test
If you're curious, check out these previous articles from Slashdot. They report of a Spanish user group, who benchmarked JFS, XFS, Reiser, ext2 and Fat32. The only one missing was ext3, and I for one would like to see them revisit these tests, as they seemed to do it well:
The first attempt
The second
(PS, your post should really have been modded as redundant, but who cares as Slashdot is owned by VA Linux - the home of redundancies) -
Article about Linux and Nimda/RedCode in spanish.
In Bulma (a spanish lug in then Balerian Islands) we have published
and interesting article about the news viruses Nimda/RedCode/Sircam and
his relation (problems and solutions) with unix's admins.
Como defenderse del virus NIMDA/Red Code/Sircam ...
http://bulmalug.net/body.phtml?nIdNoticia=865
The article are in spanish, but there are a lot of links to documentacion,
tips and programs. -
Article about Linux and Nimda/RedCode in spanish.
In Bulma (a spanish lug in then Balerian Islands) we have published
and interesting article about the news viruses Nimda/RedCode/Sircam and
his relation (problems and solutions) with unix's admins.
Como defenderse del virus NIMDA/Red Code/Sircam ...
http://bulmalug.net/body.phtml?nIdNoticia=865
The article are in spanish, but there are a lot of links to documentacion,
tips and programs.