Tagged Questions

0
votes
1answer
29 views

Max connection ???

This is my load test script: import socket HOST = 'myhost' PORT = 22222 NUMLOAD = 100000 err_count = 0 for i in range(0,NUMLOAD): try: s = socket.socket(socket.AF_IN …
0
votes
2answers
121 views

Cơ chế họat động của tail

Tail có thể dùng để xem những file log lớn, cơ chế họat động của nó là thế nào vậy ?
0
votes
1answer
37 views

Traffic routing based on user id

Lets say my Laptop has 03 connections to the internet 3G modem (ppp0) Wifi (wlan0) Ethernet (eth0) Load balancing could be done easily with iproute2. However, for some reasons, …
0
votes
1answer
25 views

How to force dhclient to run in background in dhclient.conf?

In Linux, is there any way to force the dhclient to run in background in dhclient.conf?
0
votes
2answers
106 views

Log file in linux ?

How can we change location of log file in Linux ? and how do we know if it not in /var/log ?
0
votes
2answers
53 views

HP DL160 RAID driver

I compile linux kernel (2.6.28) for a HP DL160, but I dont know the option enabling RAID driver in the config. Plz help.
0
votes
0answers
48 views

Debugging Linux kernel suspend to ram (S3)

Hello everyone, my linux box is working nicely, aside from one small problem that is sometimes suspend to ram fails. When that happen, the HDD LED only blink one time, it will blin …
0
votes
1answer
35 views

Setup gentoo fast

Installing gentoo is not a funny stuff. We spend more than 30 minutes for a server. Is there any way to speed up the setup time, especially in mass production with many many server …
0
votes
0answers
26 views

Enabling TrueType BCI on gentoo?t

I find that TrueType BCI produce better looking font than Freetype auto hinter (especially at small size), but I can't get it to work on my box. I have followed the wiki and built …