-
as seen on Super User
- Search for 'Super User'
I was looking for root kits following these instructions
http://computersight.com/software/how-to-manually-remove-rootkit/
and saw this in my boot log:
Loaded driver \SystemRoot\System32\Drivers\awhk9fmc.SYS
I tried to search for that filename in Google but there was absolutely nothing found. I…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I've just upgraded my ubuntu (raring to saucy) and I now can't log in to GNOME. As opposed to virtual consoles (Ctrl-Alt-F1, for example). I set it up to log in automatically. But it asks for password now. I type in the password, press Enter, the screen blinks and here I am again at the login screen…
>>> More
-
as seen on Super User
- Search for 'Super User'
Alright deep breath here:
(Windows 7 Home Premium 64 bit btw)
Today I installed Star Craft 2 Beta. After trying to log in, it had some issues where it said my device stopped working (referring to my video device I have to imagine). After I force quit the game there were some random "hot" (various…
>>> More
-
as seen on Super User
- Search for 'Super User'
OS X Kernel panics after a fresh install of OS X 10.9 on a 17" Macbook Pro.
Anonymous UUID: D002464D-24B7-C2B5-3D83-1C0B02873B29
Wed Oct 30 11:08:17 2013
panic(cpu 1 caller 0xffffff8006edc19e): Kernel trap at 0xffffff7f88e0a96c, type 14=page fault, registers:
CR0: 0x000000008001003b, CR2:…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a Asus EeePC with a GMA500 video card. I followed the instructions on https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo/, which made the netbook boot correctly. Without any xorg.conf file, Xorg uses the VESA driver, which is quite slow. Manually specifying fbdev as driver in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to read/write from a named pipe/FIFo queue under Linux.
I have tried the standard classes StreamWriter and other classes from System.IO, but it fails because it is using seek.
Has anyone ever written/read from a named pipe using Mono?.
I am managing to read and write - but not the same…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to read and write some data through named pipes.
I have tested it in a simple Ruby app, and it works nice.
But I dont know, where should i put it in my Rails app? I have heard about Rake tasks, but i don't sure, is it right solution.
I need to open a pipe-file, and listen to data. If there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to implement named pipes in C++, but either my reader isn't reading anything, or my writer isn't writing anything (or both). Here's my reader:
int main()
{
HANDLE pipe = CreateFile(GetPipeName(), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL);
char data[1024];
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i know Named Pipes are Protocols. but i have not seen even 1 example how to use them?
can u tell me what are the Named pipes ?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have an app that launches an authentication helper (my script) and uses STDIN/STDOUT to communicate.
I want to re-direct STDIN and STDOUT from this script to two named pipes for interaction with another program.
E.g.:
SCRIPT_STDIN pipe1
SCRIPT_STDOUT < pipe2
Here is the flow I'm trying…
>>> More