» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Using + WITH

flashmo 129 circle - Free Flash Template

Circular thumbnail XML gallery with a mouse wheel scroller using Flash CS3 ActionScript 3

XML: del.icio.us/tag/xml

Apache2 with Webdav & htpasswd using openSSL certs

This is a how-to on using webdav on apache. Webdav allows users to access there files across the internet as if they are using a file system to access the files stored on your home directory in the network.

Name: Apache
HomePage: http://www.apache.org/
Function: Webserver

Name: OpenSSL
HomePage: http://www.openssl.org/
Function: developed for transmitting private documents via the Internet using a cryptographic ystem

http://www.opensourcehowto.org/how-to/apache/apache2-with-webdav—htpasswd-using-openssl-certs.html

Recover Data From a dead hard drive using dd

The ‘ dd ‘ command is one of the original Unix utilities and should be in everyone’s tool box. It can strip headers, extract parts of binary files and write into the middle of floppy disks; it is used by the Linux kernel Makefiles to make boot images. It can be used to copy and [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Providing root privileges for users Using SUDO

Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. Debian’s sudo package has the password timeout set to 15 minutes. This means that when you [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots