C O N O S C E N Z A
web data management
Il nostro è un team che si occupa ormai da piu' di un decennio della risoluzione delle problematiche informatiche, in particolare ci piace poter offrire la nostra competenza in ambito telematico, dalla progettazione su misura della vostra infrastruttura web, alla realizzazione del vostro software e dei vostri portali.

NEWS

server

Could DF have a different value than DU?

Could DF have a different value than DU?

df = disk free du = disk usage On linux this two commands are used to show the disk space. Since some days ago my server had the /root partion quite full, I looked around in it but I couldn't find the really big directory with anomaly files to purge. Usually I use...

DokuWiki

DokuWiki & Joomla integration: Jfusion login problem

DokuWiki & Joomla integration: Jfusion login problem

Jfusion doesn't allow the auto login between the two sistems due the last changes in the cookie core system from Dukuwiki. As noted in the following changelog at http://www.dokuwiki.org/changes for Release 2011-05-25 “Rincewind” - Security enhancements for cookie...

MySQL

MYSQL - restore db

MYSQL - restore db

Da riga di comando mysql, per fare il restore (ripristinare) di un db precedentemente archiviato in un file con estenzione .sql, magari usando mysqldump, seleziona il db, crea il db se non esiste e usa la query qui sotto. By mysql promt, to restore a mysql db archived...

MySQL

MYSQL - CREATE DB & USER

MYSQL - CREATE DB & USER

Crea un db e un utente con tutti i privilegi sul db (MYSQL) Create a DB & relative user privileges on MYQL DB MYSQL QUERY: CREATE USER 'youruser'@'localhost' IDENTIFIED BY 'youruserpassw'; GRANT USAGE ON * . * TO 'youruser'@'localhost' IDENTIFIED BY 'youruserpassw'...

DokuWiki

DokuWiki & Joomla integration: Jfusion configuration

DokuWiki & Joomla integration: Jfusion configuration

An images gallery for 'my' Jfusion configuration of the DokuWiki plugin. As first step we must configure the joomla plugin Then configure the docuwiki plugin Click on the following images to display the large screenshot of the...

Joomla

Show Dokuwiki Root - Joomla Module

Show Dokuwiki Root - Joomla Module

A simple customizable module to show Dokuwiki-root links in your Joomla pages. Auto link your Dokuwiki projects directories. Version:1.0 DOWNLOAD 2011-11-24 carlo scornajenghi http://www.cybernetica.it Copyleft GNU/GPL Customize Path:Your Path...

MySQL

MYSQL - backup database

Use mysqldump to export your data La cosa piu' semplice e veloce da riga di comando per esportare il proprio db è usare mysqldump MYSQL QUERY: mysqldump -u username -p –databases db_name dump.sql //The mysqldump client is a backup program originally written...

Seo

Google panda - SEO sul web

Google panda - SEO sul web

Segue un'elenco di contributi che abbiamo scritto sulla rete in merito a strategie e considerazioni sul nuovo algoritmo google panda e il suo impatto con contenuti web duplicati da altri siti internet in un caso di possibile penalizzazione serp. Google Panda &...