javascript reload current page

<input type=”button” value=”Reload Page” onClick=”window.location.reload()“>

Posted in Javascript | Leave a comment

how to make ip_forward = 1 permanent

Check if IP Forwarding is enabled

We have to query the sysctl kernel value
net.ipv4.ip_forward to see if forwarding is enabled or
not:
Using sysctl:

sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0

Continue reading

Posted in Linux | Leave a comment

use ldd to get the binary files’ dependice in linux

The command: ldd Continue reading

Posted in Uncategorized | Leave a comment
Page 2 of 5012345102030...Last »