Sei inHome > Posts tagged "ottimizzazione raspberry"
Nella precedente guida abbiamo visto come installare e configurare OwnCloud (e tutto quello che c'è "sotto il cofano": MySQL, Apache e PHP) per creare il nostro piccolo, ma funzionale Cloud domestico e gratuito.
Come vi avevamo annunciato a fine articolo, oggi vediamo come utilizzare un HDD esterno come "base" per salvare
$accesspress_mag_show_footer_switch = of_get_option( 'footer_switch', '1' );
$accesspress_mag_footer_layout = of_get_option( 'footer_layout' );
$accesspress_mag_sub_footer_switch = of_get_option( 'sub_footer_switch', '1' );
$accesspress_mag_copyright_text = of_get_option( 'mag_footer_copyright' );
$accesspress_mag_copyright_symbol = of_get_option( 'copyright_symbol', '1' );
$trans_top = of_get_option( 'top_arrow', 'Top' );
if( empty( $trans_top ) ) { $trans_top = __( 'Top', 'accesspress-mag' ); }
?>