bootstrap-grid-only

For those who need just the Twitter Bootstrap CSS grid, here is it!

Bootstrap-Grid-Only (3.2.0)

Bootstrap’s responsive grid and responsive utility classes only, without any extras. Lightweight yet still powerful. Style to taste.

Instructions

Include one of the precompiled grids (grid12.css, grid24.css, grid30.css, grid100.css) in your site, or customize and compile grid.css.less with command line lessc or LessPHP (no extends are used).

Ubuntu Landscape Dedicated Server system requirements

You can install Landscape Dedicated Server (LDS) on any server with a dual-core processor running at 2.0GHz or higher, at least 4GB of RAM, and 5GB of disk space. The operating system must be Ubuntu Server 12.04 LTS x86_64 or higher. You must also have PostgreSQL installed and network ports 80/tcp (http) and 443/tcp (https) open. You can optionally open port 22/tcp (ssh) as well for general server maintenance.

Source: https://landscape.canonical.com/static/doc/user-guide/ch03.html

Read more at https://askubuntu.com/questions/549809/how-do-i-install-landscape-for-personal-use/550625#550625

Amazon wishlist – total cost

Captura de ecrã 2016-01-25, às 17.48.11

 

I have a small Amazon wishlist…
Amazon a few years ago removed to total cost of it.

For those who wanna see it, you can go to https://gist.github.com/chrismbarr/3230548 and use the JS on Chrome Console, for example.

This is the code (copied from mayel) for use with gb pounds.

var list = $$("span.a-size-base.a-color-price");
var total=0;
for(i=0; i<list.length;i++){
  var n = parseFloat(list[i].innerText.replace("£","").replace(",",""));  
  if(n === Number(n)) total += parseFloat(n);
}
alert(list.length+" items for a total of: £"+total.toFixed(2));

 

itsm.ptinovacao.pt – ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY

O servidor tem uma chave pública Diffie-Hellman fraca e efémera

ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY

Este erro pode ocorrer ao tentar estabelecer ligação a um servidor seguro (HTTPS). Significa que o servidor está a tentar configurar uma ligação segura, mas, devido a uma configuração desastrosa, a ligação não seria de todo segura!

Neste caso, é necessário corrigir o servidor. O Google Chrome não utilizará ligações inseguras para proteger a sua privacidade.

Saiba mais sobre este problema.

https://itsm.ptinovacao.pt:8443/arsys/shared/login.jsp?/arsys/forms/itsmsg.ptinovacao.pt/PTIN%3AServiceRequestConsole/SRC+View?&mode=submit

+John Mueller Hi John, does the rating of the SSL certificate impact the ranking boost? For example does a A rating HTTPS SSL certificate give a bigger ranking boost than a B rating SSL certificate? Or as long as the SSL certificate is valid and comes from a good authority (green locker) there is no ranking boost difference on class A, A-, B, C certificates?

Indexing HTTPS pages by default

At Google, user security has always been a top priority. Over the years, we’ve worked hard to promote a more secure web and to provide a better browsing experience for users. Gmail, Google search, and YouTube have had secure connections for some time, and we also started giving a slight ranking boost to HTTPS URLs in search results last year. Browsing the web should be a private experience between the user and the website, and must not be subject to eavesdropping, man-in-the-middle attacks, or data modification. This is why we’ve been strongly promoting HTTPS everywhere.

As a natural continuation of this, today we’d like to announce that we’re adjusting our indexing system to look for more HTTPS pages. Specifically, we’ll start crawling HTTPS equivalents of HTTP pages, even when the former are not linked to from any page. When two URLs from the same domain appear to have the same content but are served over different protocol schemes, we’ll typically choose to index the HTTPS URL if:

  • It doesn’t contain insecure dependencies.
  • It isn’t blocked from crawling by robots.txt.
  • It doesn’t redirect users to or through an insecure HTTP page.
  • It doesn’t have a rel=”canonical” link to the HTTP page.
  • It doesn’t contain a noindex robots meta tag.
  • It doesn’t have on-host outlinks to HTTP URLs.
  • The sitemaps lists the HTTPS URL, or doesn’t list the HTTP version of the URL
  • The server has a valid TLS certificate.

Although our systems prefer the HTTPS version by default, you can also make this clearer for other search engines by redirecting your HTTP site to your HTTPS version and by implementing the HSTS header on your server.

We’re excited about taking another step forward in making the web more secure. By showing users HTTPS pages in our search results, we’re hoping to decrease the risk for users to browse a website over an insecure connection and making themselves vulnerable to content injection attacks. As usual, if you have any questions or comments, please let us know in the comments section below or in our webmaster help forums.

Source http://googlewebmastercentral.blogspot.ch/2015/12/indexing-https-pages-by-default.html