http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron
_Name]
path = Filesystem_Path
comment = Comment
auth users =
Authenticated_Users
secrets file = User_Password_file
hosts allow = IP_Addresses
The parameters as shown in italics have to be edited.
Module_Name : A name to the module
Filesystem_Path : The folder that is to be synced
Comment : A comment about the entry
Authenticated_Users : List of users separated by space who can access the module / path
User_Password_file : The location of the file containing ...
Published 2 years, 3 months ago
http://digitalpbk.blogspot.com/2009/06/tata-indicom-wimax-connection-sharing.html
Tata Indicom Wimax Broadband Connection sharing via Wireless router (D-Link)
Intro: Tata Indicom Wimax BroadbandWe got a new Tata Indicom WiMax Broadband connection, and one of the first problems was sharing the net connection with the room mates. After doing a little research on it I found Tata Indicom uses a net (HTTP) based
authenticating system to logon you onto their servers, against conventional setup of PPPoE. https://loginban.tataindicombroadband.in:8443Connection SharingIn order ...
Published 2 years, 11 months ago
http://digitalpbk.blogspot.com/2009/03/reset-root-password-linux-fedora-debian.html
when running passwd, passwd:
Authentication token lock busy.passwd Next just use the passwd command, and give a new root password, Now that's simple. Reboot or init 5That's really all I did. OR from the root shell, you can also edit the /etc/shadow file to remove the password.OR copy the /etc/shadow /etc/passwd file and use John-The-Ripper software to try cracking the password.Stuck? Let me know ...
Published 3 years, 2 months ago
http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html
imagesheader("Content-Type: image/jpeg");echo file_get_contents("../images/some.jpg");?>The above code returns a jpeg. But this is static everytime we see the some.jpg. The advantage of using php to return image is that you can provide a
authentication validation, i.e, the user must have signed in to view the image. Thus automatically hot linking is prevented. (Hot linking is the use of images of other servers, by another server. for eg an image on www.example.com displyed on www ...
Published 5 years ago