February 5, 2012

Disable or enable ICMP pings on Speedtouch 5xx/6xx

Disabling ICMP on your router adds a layer of security to your network and its computers as disabling this setting will prevent your router from actively responding to outside ICMP Echo requests and thus hiding you from potential attacks.




You will need to open a command prompt or terminal in order to modify this setting on your router.


Mac OS:
Go > Utilities > Terminal


Windows:
Start Menu > Run (Windows + R) > type cmd > OK


At the prompt type the following: 
telnet 192.168.1.254 


You are now prompted to enter your router's Administrator's username and password. By default the username is Administrator and the password is blank. When you see the {Administrator}=> prompt enter either commands to disable or enable ICMP, pressing Enter after each line:


To disable ICMP enter: 
service system modify name=PING_RESPONDER state=disabled
saveall
exit


To enable ICMP enter:
service system modify name=PING_RESPONDER state=enabled
saveall
exit

And that's it, you are done.

February 1, 2012

Photoshop: how to create a rounded border around an image

A fast and easy way to create a border around an image and give it rounded borders, as you can see in this example using the Wiki-sisters:



1. Open your image in Photoshop and create a new layer (CTRL+Shift+N).



2. Select the new layer and pick the Rounded Rectangle Tool (U). Using this tool, create a rectangle around your picture like I did here. You can right-click your rectangle and choose Free Transform Path to better scale and position your rectangle around the edges.


3. Right-click your layer (now named Shape 1)  and select Blending Options. On the window that opens up, set the Fill Opacity to 0%.


4. On the same window select Stroke at the bottom. In Position drop-down menu, pick Inside. Set a border size to your liking and pick the color of your border. I chose purple. Press OK when you are happy with the result and you've finished. You can save and export your image.