April 17th, 2010 |
xumi |
Question:
how to restore pictures that have been overwritten
Solution:
to my knowledge, no such software exists, in the “normal” user software.
Forensic software can do it (maybe, since i could not test it yet)
the nearest could be spinrite : http://www.grc.com/spinrite.htm
September 5th, 2009 |
xumi |
Question:
How to open other application files via Fox Pro. E.g. How to open Exel or Word file via Fox Pro.
Solution:
= executeshell(GETFILE())
FUNCTION executeshell
LPARAMETERS cFile, cOperation, cDefaultDirectory
LOCAL nHwnd, cParameters, cDefaultDirectory, nShowCommand
DECLARE INTEGER ShellExecute IN shell32.dll AS ShellExecute;
INTEGER nHwnd,;
STRING @cOperation,;
STRING @cFile,;
STRING @cParameters,;
STRING @cDefaultDirectory,;
INTEGER nShowCommand
nHwnd = 0
cOperation = IIF(EMPTY(cOperation),’open’,cOperation)
cParameters = NULL
cDefaultDirectory = IIF(EMPTY(cDefaultDirectory),’C:\Windows\Temp’,cDefaultDirectory)
nShowCommand = 1
= ShellExecute(nHwnd, @cOperation, @cFile, @cParameters, [...]
August 16th, 2009 |
mylinh |
Question:
hi! Ihave forgotten my root password of rad hat linux (8.0). how can i break my password?
Solution:
hi,
if u use LILO, reboot your machine, in kernel selection window press tab.
then type “linux single” press enter.
you can “passwd” to change your password then.
regards,
ilker
August 5th, 2009 |
xumi |
Question:
Hi – I’ve recently set up a wireless network at the school which I work at.
The network is as such:
16 workstations, and 3 staff computers and two servers on a wired network.
A 4 way switch (Belkin) connecting a staff computer and also a wireless access point . (Linksys)
A wireless range extender.
6 wireless laptops.
Everything is [...]
August 5th, 2009 |
xumi |
Question:
Hi !
I have a win2003 domain.
Can anyone please tell me how to see witch active directory users are logged in to the network…?
I don’t know witch tool to use for this
Thank you for your help…..
Solution:
Microsoft has a free tool psloggedon http://www.microsoft.com/technet/sysinternals/utilities/psloggedon.mspx
August 4th, 2009 |
xumi |
Question:
Hello,
How to draw a cylinder in adobe photoshop. with the top layer has a color filled and the rest of edges are just colored edges.
Thank you so much for your reply asap,
lilyyan
Solution:
here is a tutorial for drawing a simple cylinder in Freehand. The approach is exactly the same in Photoshop.
To make your life easier, draw [...]
August 3rd, 2009 |
mylinh |
Question:
Spam / Malware is on a pc / server in our office. We have scanned and cleaned our PC’s repeatedly, with Anti-Virus, but we still get shutdown by our smarthost because of spam/high activity. My question is this, what tool do they use to find that information out? Does it run in windows? What is [...]
August 3rd, 2009 |
mylinh |
Question:
I need to have ” sales ” come in to the network from outside ip address of 70.xx.xx.xx and be direct to actserver 192.168.60.31 on port 40401. How would I enter that into the PIX501.
Building configuration…
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password uW4sfadgkjkj7mQ/415asdi9AnrM encrypted
passwd gAeMh/zAhyMyVMZT encrypted
hostname
domain-name ALLIANCE.COM
clock [...]
August 3rd, 2009 |
xumi |
Question:
I’m no exchange admin. But looks like ours is on his way out. So I am designated Exchange Admin until someone else comes in.
One guy called with a problem. Says he keeps getting mailbox warning messages. I looked in System Manager. His mailbox is not over the limit and after Damewaring into his machine I [...]
August 3rd, 2009 |
xumi |
Question:
Years ago in the days of hubs there was a 5-4-3 rule relating to segments-hubs-populated segments and the total allowable distance changed with the configuration.
In todays switched world can you have more than 2 switches in series [not star config] and what overall distance restrictions are there, end to end, other than 328′ in [...]