Linux · Making things work · Open Source · Technology

How to work with tools like adb and fastboot on your android device (installations of Drivers and tools

What are ADB and Fastboot? Both of these tools allow you to send terminal commands to your phone from your computer via USB. They are with different functions, but when you are using them, you probably want to install them together. Android Debug Bridge (ADB): ADB allows you to send an array of commands to… Continue reading How to work with tools like adb and fastboot on your android device (installations of Drivers and tools

education · Linux · Open Source

File sharing, Document management and collaboration with Alfresco

Document collaboration: Document and file collaboration is a process which should allow multiple people work together on a single document or file and produce a final document. For example if you plan to develop an IT policy for your institution, and you assign a 5 member team to develop it and come up with an… Continue reading File sharing, Document management and collaboration with Alfresco

Linux · Making things work

WeBWorK with Moodle

What is WeBWorK ? WeBWorK is an open-source web based homework system for math and sciences courses. WeBWorK is supported by the MAA (Mathematical association of America) and the NSA (National Science Foundation) and comes with a NPL (National Problem Library) of over 20,000 homework problems. Webwork can be used for college algebra, discrete mathematics,… Continue reading WeBWorK with Moodle

Integration · Linux · Making things work

Running pdnsd with split dns, bind and windows dns for your internal network

As a follow up to my last post on installing and configuring a sample pdnsd setup for cache only dns server, I wanted to share the context I made my setup in. In our scenario we have a windows AD environment supporting all windows workstations and domain authentication. We also have a bind dns server… Continue reading Running pdnsd with split dns, bind and windows dns for your internal network

Integration · Linux · Making things work · Open Source

Howto pdnsd on redhat/centos from Source

What is pdnsd pdnsd is a cache only name server can be used independently or alongside your authoritative name server for faster name lookup. pdnsd does not aim to be a complete name server implementation, such as the BIND. It is optimized for caching, and you can only specify a small subset of all dns… Continue reading Howto pdnsd on redhat/centos from Source

Networking · Open Source · Proxy · security

Content control software/ Web Content filtering using SquidGuard for enterprise network

Content filtering for enterprise network or educational institution can be a mandatory requirement in many institutions/organizations. Besides filtering web content by category, content control/filtering software can also helps us to filter out malware and virus sites, unwanted advertisements etc.   Finding the right product and making it work for your organization can be a challenge.… Continue reading Content control software/ Web Content filtering using SquidGuard for enterprise network

Linux · Making things work · Open Source · Proxy · security

SquidGuard implementation for enterprise network

SquidGuard is a content filtering tool used in enterprise network to control/filter sites that end users/hosts can access. SquidGuard is built to work as a plug-in for squid. It uses black lists and url redirection technology to make this content filter work. There are many free/paid black lists available in the internet, that SquidGuard can… Continue reading SquidGuard implementation for enterprise network

Linux · Making things work

Squid transparent proxy for https / ssl traffic

We use transparent proxy is when we want to avoid getting into client side proxy configuration or force the users traffic through proxy server. Some of the key reasons/advantage of using a transparent proxy can be following Cashing of the web contents and DNS lookup Access control to internet resources (who can access) Client bandwidth… Continue reading Squid transparent proxy for https / ssl traffic

Integration · Internet · Linux · Networking · Open Source · Proxy · Windows

Setting up Web Proxy Autodiscovery Protocol (WPAD) using DNS

In order to use the DNS only method to setup Web Proxy Autodiscovery Protocol (WPAD) you need to check on the following To use WPAD using DNS method a DNS entry is needed for a host named WPAD. This name should be resolvable from the clients machine Web server must be configured to serve the… Continue reading Setting up Web Proxy Autodiscovery Protocol (WPAD) using DNS

Linux · Networking · Open Source · Proxy

Setting up Automatic Proxy Configuration (PAC) file

I tried to make this tutorial for users with medium to advance linux administrative skills. Even if you are not one of those one of them feel free to leave a comment and I shall try to help you out. To make your Proxy Auto Configuration APC work you need a PAC file and a… Continue reading Setting up Automatic Proxy Configuration (PAC) file