Awstats allows you a whole range of configurations. You are able to exclude certain IP addresses and websites from logging in Awstats. This article will discuss how to exclude certain IP addresses or websites in Awstats. Continue reading “How To Exclude Certain IP Addresses Or Websites In Awstats”
How To Setup AWStats For A Domain In Debian Jessie
AWStats is a fantastic server-side program that can keep track of every single hit or view that your website gets. It can give you a lot more detailed information than say Google Analytics or WordPress statistics plugins, because it directly accesses the server logs, while Google Analytics and WordPress only log those specific pages where their front-end code is placed in your website.
This article will give you step-by-step instructions on how to install, and setup AWStats so that you have a great way to check how much traffic your site gets every day. Continue reading “How To Setup AWStats For A Domain In Debian Jessie”
How To Reverse A String In Python
Reversing a string in Python is easy. Unfortunately, Python does not make it immediately obvious how to do this with native modules, but no matter. You can use slicing to reverse a string in Python very easily. Continue reading “How To Reverse A String In Python”
How To Generate Roman Numerals 1 To 3999 In Javascript
Have you ever wanted to learn how to generate the Roman Numerals 1 Through 3999? Well, this article does just that. This article will show you code on how to generate Roman Numerals from 1 to 3999 In JavaScript. Continue reading “How To Generate Roman Numerals 1 To 3999 In Javascript”
Software For Downloading And Converting YouTube Videos To MP3 Files
Do you want to download and then convert Youtube videos as mp3 files? While there are many online sites that can convert a YouTube video to an mp3 file, those sites can often be slow, annoying, and inconvenient. With a software called youtube-dl, you can download a Youtube video and convert it to an mp3 file, from your own computer, quickly, and as many times as you want, for free. This article will discuss how to download and then convert Youtube videos as MP3 files using an open source software called youtube-dl. Continue reading “Software For Downloading And Converting YouTube Videos To MP3 Files”