|
Occasionally a router goes bad and I would like to get the router logs.
While some routers have built-in log viewers, some do not. Most routers seem to have a facility to send logs to another host using syslog.
How do I get OSX (client) to receive these...
Started by Alex Brown on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using syslog-ng which is probably available for OS X, although I am not certain, I capture syslog messages over my home network from my wifi router to my log server with the following 3 lines:
source net { udp(); }; destination wifirouter { file("/opt... .
|
|
I have a control which inherits from (you guessed it) Control. I want to receive a notification whenever the FontSize or Style properties are changed. In WPF, I would do that by calling DependencyProperty.OverrideMetadata() . Of course, useful things ...
Started by MojoFilter on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Have something like.
It's a rather disgusting hack, but you could use a two-way binding to simulate this.
|
|
I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power signal in a convenient place and demodulate it.
Is...
Started by luvieere on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
You could buy a commercial-off-the-shelf power-line Ethernet adapter and tear .
That is...
In a hack.
|
Ask your Facebook Friends
|
I'm running the following code to trace the tagName of every control that gets focus in an HTML document:
$(function() { $("*").bind("focus", function() { console.log("tabbed " + this.tagName); }); });
When this runs I can watch the firebug console and...
Started by Frank Schwieterman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Li>item</li> </ul>
This "hack" should force UL elements to be focusable (worked for me).
|
|
I have to send and receive dynamic data using a SysV message queue for a university project.
The length of the data is transmitted in a separate message, size is therefor already known.
And this is how I try to receive the data. I have to admit that I...
Started by Koraktor on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the mtype? Does the size you receive takes this mtype into account? Or is it only the size be a parameter?? // ugly struct hack required by msgrcv struct RawMessage { long mtype; char mdata just have to pack the data into a struct ....
|
|
Sorry to clog this up with another one, but account hacked. I'm okay with having to sort that out, but I've hit an ultimate hitch that Google needs to fix.
Spent about 48 hr's trying to completely separate my hacked account form all my other accounts....
Started by odonnell.mikey on
, 16 posts
by 4 people.
Answer Snippets (Read the full thread at google):
Including the Google Security Checklist which is linked....
Blogspot.com/#security (When you reclaim Your Account).
See the following article about how to re-secure an account that was compromised: http://gmailaccountrecovery .
I'd suggest you start with...
|
|
If I identify an anonymous attempt to hack my servers is there an appropriate response? Or is it a case of look at what they were attempting and make sure we're covered against it and similar attacks?
Cheers,
Robin
Answer Snippets (Read the full thread at serverfault):
I can't even count the number of times our servers receive hacking attempts.
Be new to network security.
|
|
Ever wonder what it's like to receive an commitment letter from UT?
Started by rkell87 on
, 14 posts
by 9 people.
Answer Snippets (Read the full thread at cowboyszone):
|
|
I'd like to be notified via email if our Linux servers are under any kind of hacking attempt or service attack. Is there some kind of all-in-one solution that can monitor for suspicious activity and send reports of said activity to an email address?
Started by cowgod on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at serverfault):
Most of the time, I receive two notifications per day.
Me an email every time an attack is detected.
|
|
What is the language hack you are simultaneously the most ashamed of and the proudest of?
Mine is (C++) using
#define private public
to gain access to the internals of a class to work around a bug in a third party library (IBM Callcenter) where the third...
Started by Jeff Leonard on
, 29 posts
by 26 people.
Answer Snippets (Read the full thread at stackoverflow):
The following hack not the originator of this hack, just the presenter....
Code is an awesome hack:
float InvSqrt(float x) { float xhalf = 0.5f*x; int i = *(int*)&x notation went on far too long and someone decided to make a compromise.
|