Tagged Questions
2
votes
1answer
36 views
QEMU Direct Access to Video Card (or, QEMU Video Output without X11)
I have a system that boots up into Linux at power on and then needs to boot into Windows XP Embedded. After messing around with kexec and grub4dos, things aren't working out too well.
One idea that ...
1
vote
2answers
147 views
Program to manipulate Samba shares (net.exe equivalent)
Is there an equivalent to the NET.exe suite for linux systems with which I can do net view queries for example?
0
votes
1answer
177 views
Postgres 9.0 linux command to windows command conversion [closed]
i am working on an application using delphi 7 as the front end and postgres 9.0 as the back end.
I have to upload images to the server so i use \lo_import and \lo_export for inserting images on the ...
5
votes
1answer
325 views
Linux user's guide to windows? [closed]
I am a grad student who recently found out that I will have to switch to a Windows box for my research (despite my pleading). I know there are lots of guides out there for Windows users switching to ...
3
votes
2answers
256 views
Change the time format for the touch command in BSD
I am wondering how to change the time format when I am modifying a time with the touch command in the c shell.
For example I need to use
touch -a -t 051512002015 file.txt
This will change the ...