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

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

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:

How to : NX Client for Solaris sparac 8/9/10 Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS
Linux :How to Check Apache Version
WordPress Backup to Dropbox
Ubuntu : How to install a .bin file in ubuntu

News : The New Features in LibreOffice 3.3

The Document Foundation launches LibreOffice 3.3

The first stable release of the free office suite is available for download

The Internet, January 25, 2011 – The Document Foundation launches LibreOffice 3.3, the first stable release of the free office suite developed by the community. In less than four months, the number of developers hacking [...]

Security : fail2ban and dependencies

I like to install fail2ban on my Server for securing ssh and Asterisk .

Installed: fail2ban.noarch 0:0.8.4-23.el5

Dependency Installed: shorewall.noarch 0:4.0.15-1.el5       shorewall-common.noarch 0:4.0.15-1.el5 shorewall-perl.noarch 0:4.0.15-1.el5  shorewall-shell.noarch 0:4.0.15-1.el5

Possibly Related Posts:

News : Protecting Your Email Privacy How to : NX Client for Solaris sparac 8/9/10 Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS
Linux :How to Check Apache Version
Ubuntu : How to install a .bin file in ubuntu

Linux : How to configure Sun VirtualBox on CentOS 5.x

installation process of VirtualBox on a fresh centos5.5 server.

The installation of VirtualBox will require the building of kernel modules. If the development environment and kernel source are not already installed:

Step-1: Install the necessary tools, just issue the following command from command prompt, you must have root privilege for this.

#yum groupinstall “Development [...]

LINUX : Install Logwatch on ubuntu

Install Logwatch :

Issue the following command to install Logwatch along with Postfix:

apt-get install postfix logwatch

Be sure to select the “Internet Site” configuration when installing Postfix. Configure Logwatch Link

Once you have installed Logwatch, you will need to configure it to email you the reports it generates. You are encouraged to look [...]

Linux : Using Fail2ban to Block Network Probes

Installing and Using Fail2ban On Debian and Ubuntu system

Make sure your package repositories and installed programs are up to date by issuing the following commands:

kartook@K:~$ sudo apt-get update [sudo] password for kartook:

kartook@K:~$ sudo apt-get upgrade –show-upgraded

kartook@K:~$ sudo apt-get install python

kartook@K:~$ sudo apt-get install fail2ban

kartook@K:~$

Afterwards, you will find [...]

Windows : Configure SQL Server Agent to Restart Services Automatically

Configure SQL Server Agent to Restart Services Automatically

You can configure SQL Server Agent to restart the SQL Server and SQL Server Agent services automatically if they stop unexpectedly. Configuring automatic restart of these services is a good idea because it might keep you from getting paged if the server stops for some reason [...]

linux :How do I turn on telnet service on ubuntu?

TELNET (TELetype NETwork) is a network protocol used on the Internet or local area network LAN connections.

The telnetd program (telnet server) is a server which supports the DARPA telnet interactive communication protocol. Telnetd is normally invoked by the internet server inetd or xinetd for requests to connect to the telnet port as indicated [...]