Linux Tutorials on the topic “linux”

  • Never Forget To Turn Dansguardian Back On After A Cyberspacejaywalk

    Author: WebmaestroTags: , , , , , Comments: 1

    Never Forget To Turn Dansguardian Back On After A Cyberspacejaywalk Dansguardian is the leading free keyword blocker on Linux systems and it uses this method known as a weighed keyword score. Now, people who use or administer a web content filter know very well that there are situations when a filter accidentally blocks an acceptable site or even an unreviewed site. The simple solution is often to turn off filtering completely.  Then it is of paramount importance that when this unrestricted cyberspacewalk ends, the administrator must turn Dansguardian back on!! But what if they forget?

  • Searching For Files And Folders With The find Command

    Author: DanMillikenTags: Comments: 2

    Searching For Files And Folders With The find Command In this tutorial we'll look at the find command and how you can quickly use it to locate files in your filesystem. Find is a powerful utility capable of locating files anywhere on your system including mounted drives and removable storage, processing regular expressions, and even running other commands on those files. Fortunately only a few simple options are needed to provide most users with all the capability they need.

  • How To Test Your Dansguardian, Safesquid, POESIA, Parental Internet Filter Or We-Blocker Keyword Filter Anytime Anywhere

    Author: WebmaestroTags: , Comments: 4

    How To Test Your Dansguardian, Safesquid, POESIA, Parental Internet Filter Or We-Blocker Keyword Filter Anytime Anywhere Keyword filters block unwanted web pages on the basis of potentially fallen words found in them. However, to be sure that a page is indeed offensive, keyword filters nowadays are not designed to block sites on the basis of just about any potentially offensive word. Instead they measure the number of potentially offensive phrases and often the number of times they occur so as to allow a limited number of occurrences in pages such as those on anatomy, forms requiring gender information, crime reports, statistical reports, administrative information, art etc. The leading keyword blockers like Dansguardian which is extremely popular on Linux or SafeSquid which is popular on Linux and Windows use this method known as a weighed keyword score.

  • How To Add WiKID Two-Factor Authentication To OpenVPN Community On Ubuntu 13.04

    ubuntu Author: nowenTags: , , , Comments: 0

    How To Add WiKID Two-Factor Authentication To OpenVPN Community On Ubuntu 13.04 These instructions describe setting up two-factor authentication with WiKID Strong Authentication, which is a commercial/open source two-factor authentication system and OpenVPN, an SSL-encrypted VPN, on an Ubuntu 13.04 Linux server using the Radius Pluggable Authentication Module. First, we will configure PAM to use Radius, then we will configure OpenVPN to use PAM and one-time passwords, then we will create a network client on the WiKID server for OpenVPN. We won't go into specifics about installing these services, rather we will focus on configuring them to all work together.

  • Install Piwigo Gallery On Nginx With Debian Wheezy

    nginx Author: nincsneveTags: , , Comments: 0

    Install Piwigo Gallery On Nginx With Debian Wheezy This tutorial shows how you can install and run a piwigo gallery site with nginx, configured for vhosts, on a Debian Wheezy system. Piwigo is a gallery-website with many plugins. In this sample we configure the vhost "gallery.domain.tld".

  • Setting Up A Subversion Repository On Linux

    Author: mscheringTags: Comments: 2

    Setting Up A Subversion Repository On Linux In this tutorial I'll explain how to setup a subversion repository for PHP Javascript development. The SVN repository will be used by multiple users using an SSH key to logon to the server. All users will use the svn system user but we'll use the SSH key to identify the user. A pre-commit hook will be used to validate the PHP and Javascript to comply with coding rules.

  • How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu

    ubuntu Author: nowenTags: , , , , Comments: 0

    How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu This document describes how to add WiKID two-factor authentication to Apache 2.x using mod_auth_radius on Ubuntu 12.04 Precise. It is recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks. The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.

  • Increasing the security of PPTP by adding two-factor authentication to poptop

    Author: nowenTags: , Comments: 0

    Security Issues and Poptop PPTP does not have the best history in terms of security. The original Microsoft implementation for PPTP faired very poorly. MS-CHAPV2 solved these weaknesses - for wired networks. Unfortunately, back in 2004, Joshua Wright released a version of ASLEAP capable of brute-force attacking PPTP passwords in a wireless environment. As a systems administrator for the VPN, you can't tell if a user is connecting via some public WiFi service where someone might be running a tool like ASLEAP. Yet, the presense of PPTP client software on Windows machines makes using PPTP very tempting. The best answer to this problem is to utilize two-factor authentication. If a one-time passcode is brute-forced, it won't matter as it can't be used again.

  • How To Run Your Own Web SMS Portal With PointSMS

    Author: coolzjTags: , , , , Comments: 2

    How To Run Your Own Web SMS Portal With PointSMS This tutorial will show you how you can set up an SMS web site on CentOS using PointSMS.

  • First Steps Of Running Linux Via Terminal Instead Of Desktop

    tux Author: CSchTags: Comments: 3

    First Steps Of Running Linux Via Terminal Instead Of Desktop This tutorial is supposed to show new Linux users how to handle Linux without having to browse through your desktop to edit files. The core commands to do this are the same on every Linux distribution, however there is a large variety of commands that differ from distribution to distribution, as does the install command.