Use Trial Software Lifetime Without License




Follow some simple steps:
Download RunAsDate  (only for Windows) from Here.
Now here you simply have to choose the software which is going to be expired and you wanna use it as a trial again.
After choosing a valid .exe application you have choose a date, well you have to choose something between your trial software date like 2 days before its going to be expired.
Now enter a new name for the new valid shortcut and click Create Desktop Shortcut.
That’s it now enjoy the valid trial application for free.

Computer Welcome You (Trick)




1.   Open Notepad.
2.   Copy and paste the exact code given below.

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3.  Replace Username with your own name.
4.  save the file as Welcome.vbs or "*.vbs".
5.  Copy the saved file.
6.  Navigate to
            in windows vista,7& 8 : C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
            in windows xp :C:\Documents and Settings\All Users\Start Menu\Programs\Startup 
         
 if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

7.  Paste the file.

How To Lock Folder ? Without any software




Open Notepad and Copy code given below into it.

cls
@ECHO OFF
title Smit_Vadher
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Smit goto MD
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Smit "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== COMPUTERZTRICK goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Smit
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MD
md Smit
echo Folder created successfully
goto End
:End

2. Save the file as lock.bat (.bat is must required)
3. Now double click on lock.bat and a new folder will be created with name myfolder
4. Copy all your data you want to protect in that New folder
5. Now double click on lock.bat and when command prompt appears Type Y and press enter.
6. Now myfolder will be hidden from you view, to access that folder double click on lock.bat
7. It will ask for password enter your password and done. (Default password is COMPUTERZTRICK)
To change the password replace COMPUTERZTRICK with new password in the above code

10 System Admin Tools to Help You Secure Your Network


System admins are frequently bombarded with security concerns, requests, alerts, news items, “did you see this?!” emails, and more. Keeping up with all the aspects of network security can seem like an overwhelming task, but in this post we’re going to look at ten tools a system admin can use to help secure their network. Some you may be familiar with, like network security software, while others may come as a surprise, like your email client; but all will help you to stay ahead of the bad guys, keep yourself informed of the latest threats, and maintain the security of your network. 


1. Network security software
When we talk about network security software, we’re talking about a class of product more than any specific tool, and how important it is for you to have an application or small group of applications that can help you to accomplish most of your tasks. There are simply too many things for any one admin to do by hand, and network security software applications help to automate the heavy lifting and ensure that you can keep up with the workload. Look for network security software that multitasks. Think about it as a Swiss Army knife of software packages that includes many of the other items on this list.



2. Vulnerability scanner
A good vulnerability scanner is a key part of any toolkit, and should be used by server admins and security engineers alike. The top network security software apps will include a scanner that has a database of the thousands of vulnerabilities that could exist on your network, so that you can quickly, easily and regularly scan your network to ensure you systems are up-to-date, configured properly and secured.



3. Port scanner
A port scanner is another regular tool that should be in your network security software application. Attackers regularly scan your Internet connection looking for ways in and so should you. But you should also scan internally so you can find unauthorized services or misconfigured systems, and to validate your internal firewalls are set up correctly.



4. Patching software
Patching operating systems and third party applications is one of the most important, regularly recurring tasks a sys admin has. Network security software that can automate this, and handle the hundreds of other applications on your network, is the only realistic way you can keep up with this.



5. Auditing software
Auditing software may strike you as a strange recommendation at first, but consider all those apps you are trying to patch. How can you be sure you have no vulnerabilities on your systems if your users can install anything on your systems? How are you going to maintain licensing compliance if you don’t know who has installed what from \software? Network security software may also include software and hardware inventory components to help you stay informed and secure.



6. Secure remote clients
Telnet, older versions of PCAnyWhere and several of the web-based remote access apps that are out there all have a common issue - they’re not secure. Use SSH v2 or later for secure access to all CLI-based systems, and the most secure versions of Remote Desktop Protocol to manage Windows boxes. Using strong encryption, good passwords, lockout policies and, when possible, mutual authentication between client and host, will help to ensure no one sniffs credentials or brute-forces their way into a system. If you have two-factor authentication in your environment, ensure that every system possible uses it to further reduce your risk from unauthorized access.



7. A good network analyzer
Whether you like the open source WireShark, the free Microsoft tool NetMon, or one of the many other commercial network analysis tools, having a good “sniffer” is key to helping secure and analyze systems. There is simply no way that’s more effective to figure out just what is going on between networked systems than to see the traffic first hand.



8. Network tools
Whenever you are dealing with connections from foreign systems, you will find the need to check network addresses, routes and more. Having good tools like DIG, WHOIS, HOST, TCPING and others close at hand makes network evaluation a breeze.



9. Log parsing software
Securing systems means going through logs; lots of them. Web logs, access logs, system logs, security logs, SNMP logs, syslog logs – the list goes on and on. Having software that can quickly and easily parse through logs is critical. Everyone has their favorite. Some install locally like LogParser, while others run on servers like Splunk. Whichever you prefer, get a good log parser to help wade through what can be millions of entries quickly and easily so you can find events you need to check.



10. Your email client
Knowledge is power, and the best way to amass that knowledge is to stay informed. Whether you subscribe to email bulletins, security alerts, or RSS feeds, your email client can provide you the first indications that something new is out there, and also what you need to do to protect your systems from the threat. Zero day exploits, out of band patches, best practices and more, can all be yours if you simply join the right distribution lists and subscribe to the right lists.



These 10 system admin tools are a great start towards building your toolkit for security. Network security software plays a major role in this toolkit, which you supplement with other tools and the information you need to maintain a secure environment.



This guest post was provided by Emmanuel Carabott on behalf of GFI Software Ltd. Learn more about the importance of a secure business network by downloading the free eBook: A first aid kit for SysAdmins. All product and company names herein may be trademarks of their respective owners.


How to use Keyboard's LED to indicate Network Activity?



I hope that you have seen three LED lights in your keyboard, for indicating NUM lock, Scroll and Caps lock.  You can use those LED lights for indicating Network activity. Using this trick, we can make the Num and Scroll lock LED for indication.  These LED will start to blink whenever there is data transfer(send or receive packets on network) being processed over the Internet. So you can identify the unknown/illegal packet transfers of packets. 


Trick to use Keyboard LED  for Network Activity Indication:

Step 1:       Download this Simple software from here.

Network Lights: 

Network lights is simple windows software that can blinks the keyboard's LED whenever there is packet transfer occurred(incoming and outgoing). Network lights is stand alone software(no need to install)

Step 2:
 Run the program by double clicking the NetworkLights.exe file.  Now you can see the traffic light icon in system tray.
Network Lights Tray

Step 3:
Click the Settings for customisation , if it is necessary.

Network Lights Settings

that's all ..!!!
if there is incoming packets means, the scroll lock will blink(depending on your settings).
if there is outgoing packets menas, the Num lock will blink(depending on your settings).

Just select Exit option , if you don't need this indication.

How to create Privacy Monitor using Old LCD Monitor?

              
 An Electrical Engineer "dimovi" from CutYourWay.com hacked old monitor and create a new Privacy Montior that will show Blank white screen for others except you, because you are wearing "magic" glasses!.

Requirements:
  • Old LCD Monitor 
  • single use 3D glasses from the movie theater (old sunglasses are just fine)
  • paint thinner (or some other solvent such as toluene, turpentine, acetone, methyl acetate, ethyl acetate etc)
  • box cutter (and CNC laser cutter :) but that you don't really need,  x-acto knife and a steady hand would do just fine)
  • screwdriver or a drill
  • paper towels
  • superglue

Video Tutorial:



The Text Tutorial:
Step 1 : Take the monitor apart
Find an old monitor that you are willing to sacrifice.
Take off the plastic frame by unscrewing all screws from the back.




Click Here To Continue the Tutorial