Search This Blog

Showing posts with label Web. Show all posts
Showing posts with label Web. Show all posts

Thursday, 16 April 2020

Webcams

Working from home I have been doing a lot of video calls and the importance of my webcam has been raised. I had an ageing Microsoft LifeCam which, in a recent Windows 10 update, became unmanageable and the image to dark to be usable!

This has meant that over the last few days I have used a number of different solutions and I decided to do a quick comparison of the images.


Built in Lenovo laptop camera


Old GoPro lookalike Action Camera from my bike.
Not ideal as a webcam because it needed turning on and setting to webcam mode every time I started the computer.


Logi C920 camera

My opinion is the C920 is a much better image.



I also tried a couple of positions. I think front on from above is best. The laptop view is the best but to achieve that with my main monitor it is too low for me.

==

Wednesday, 10 February 2016

ISPConfig 3 Web Forwarding

My mail and web host provider is in the process of upgrading their control panel software along with putting in a new server.

I struggled to find documentation for what I wanted to do with the new software. There is a very limited amount of documentation on the following site:
http://docs.ispconfig.org/

It did not cover my requirement for very simple web forwarding.
The DNS server for my domain is hosted on this new server but my blog is hosted elsewhere.

The following screenshots show examples of the settings I needed to enter to get web forwarding to work to a Google Blogspot site. They may not be the only way, nor the best but they worked today:

Create the DNS zone first

Beware of web browsers caching and of DNS refresh times, particularly the Time To Live (TTL.)

Add a CNAME for the sub-domain you want to forward
Watch out for the final dot in the host names in the DNS records data column. Without the dot the host is treated as a sub-domain and appended to the root domain of the zone. You'd get 'isp1.refinitive.com.anewleaf.org.uk' instead of 'isp1.refinitive.com'

While testing, I set the TTL for the domain and the individual hosts to be 5 minutes (300 seconds) but despite that Chrome cached the incorrect web site. I needed to clear the browsing history before I could see the changes working.

Add a top level web site

Add an alias to redirect to any other URL

This was all trial and error, hence these instructions.

I believe, but I'm not confident that the abbreviation R, in the above, means redirect and the L means don't process any further rules on that host name. Anyway the example I based this on suggested always using the R,L type.

The following bit is only necessary if you want to redirect the root domain to a web site.
For example: http://anewleaf.org.uk to got to http://www.anewleaf.org.uk

Settings on the site Redirect tab
Like the alias forwarding you also need a CNAME record in the DNS for the host, in this case 'www'.


After a couple of days of use, with everything working as it should, I reverted the TTL's back to 3,600 seconds for the host names and 50,000 seconds for the domain.