|
Why does PuTTY & SFTP has to be logged in separately? I hate typing my password twice to transfer multiple files. Why can't I type my username & password into a SSH client, then it log on to both SSH and SFTP? Does this kind of tool exist or it is programatically...
Started by est on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at superuser):
Looking for - use one password to log into both an SSH and SFTP session - you need one piece, connect it to the same server, and log in with the password you used to log into WinSCP..
|
|
Hello,
Running Windows 2008.
I'm using Google Analytics which is perfect, except for:
1. data is 24 hours old
2. cannot monitor web services
My best solution is to use something like LogParser, which is excellent especially for forensic auditing. However...
Started by ANaimi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Link: http.
It has a web interface and is basically real for attacks, errors, issues, etc (they call it LIDS - log-based intrusion detection).
You might consider the free version of splunk.
No odds.
|
|
We have only a very small number of customers (fewer than 50) and we would like each one to have its own separate log file into which all of its server side logging info goes. I know you could use NDC and filters to direct log statements to different ...
Started by John Munsch on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It sounds like you want a multi-file appender that is created dynamically.... .
Most editors that can filter can also set up filter sets you're using and everyone has their own preferences.
Not matching a pattern from view) to read the log.
|
Ask your Facebook Friends
|
When we used AIM at work, my client reported the time a user had logged on, how long he'd been logged on, and how long he'd been idle. After switching to an Openfire server, my client (Adium) no longer seems to have this information. Is this a limitation...
Started by Shawn on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The client.
This tells me that the SERVER clearly has the info...
Activity" date/time of each user.
|
|
I'm part of a group that's considering a PHP-based system to serve a community for communications purposes, including collaboration, event calendars, and a photo gallery. We're also loking into social networking integration (particularly Facebook) and...
Started by Mark Cidade on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Allows for a wide range of development and has a good community behind it support for things like media/images is surprisingly....
Developing for it can be problematic apparently (no direct it .
By default it has a very "eye-candy" like UI.
|
|
I just need a simple JSON or YAML (or other) text based format for recording the time I spend on tasks. I prefer to do as much work as possible in my text editor (e text editor) so it is more natural to me to stay in the editor and not switch back and...
Started by fooledbyprimes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Timestamp will be auto-populated....
### myyamllog.txt - log_entry: posted some stuff on stack overflow project: prj_my_personal_stuff create a "dummy" log entry as a text editor snippet and just paste a new entry every time you start a new.
|
|
I'm using TPTP to profile some slow running Java code an I came across something interesting. One of my private property getters has a large Base Time value in the Execution Time Analysis results. To be fair, this property is called many many times, but...
Started by Mark on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Final long iterations = 1 L; Base b = new Base(); // Warm up Hotspot time(b, 1000); // Before we to make the client VM // undo its optimizations; the server VM needs more effort) Base d = (Base) Class.forName("Derived").....
|
|
Our frontend webservers are now logging all our weblogs into mySQL using mod_log_sql, freeing up thousands of "AccessLog" directives in our apache config (we're running between 600-900 virtual hosts on our servers now)
That being said, I'm trying to find...
Started by GruffTech on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Specifically, Skeith works....
Skeith's main feature that sets it apart://skeith.sourceforge.net/
Here is a snip from the site:
Skeith is a simple log analyzer and reporter.
But thus far testing has only been done with mod_log_sql).
|
|
Hi,
Something here doesn't feel right to me here, and so I would like the community's input - perhaps I am approaching this in the wrong way....
Q: Is is appropriate to use traditional infrastructure logging frameworks (like log4net) to log business events...
Started by Sosh on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If it is a business.
Write your own system to log business events.
Class TransactionLogger { public void Log (Message message) { MyLoggingFramework.Log(message.string, etc a tool to help the developers.
|
|
While considering O(log(N)) for time complexity, what is the base of log?
Started by sabika shamim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Because we generally disregard constants....
(Hence the change-of-base formula ).
It doesn'tAll logarithms are related by some constant.
A tree out of it, and the tree has a height of log₂ n , because each node has two branches.
|