Windows : HOw to delete Tmp filed through cmd?

Hi all ,

 

here is i found the easy way to remove the Temp files on windows

 

open Cmd

 

C:\>del *.tmp /S

 

C:\>del *.tmp /S C:\Users\kartook-lab\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Word\~WRF{0124A640-4E09-4E5B-A307-84466E1698AE}.tmp The process cannot access the file because it is being used by another process. C:\Users\kartook-lab\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Word\~WRS{22EE160A-DE58-4011-999D-3A9901E4CE1D}.tmp The process cannot access the file [...]

Linux : Flash fullscreen doesn’t work on Ubuntu 10.10

Flash fullscreen doesn’t work on Ubuntu 10.10

Reason :

The problem has something to do with flash having hardware acceleration enabled

Solution :

Open a terminal and type the following: sudo mkdir /etc/adobe sudo su sudo echo \”OverrideGPUValidation = 1\” >> /etc/adobe/mms.cfg

After executing the code above, we haven’t had a problem viewing flash [...]

Windows 7 – Enable Telnet

Windows 7 – Enable Telnet

enable Telnet by following these steps:

Start Control Panel Programs And Features Turn Windows features on or off Check Telnet Client Hit OK

After that you can start Telnet via Command Prompt.

Possibly Related Posts:

CisCO UCS Required Documentation listed Tech : RealVNC demos BIOS-based server at IDF 2011 How to uninstall Vmware workstation v 8.0.0.471780.bundle
Windows : HOw to delete Tmp filed through cmd?
Linux : Flash fullscreen doesn’t work on Ubuntu 10.10

news : Linux Journal Insider – March 2011

This month, Shawn and Kyle talk about the tools they keep in their pockets.  Smart phones are much more than just phones, and with Linux you’ve got multiple choices for handset operating systems — and this multiple choice test has only correct answers!  Get a taste of the “Linux in Your Pocket” issue of Linux [...]

Linux : How to setup Static IP Address in Ubuntu 10.10

Setup Static IP Address

If you want to setup a Static IP Address in your system , Modify the file  /etc/network/interfaces.  If your First Ethernet  Interface is eth0 ,see the following Example.  Just add the following lines in the file with the help of an Editor and Restart the network or system.

auto eth0 iface [...]