Tag: link

Regular Expression Twitter Linker

Regular expression to link twitter users… Replace this ‘@(\w+)’ With this ‘<a href=”http://twitter.com/\1″>@\1</a>’

Find Link Files

Use this command to find all the links in the current directory… find . -lname “*”

Show Link Status

Show link status of ‘eth0’ mii-tool eth0

Find Link Status

Show link status of all interfaces ip link show

Shortcuts – Hard and Soft Links in Linux

This is how to create hard and soft links in Linux. Remember, a directory cannot be hard linked. #Hard link…

Get URL Headers using CURL

Show the headers of an URL using Curl curl http://example.com -I