3/12/13

Syskey Locks Win 7

Looking for a secure way to lock your Windows 7 computer from prying eyes. Use a USB stick and then install Syskey on it. It's not fool proof from hackers, but it will keep the regular user off your computer.

3/11/13

9 differ ways to Shutdown & Restart Win 8

Tired of shutting and restarting windows. Now in Windows 8, Microsoft has customized the ways that you can easy start and shutdown your operating system. I just don't understand why they just can't make this tweak now on current Windows OS.

3/10/13

Space Weather Prediction Center

Great site to go to if you want to explore outer space and witness future weather prediction heading our way. Next time before you take a trip to a different universe, see what's the weather going to be like.



3/9/13

Assign an IP address

It's a very simple procedure anyone can do. But in case you still have difficulties, follow the video to help you setup the iP address.

video

3/8/13

Tail Mail

Want to know if other's have read your emails. This is a good way to find out and it's going to require you to do some copy and paste but if you follow the video you should be able to get the information you long waited for.

Link

Space Weather

If you think that the Earth's weather is the only weather you should be looking at daily, your wrong. Now also compare your local weather to the weather in space.

3/7/13

Fax Zero

Need to send documents via fax machine, no problem with our online fax solution. All you do is attach your documents and send your fax out.

3/6/13

Delete old user profiles

Here's a group policy that deletes a user profile after a specific number of days. This is a great policy to use if you have several user profiles that use a workstation and then never use that workstation ever again.


Instructions:
To configure this setting, type start search and hit Enter to open the Group Policy Editor. Next under Computer Configuration, expand Administrative Templates > System > User Profiles.gpedit.msc in
Now in the right hand side details pane, double-click on  navigate to Delete user profiles older than a specified number of days on system restart to open its configuration box.
Here, if you enable this policy setting, the User Profile Service will automatically delete on the next system restart all user profiles on the computer that have not been used within the specified number of days.
If you disable or do not configure this policy setting, User Profile Service will not automatically delete any profiles on the next system restart.

3/5/13

More Free online Photo Editors

Tired of installing photo editors on your computer. Here are some more great online photo editors, that lets you easily do your work via the Internet.

Links
Splashup
Photoflexer
Photoshop Tools



3/4/13

Save your Jailbreak Apps

Have a Jailbreak device and tired of losing your applications every time you do an update. Here is a great way to save all your applications prior to updating. It will save you a lot of time and best of all it's still cheap when compared to all those free applications your now getting.

Pkg backup

3/3/13

Convert XPS to PDF

Need to Convert your XPS files to PDF. Here's the easiest way to do it online. Microsoft XPS format was great for a while, but it's unfortunate that the XPS version has still failed to lead the way. Your better off now, converting your files to PDF before it's too late. It's only a matter of time before Microsoft pulls the plug on XPS format.

Links
Convert
XptoPDF
xPtoPDF uk

3/2/13

Tribler

Here's a bitTorrent software that just can't be shut down by the outside world. It's an open source software and currently it's innovative features out beat the latest bitTorrent  down-loaders.

Direct Link

3/1/13

Jobs that don't require a diploma

Looking for a job, but still lacking that degree. Here's the list on what you should be looking for in jobs without a diploma.

Let's just say career wise it doesn't look good, so your better off staying in school and getting that degree. Good Luck.

2/28/13

Change IP Address from DOS

Here is a great way to change the ip address from a computer via the DOS prompt. This tip is a little technical so  not everyone is going to know how to do this. But if you can figure it out, here it goes.

as per How-to-Geeks

Changing Your IP Address

Changing your IP information requires two commands, one for your IP address, subnet mask and default gateway and another for  your DNS settings. In order to change your IP address we use the netsh command, the exact command you want to use is the following:
netsh interface ip set address name=”Local Area Connection” static 192.168.0.1 255.255.255.0 192.168.0.254
This assumes the following:
  • The name of the interface you want to change the IP address  for is Local Area Network
  • You want to statically assign an IP address of 192.168.0.1
  • You want to set a subnet mask of 255.255.255.0
  • You want to set a default gateway of 192.168.0.254
Armed with this information you should obviously switch the settings out for some that are suited to your network. You might, however, be wondering how you can go from using an already set static IP address to getting an address from DHCP. In this case the command you are looking for is:
netsh interface ip set address name=”Local Area Connection” source=dhcp

Changing Your DNS Settings

As far as DNS goes you only have two settings to set, a primary DNS server as well as a secondary one. The command to set them is almost identical, to set your primary DNS server you will want to use:
netsh interface ip set dns name=”Local Area Connection” static 192.168.0.250
This again assumes a few things:
  • The name of the interface you want to change the primary DNS setting for is Local Area Network
  • The IP address of the DNS Server is 192.168.0.250
To change the IP address of the secondary DNS server you will need to specify the index parameter:
netsh interface ip add dns name=”Local Area Connection” 8.8.8.8 index=2
The above command would set your network adapter named Local Area Connection to use a secondary DNS server address of 8.8.8.8 (which is the Google public DNS servers, incase you didn’t know). The last thing you might want to do it set your DNS settings to be assigned dynamically, which can be done through the following command.
netsh interface ip set dnsservers name=”Local Area Connection” source=dhcp

2/27/13

Install apps on a remote PC

Want to save time installing applications on a terminal computer, it's simple has long as you use the command prompt. All you need to do is change the user credentials. Install the program and change back the user credentials.

Ex.
Change User /Install


Change User /Execute

2/26/13

Android on Windows

Want to run android application on Windows, no problem with the help of Bluestacks. Now the joy of using android applications, goes beyond the program barriers.

2/25/13

See what websites your PC connects to

If you ever wanted to know if your computer at times, connects privately to other websites. This is the little setup needed to give you that information. If your worried about security, then it's best to know everything.

2/24/13

Twonky

Looking for a way to stream to other players, this software does wonder with the free version. But the small price to pay for the premium version is still worth every penny.
Now there is no limit how far you can stream. 

2/23/13

Tversity

Looking for web based free television. Here's a great site to watch your favorite shows for free. At least now you have the option to say goodbye to premium cable.

2/22/13

How to block USB Drives

Having USB drives open are a corporate network is a great security risk. Here are some good plans to secure your network from future attacks.

Disable USB drives through Group Policy

Group Policy block USB

Disable USB, CD-ROM, Floppy drives

Controlling Device Installation Using Group Policy