Slashdot Mirror


User: Phacka

Phacka's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Linux QoS on Simulating Network Latency? · · Score: 5, Informative

    Network emulator
    CONFIG_NET_SCH_NETEM:
    Say Y if you want to emulate network delay, loss, and packet re-ordering. This is often useful to simulate networks when testing applications or protocols.

  2. ftp over ssl on Sending Files w/o Sending Clear Passwords? · · Score: 1

    check out pure-ftpd, it can encrypt ftp control channel, you can find a list of compatible clients inside the archive

  3. easy on Build a Multi-Output MP3 Server? · · Score: 1

    HOME=/path/1 xmms
    HOME=/path/2 xmms

  4. packaging on Manage Packages Using Stow · · Score: 1

    standard slackware 'installpkg' with 'checkinstall' does the job quite good, besides 'make prefix=/your/path install' breaks a lot of apps

  5. Re:Scale over 4 CPUs on What High End Unix Features are Missing from Linux? · · Score: 1

    how about SGI's 64 Itanium2 SMP machine running linux?

  6. what's all this hype about? on OpenBSD Gets Even More Secure · · Score: 1

    openbsd idea doesn't look very original, try to look at http://pageexec.virtualave.net/ , you'll find something similar developed over a couple of years. granted, it's for linux and x86, but sparc64 port should be ready soon. it is a substantial part of http://grsecurity.net/ . openbsd lacks a lot of features, that's why it's suitable only for a few specific tasks.

  7. Re:postgres on MySQL 4 - Is it Stable? · · Score: 3, Insightful

    full text search:try to look in contrib/tsearch in postgres distribution