Results for: "directory"
Contents (104)
Reset Linux root password without knowing the password
So there it goes - Linux is a secure OS. No, really it is. Despite the title of this post,…
read more
Php Snippet: parse url and separate all it's parts
Use this snippet to get some value iside urls, for example the last directory. $url = 'https://aplicaciones.org/wp-content/uploads/2011/09/skypevideo-500x361.jpg?arg=value#anchor'; print_r(parse_url($url)); $url_path = parse_url($url, PHP_URL_PATH); $parts =…
read more
Install and Setup SSL in Webmin and Apache
SSL is a protocol for making secure, authenticated connections across an insecure network like the Internet. It encrypts network traffic,…
read more
PHP-MongoDB Beginners Guide
Over the last year or so, there's been a small revolution taking place in the database world, with the advent…
read more
Distributed Storage Across Multiple Servers (Nodes) With GlusterFS 3.2.x On Ubuntu 12.10
This tutorial shows how to combine four single storage servers (running Ubuntu 11.10) to one large storage server (distributed storage)…
read more