731 reputation
18
bio website
location
age
visits member for 1 year, 3 months
seen May 19 at 16:10
stats profile views 18

Apr
4
comment FreeBSD network performance fluctuating
My experience shows that only "server grade" intel/3com nics are good enough under heavy load. Mainly because of large inner buffer, sophisticated offloads and interrupt reduction technics. Gigabit PHY on the nic doesn't guarantee stable gigabit flow.
Apr
4
revised Why isn't ipfw correctly limiting the bandwidth?
added 34 characters in body
Apr
4
answered Why isn't ipfw correctly limiting the bandwidth?
Apr
4
answered Reading exim_mainlog
Apr
3
comment Run compiled c program from any location
@Zoredache Mainly because someone can forge an executable like ls or man and put it somewhere where you frequently run some stuff. If your PATH has '.' in it, local forged executable been started, not what you think.
Apr
3
answered Adding ssh key results in “Connection closed by ”
Apr
2
comment Why isn't ipfw correctly limiting the bandwidth?
Can you sudo ipfw show here?
Apr
2
comment Load average is have been high over some period
@montassar Workbench/HeidiSQL both suited for remote administration via tcp/ssl
Apr
2
comment Load average is have been high over some period
@montassar Far more useful tools are Mysql Workbench and HeidiSQL. I prefer HeidiSQL inspite it is win-app, it works quite well in wine.
Apr
2
awarded  Commentator
Apr
2
comment Load average is have been high over some period
query CHECK TABLE some_table; shows you status of table. If something goes wrong you'll get a message that REPAIR needed.
Apr
2
comment Load average is have been high over some period
Slow queries are those that haven't appropriate indices or use indices that broken. In that cases query begins to "filesort" that means slow plainsearch in tables instead of fast search by some kind of tree structure. That also may happens when your query is bad designed - read Mysql manual chapter 7 for hints about query optimization.
Apr
2
answered Load average is have been high over some period
Apr
2
answered Node.js with SSL/TLS protocol v1.2
Apr
1
revised FreeBSD rc.d script doesn't work when starting up
added 57 characters in body
Apr
1
answered FreeBSD rc.d script doesn't work when starting up
Mar
31
answered Remote viewing on a Linux server?
Mar
31
awarded  Critic
Mar
31
comment What am I doing wrong in my config for MySql?
Only 5.1.20 writes logs via syslogd by default, and all later versions use plain file as before, due to the serious performance problems. At least, that mentioned in the mysql documentation.
Mar
31
answered What am I doing wrong in my config for MySql?