Tag archive for ‘how’

how to restore deleted pictures that have been already deleted and overwritten out of recycle bin

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

How To Open another application file

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, [...]

How to break root password in Red Hat Linux 8.0?

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

How do connect a printer wirelessly to a wired network?

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 [...]

How to see who is logged in

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

how to draw a cylinder

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 [...]

How dio i clean/remove Spam / Malware on a pc / server in our office

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 [...]

PIX 501

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 [...]

Exchange…How to clean a mailbox!

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 [...]

How many switches can I use end to end in a single network

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 [...]