Debian Bullseye 11 and Ubuntu 22.04 will no longer use apt-key (apt-key deprecated) to manage the list of keys used by apt to authenticate packages. Therefore if you are using debian 10 testing (Bullseye) the standard procedure to import the Vivaldi specific repository key using apt-key will inevitably lead to the title warning.
To avoid the warning we can take the repository key in plain text format, convert it into binary gpg format and add it to the specific apt directory /etc/apt/trusted.gpg.d
below it is the warning about Vivaldi’s apt repository in debian bullseys (debian 10 testing) using apt-key. The warning that occurs when launching apt update is reported in full..
...
...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.vivaldi.com/stable/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2
W: Failed to fetch http://repo.vivaldi.com/stable/deb/dists/stable/Release.gpg The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2
W: Some index files failed to download. They have been ignored, or old ones used instead.
...
...
The warning is also preceded by the following error line :
Err:11 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2
HandBrake: Open Source Video Transcoder, apprezzato programma multipiattaforma (Linux, Windows, MacOS) per la trascodificata video, attualmente è giunto alla versione 1.3.3 ( 16/06/2020 ) Per chi utilizza debian 10 stable il pacchetto disponibile è la versione 1.2.2 così descritto:
Package: handbrake (1.2.2+ds1-1) strumento versatile per estrazione di DVD e transcodifica di video (GUI GTK+) HandBrake è uno strumento versatile e facile da usare per convertire DVD e altri video in oggetti multimediali in formato H.264, XViD o Ogg. È particolarmente utile per creare video che sono compatibili con dispositivi video portatili, come gli iPod/iPhone Apple o la PSP Sony. Questo pacchetto contiene la variante grafica, ghb.
Format: I containers disponibili sono Matroska ( MKV ) e MP4 ( M4) e WebM
Convertire file .m4v in mp4
Se il codec video utilizzato è H264 il formato m4v può essere convertito nel più classico e diffuso .mp4 semplicemente rinominado l’estensione. In questo modo semplici NAS e media player potrebbero essere agevolati nello streaming del file multimediale.
Handbrake in genere non necessità di particolari impostazioni basta selezionare uno dei profili di destinazione tra i molti disponibili è premere il pulsante Start per avviare la conversione del file.
Handbrake 1.3.3 Presets e Pannello Video per la personalizzazione
Presets: Sulla destra sono disponibili i diversi presets suddivisi in 3 categorie General, Web, Devices, Matroska e Production.
Benchè le impostazioni di default rappresentani in genere un ottimo tra qualità e dimensione del file ci sono diversi pannelli e schede per personalizzare la conversione.
Disponibile anche la funzione Preview. Nella scheda Dimension è disponible anche la funzione cropping.
Filter: La scheda filter consente di deinterlacciare un eventuale video interlacciato.
Video: la scheda consente di variare il video encoder oltre ad H.264 sono disponibili mpeg-2 e – mpeg-4 e VP3 Theora e di regolare il livello di compressione.
Audio: la scheda consente di agire per ogni traccia audio è possibile modificare l’encoder e la qualità agendo su compressione ( bitrate ) e Mix.
Le altre schede disponibili rigurdano i Sottotioli, i Capitoli e i Tags.
Dipendenze:
autoconf
automake
build-essential
cmake
git
libass-dev
libbz2-dev
libfontconfig1-dev
libfreetype6-dev
libfribidi-dev
libharfbuzz-dev
libjansson-dev
liblzma-dev
libmp3lame-dev
libnuma-dev
libogg-dev
libopus-dev
libsamplerate-dev
libspeex-dev
libtheora-dev
libtool
libtool-bin
libturbojpeg0-dev
libvorbis-dev
libx264-dev
libxml2-dev
libvpx-dev
m4
make
meson
nasm
ninja-build
patch
pkg-config
python
tar
zlib1g-dev
Dipendenze per QSV ( Intel Quick Sync Video dependencies ) (opzionale):
libva-dev
libdrm-dev
Dipendenze per l’interfaccia Grafica:
intltool
libappindicator-dev
libdbus-glib-1-dev
libglib2.0-dev
libgstreamer1.0-dev
libgstreamer-plugins-base1.0-dev
libgtk-3-dev
libgudev-1.0-dev
libnotify-dev
libwebkit2gtk-4.0-dev (libwebkitgtk-3.0-dev for Debian 9)
L’emulatore QEMU consente di testare agevolmente le ISO delle distribuzioni linux e anche una chiavetta usb avviabile.
L’emulatore Qemu – KVM consente anche di testare la configurazione di boot degli hard disk presenti nel sistema senza la necessita di procedere al riavvio.
per testare il disco sda digitare ad esempio
kvm -hda /dev/sda
o
qemu-system-x86_64 -hda /dev/sda
qemu può essere installato con:
sudo apt-get install qemu
oppure
sudo apt-get install qemu-kvm
Testare una chiavetta usb di avvio
Nella stessa modalità può essere per testata una chiavetta usb di avvio.
kvm -hda /dev/sdc
oppure
qemu-system-x86_64 -hda /dev/sdc
Volendo è possibile specificare più parametri in fase di avvio
kvm -cdromantiX-16.2_x64-base.iso -hda qemu_hda.img -m 512 -boot d
Nota: Il formato di default per il disco immagine è raw volendo si può precisare anche il formato vmdk di vmware : qemu-img create -f vmdk qemu_hda.vmdk 2G
In questo blog più volte si è parlato della configurazione e dell’installazione della stampante multifuzione Brother multifunzione MFC5890CN in Ubuntu e Debian. Il “nuovo” installer ( Driver install Tool) consente di installare da linea di comando i drivers e di configurare la stampante e lo scanner in modo efficace e semplice. Benchè la parte di stampa sia pensata per i 32 bit funziona nonostante qualche warning anche in debian 8.0 jessie a 64 bit. La sezione scanner è disponibile anche nella versione a 64 bit. In fondo al posto anche l’amminsitrazione della stampante utilizzando il servizio http di cups.
Brother MFC-5890CN Network printer in Debian 8.0
Di seguito la procedura di installazione e configurazione della stampante MFC-5890 disponibile via rete in Debian 8.0 Jessie a 64 bit.
Quindi avviare e seguire la procedura guidata che inizia con la richiesta del modello di stampante prosegue con la configurazione della stampante e termina con la parte dedicata allo scanner.
Di seguito sono riportate le fasi principali della procedura
su
./linux-brprinter-installer-2.0.0-1
Input model name ->MFC-5890CN
You are going to install following packages.
mfc5890cnlpr-1.1.2-2.i386.deb
mfc5890cncupswrapper-1.1.2-2.i386.deb
brscan3-0.2.13-1.amd64.deb
brscan-skey-0.2.4-1.amd64.debOK? [y/N] ->y
=========================================
GPL License Agreement
...
Do you agree? [y/N] ->y
wget -T 10 -nd --no-cache http://www.brother.com/pub/bsc/linux/packages/mfc5890cnlpr-1.1.2-2.i386.deb
--2015-06-11 18:50:30-- http://www.brother.com/pub/bsc/linux/packages/mfc5890cnlpr-1.1.2-2.i386.deb
Resolving www.brother.com (www.brother.com)... 2.228.46.105, 2.228.46.106
Connecting to www.brother.com (www.brother.com)|2.228.46.105|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1907324 (1.8M) [text/plain]
Saving to: ‘mfc5890cnlpr-1.1.2-2.i386.deb’
mfc5890cnlpr-1.1.2- 100%[====================>] 1.82M 519KB/s in 3.8s
2015-06-11 18:50:34 (496 KB/s) - ‘mfc5890cnlpr-1.1.2-2.i386.deb’ saved [1907324/1907324]
=========================================
GPL License Agreement
...
Do you agree? [y/N] ->y
wget -T 10 -nd --no-cache http://www.brother.com/pub/bsc/linux/packages/mfc5890cncupswrapper-1.1.2-2.i386.deb
--2015-06-11 18:51:13-- http://www.brother.com/pub/bsc/linux/packages/mfc5890cncupswrapper-1.1.2-2.i386.deb
Resolving www.brother.com (www.brother.com)... 2.228.46.105, 2.228.46.106
Connecting to www.brother.com (www.brother.com)|2.228.46.105|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14094 (14K) [text/plain]
Saving to: ‘mfc5890cncupswrapper-1.1.2-2.i386.deb’
mfc5890cncupswrappe 100%[====================>] 13.76K --.-KB/s in 0.02s
2015-06-11 18:51:13 (800 KB/s) - ‘mfc5890cncupswrapper-1.1.2-2.i386.deb’ saved [14094/14094]
Hit http://ftp.it.debian.org jessie InRelease
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:2 http://ftp.it.debian.org jessie-updates InRelease [126 kB]
Get:3 http://security.debian.org jessie/updates/main Sources [58.2 kB]
Hit http://ftp.it.debian.org jessie/main Sources
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [95.5 kB]
Hit http://ftp.it.debian.org jessie/main amd64 Packages
Hit http://ftp.it.debian.org jessie/main Translation-en
Get:5 http://security.debian.org jessie/updates/main Translation-en [51.3 kB]
Get:6 http://ftp.it.debian.org jessie-updates/main Sources [2,471 B]
Get:7 http://ftp.it.debian.org jessie-updates/main amd64 Packages/DiffIndex [367 B]
Get:8 http://ftp.it.debian.org jessie-updates/main Translation-en/DiffIndex [229 B]
Get:9 http://deb.opera.com stable InRelease [2,590 B]
Get:10 http://deb.opera.com stable InRelease [2,590 B]
Get:11 http://deb.opera.com stable/non-free amd64 Packages [1,775 B]
Hit http://httpredir.debian.org jessie InRelease
Get:12 http://deb.opera.com stable/non-free amd64 Packages [1,775 B]
Hit http://httpredir.debian.org jessie/main amd64 Packages
Hit http://httpredir.debian.org jessie/contrib amd64 Packages
Hit http://httpredir.debian.org jessie/non-free amd64 Packages
Hit http://httpredir.debian.org jessie/contrib Translation-en
Hit http://httpredir.debian.org jessie/main Translation-en
Hit http://httpredir.debian.org jessie/non-free Translation-en
Ign http://deb.opera.com stable/non-free Translation-en_GB
Ign http://deb.opera.com stable/non-free Translation-en
Ign http://deb.opera.com stable/non-free Translation-en_GB
Ign http://deb.opera.com stable/non-free Translation-en
Fetched 405 kB in 7s (53.4 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
lib32gcc1 libc6-i386
The following NEW packages will be installed:
lib32gcc1 lib32stdc++6 libc6-i386
0 upgraded, 3 newly installed, 0 to remove and 38 not upgraded.
Need to get 2,711 kB of archives.
After this operation, 11.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ftp.it.debian.org/debian/ jessie/main libc6-i386 amd64 2.19-18 [2,383 kB]
Get:2 http://ftp.it.debian.org/debian/ jessie/main lib32gcc1 amd64 1:4.9.2-10 [47.9 kB]
Get:3 http://ftp.it.debian.org/debian/ jessie/main lib32stdc++6 amd64 4.9.2-10 [280 kB]
Fetched 2,711 kB in 8s (335 kB/s)
Selecting previously unselected package libc6-i386.
(Reading database ... 159464 files and directories currently installed.)
Preparing to unpack .../libc6-i386_2.19-18_amd64.deb ...
Unpacking libc6-i386 (2.19-18) ...
Selecting previously unselected package lib32gcc1.
Preparing to unpack .../lib32gcc1_1%3a4.9.2-10_amd64.deb ...
Unpacking lib32gcc1 (1:4.9.2-10) ...
Selecting previously unselected package lib32stdc++6.
Preparing to unpack .../lib32stdc++6_4.9.2-10_amd64.deb ...
Unpacking lib32stdc++6 (4.9.2-10) ...
Setting up libc6-i386 (2.19-18) ...
Setting up lib32gcc1 (1:4.9.2-10) ...
Setting up lib32stdc++6 (4.9.2-10) ...
Processing triggers for libc-bin (2.19-18) ...
dpkg -x mfc5890cnlpr-1.1.2-2.i386.deb /
dpkg -x mfc5890cncupswrapper-1.1.2-2.i386.deb /
dpkg-deb: building package `mfc5890cnlpr' in `mfc5890cnlpr-1.1.2-2a.i386.deb'.
dpkg -b ./brother_driver_packdir mfc5890cnlpr-1.1.2-2a.i386.deb
dpkg-deb: building package `mfc5890cncupswrapper' in `mfc5890cncupswrapper-1.1.2-2a.i386.deb'.
dpkg -b ./brother_driver_packdir mfc5890cncupswrapper-1.1.2-2a.i386.deb
dpkg -i --force-all mfc5890cnlpr-1.1.2-2a.i386.deb
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: package architecture (i386) does not match system (amd64)
Selecting previously unselected package mfc5890cnlpr.
(Reading database ... 159779 files and directories currently installed.)
Preparing to unpack mfc5890cnlpr-1.1.2-2a.i386.deb ...
Unpacking mfc5890cnlpr (1.1.2-2) ...
Setting up mfc5890cnlpr (1.1.2-2) ...
mkdir: cannot create directory ‘/var/spool/lpd/mfc5890cn’: No such file or directory
chown: cannot access ‘/var/spool/lpd/mfc5890cn’: No such file or directory
chgrp: cannot access ‘/var/spool/lpd/mfc5890cn’: No such file or directory
chmod: cannot access ‘/var/spool/lpd/mfc5890cn’: No such file or directory
dpkg -i --force-all mfc5890cncupswrapper-1.1.2-2a.i386.deb
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: package architecture (i386) does not match system (amd64)
Selecting previously unselected package mfc5890cncupswrapper.
(Reading database ... 159800 files and directories currently installed.)
Preparing to unpack mfc5890cncupswrapper-1.1.2-2a.i386.deb …
Unpacking mfc5890cncupswrapper (1.1.2-2) …
Setting up mfc5890cncupswrapper (1.1.2-2) …
Restarting cups (via systemctl): cups.service.
#
You are going to install following packages.
brscan3-0.2.11-5.amd64.deb
=========================
Brother License Agreement
...
Do you agree? [y/N] ->Y
...
wget -T 10 -nd --no-cache http://www.brother.com/pub/bsc/linux/packages/brscan3-0.2.13-1.amd64.deb
--2015-06-11 19:07:30-- http://www.brother.com/pub/bsc/linux/packages/brscan3-0.2.13-1.amd64.deb
Resolving www.brother.com (www.brother.com)... 2.228.46.106, 2.228.46.105
Connecting to www.brother.com (www.brother.com)|2.228.46.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 67650 (66K) [text/plain]
Saving to: ‘brscan3-0.2.13-1.amd64.deb’
brscan3-0.2.13-1.am 100%[====================>] 66.06K --.-KB/s in 0.1s
2015-06-11 19:07:30 (472 KB/s) - ‘brscan3-0.2.13-1.amd64.deb’ saved [67650/67650]
dpkg -i --force-all brscan3-0.2.13-1.amd64.deb
Selecting previously unselected package brscan3.
(Reading database ... 159803 files and directories currently installed.)
Preparing to unpack brscan3-0.2.13-1.amd64.deb ...
Unpacking brscan3 (0.2.13-1) ...
Setting up brscan3 (0.2.13-1) ...
You are going to install following packages. brscan-skey-0.2.4-1.amd64.deb
=========================================
Brother License Agreement
...
Connecting to www.brother.com (www.brother.com)|2.228.46.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50852 (50K) [text/plain]
Saving to: ‘brscan-skey-0.2.4-1.amd64.deb’
brscan-skey-0.2.4-1 100%[====================>] 49.66K --.-KB/s in 0.1s
2015-06-11 19:09:38 (443 KB/s) - ‘brscan-skey-0.2.4-1.amd64.deb’ saved [50852/50852]
lpr -P MFC5890CN /usr/share/cups/data/testprint
You are going to install following packages.
brscan3-0.2.13-1.amd64.deb
dpkg -i --force-all brscan3-0.2.13-1.amd64.deb
(Reading database ... 159832 files and directories currently installed.)
Preparing to unpack brscan3-0.2.13-1.amd64.deb ...
Unpacking brscan3 (0.2.13-1) over (0.2.13-1) ...
Setting up brscan3 (0.2.13-1) ...
You are going to install following packages.
brscan-skey-0.2.4-1.amd64.deb
dpkg -i --force-all brscan-skey-0.2.4-1.amd64.deb
(Reading database ... 159832 files and directories currently installed.)
Preparing to unpack brscan-skey-0.2.4-1.amd64.deb ...
Unpacking brscan-skey (0.2.4-1) over (0.2.4-1) ...
Setting up brscan-skey (0.2.4-1) ...
brsaneconfig3 -a name=MFC-5890CN model=MFC-5890CN ip=192.168.77.195
Hit Enter/Return key.dpkg -i --force-all brscan-skey-0.2.4-1.amd64.deb
Selecting previously unselected package brscan-skey.
(Reading database ... 159823 files and directories currently installed.)
Preparing to unpack brscan-skey-0.2.4-1.amd64.deb ...
Unpacking brscan-skey (0.2.4-1) ...
Setting up brscan-skey (0.2.4-1) ...
enter IP address ->
brsaneconfig3 -a name=MFC-5890CN model=MFC-5890CN ip=lpr -P MFC5890CN /usr/share/cups/data/testprint
Invalid IP address (lpr)
Hit Enter/Return key.
...
dpkg -i --force-all brscan-skey-0.2.4-1.amd64.deb
Selecting previously unselected package brscan-skey.
(Reading database ... 141525 files and directories currently installed.) Preparing to unpack brscan-skey-0.2.4-1.amd64.deb ... Unpacking brscan-skey (0.2.4-1) ...
Setting up brscan-skey (0.2.4-1) ...
enter IP address ->192.168.1.195brsaneconfig3 -a name=MFC-5890CN model=MFC-5890CN ip=192.168.1.195Hit Enter/Return key.
Attualmente sono disponibili due versioni del browser Opera la 12.xxbasata sul motore di rendering Presto e la 27.xx basata sul motore Blink utilizzato anche da Google Chrome. Utilizzando il repository specifico è possibile avere a disposizione le due versioni:
la nuova versione 27 con motore Blink è opera-stable
quella basata su motore Presto, la 12.xx, è opera-next
Installare Opera utilizzando il repository specifico
Utilizzare il repository specifico consente di avere sempre disponibile, grazie agli update automatici, l’ultima versione disponibile del browser opera una scelta comoda se si desidera utilizzare Opera con una certa continuità seppur non come browser di default.
Scaricare e installare la key per il Repository Linux di Opera passando prima a root:
Se si utilizzano browser recenti dovrebbe apparire selezioanta automaticamente la versione appropriata. Diversamente selezionare nei primi due dropbox rispettivamente [Ubuntu] [debian package] e scaricare il pacchetto.
Il binary .deb si può installare da terminale con il solito comando
sudo dpkg -i nome-pacchetto.deb
Installare Opera con wine
Installare Opera utilizzando wine ha una sua logica solo se wine è già installato e si si vuole disporre di più versioni dei browser ad esempio per effettuare tests sul rendering delle pagine web.
kvm -cdrom slax-6.1.2.iso -hda qemu_hda.img -m 512 -boot d
Nota: Il formato di default per il disco immagine è raw volendo si può precisare anche il formato vmdk di vmware : qemu-img create -f vmdk qemu_hda.vmdk 2G
In questo blog più volte si è parlato della configurazione e dell’installazione della stampante Brother multifunzione MFC5890CN in Ubuntu e Debian. Recentemente ho avuto modo di constatare che Brother ha cambiato la parte del sito relativa alle funzioni di servizio e ha reso finalmente disponibile un installer ( Driver install Tool ) da linea di comando che consente di installare i drivers e di configurare la stampante e scanner in modo efficace e semplifice. In passato infatti c’era sempre stato stato qualche problema in particolare in Ubuntu 64 bit con la gestione dello scanner. Il Driver install Tool è alla versione 2.0.0.1 ( marzo 2014 ).
Di seguito la procedura di installazione in ubuntu 14.04 e ubuntu 14.10.
Una volta scaricato il driver install tool: linux-brprinter-installer-2.0.0-1
decomprimere e rendere eseguibile con
gunzip linux-brprinter-installer-2.0.0-1.gz
sudo chmod +x linux-brprinter-installer-2.0.0-1
Quindi avviare e seguire la procedura guidata che inizia con la richiesta del modello di stampante prosegue con la configurazione della stampante e termina con la parte dedicata allo scanner.
Di seguito sono riportate le fasi principali della procedura
sudo ./linux-brprinter-installer-2.0.0-1
Input model name ->MFC-5890CN
You are going to install following packages.
mfc5890cnlpr-1.1.2-2.i386.deb
mfc5890cncupswrapper-1.1.2-2.i386.deb
brscan3-0.2.11-5.amd64.deb
brscan-skey-0.2.4-1.amd64.debOK? [y/N] ->
Brother License Agreement
...
Do you agree? [y/N] ->wget -T 10 -nd --no-cache http://www.brother.com/pub/bsc/linux/packages/mfc5890cncupswrapper-1.1.2-2.i386.deb
--2014-04-17 22:53:51-- http://www.brother.com/pub/bsc/linux/packages/mfc5890cncupswrapper-1.1.2-2.i386.deb
...
dpkg -i --force-all mfc5890cnlpr-1.1.2-2a.i386.deb
...
dpkg -i --force-all mfc5890cncupswrapper-1.1.2-2a.i386.deb...wget -T 10 -nd --no-cache http://www.brother.com/pub/bsc/linux/packages/brscan-skey-0.2.4-1.amd64.deb
--2014-04-17 22:57:28-- http://www.brother.com/pub/bsc/linux/packages/brscan-skey-0.2.4-1.amd64.deb
Resolving www.brother.com (www.brother.com)... 2.228.46.106, 2.228.46.105
Connecting to www.brother.com (www.brother.com)|2.228.46.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50852 (50K) [text/plain]
Saving to: ‘brscan-skey-0.2.4-1.amd64.deb’
100%[====================================>] 50,852 --.-K/s in 0.1s
2014-04-17 22:57:28 (517 KB/s) - ‘brscan-skey-0.2.4-1.amd64.deb’ saved [50852/50852]
dpkg -i --force-all brscan-skey-0.2.4-1.amd64.deb
Selecting previously unselected package brscan-skey.
(Reading database ... 141525 files and directories currently installed.)
Preparing to unpack brscan-skey-0.2.4-1.amd64.deb ...
Unpacking brscan-skey (0.2.4-1) ...
Setting up brscan-skey (0.2.4-1) ...
enter IP address ->
...
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
...
dpkg -i --force-all mfc5890cnlpr-1.1.2-2a.i386.deb
...
dpkg -i --force-all mfc5890cncupswrapper-1.1.2-2a.i386.deb
...
Will you specify the Device URI? [Y/n] ->Y
0: http
1: ipp14
2: lpd
3: ipps
4: https
5: hp
6: smb
7: ipp
8: socket
9: hpfax
10: dnssd://Brother%20MFC-5890CN._pdl-datastream._tcp.local/
11: dnssd://Brother%20MFC-5890CN%20%40%20Administrator%E2%80%99s%20MacBook%20Pro._ipp._tcp.local/cups
12: lpd://BRN001BA920882F/BINARY_P1
13 (I): Specify IP address.
14 (A): Auto. (dnssd://Brother%20MFC-5890CN._pdl-datastream._tcp.local/)select the number of destination Device URI. ->14lpadmin -p MFC5890CN -v dnssd://Brother%20MFC-5890CN._pdl-datastream._tcp.local/ -E
Test Print? [y/N] ->y
wait 5s.
lpr -P MFC5890CN /usr/share/cups/data/testprint
You are going to install following packages.
brscan3-0.2.11-5.amd64.deb
Brother License Agreement
...
Do you agree? [y/N] ->Y
...
dpkg -i --force-all brscan3-0.2.11-5.amd64.deb
...
You are going to install following packages. brscan-skey-0.2.4-1.amd64.deb
...
dpkg -i --force-all brscan-skey-0.2.4-1.amd64.deb Selecting previously unselected package brscan-skey. (Reading database ... 141525 files and directories currently installed.) Preparing to unpack brscan-skey-0.2.4-1.amd64.deb ... Unpacking brscan-skey (0.2.4-1) ... Setting up brscan-skey (0.2.4-1) ...
enter IP address ->192.168.1.195brsaneconfig3 -a name=MFC-5890CN model=MFC-5890CN ip=192.168.1.195Hit Enter/Return key.
Per installare la release 4.2.0.11 di Skype, il noto programma di VoIp e messaggistica istantanea parte della scuderia Microsoft, nella versione di Ubuntu Trusty Tahr si può far riferiemtno al repository partner di Ubuntu. In questo modo l’installazione diventa veramente agevole. Unico aspetto “negativo” nella versione di Ubuntu Trusty a 64 bit verranno installate una molteplicità di pacchetti/librerie a 32 bit (220 MB) .
Nel window manager awesome le informazioni per la visualizzazioni di data ora sono presenti nel file di configurazione rc.lua che in ubuntu è localizzato di default in /etc/xdg/awesome.
La visualizzazione di data e ora e demandata al seguente widget:
Volendo è possibile utilzzare il widget viciousvicious.widgets.date. Vicious è un libreria modulare di widgets per awesome. Con i widgets è possibile aggiungere a qualsiasi wibox ( statusbar e titlebars) con grande flessibilità varie informazioni relative a: sistema, window manger e clienti X
Sceglere il packages handbrake – 0.9.9ppa1~raring1 della versione desiderata gtk per l’interfaccia grafica, cli per la versione a riga di comando e ovviamente i386 per la32 bit, amd64 per la 64 bit.
Installare handbrake in Ubuntu 13.10 64 bit da terminale
per installare la versione a 64 bit con interfaccia grafica (gtk) scaricare il file handbrake-gtk_0.9.9ppa1~raring1_amd64.deb
Ancora una volta non ho compiuto test approfonditi ma la versione amd64 su Ubuntu 13.10 64 bit sembra funzionare egregiamente almeno per quelle che sono le mie esigenze.
Handbrake 0.9.9-ubuntu 13.10
Per avviare Handbrake da terminale si deve digitare un acronimo derivato da handbrake-gtk.
:~$ ghb
Sources:
I files multimediali più comuni che le librerie libavformat e libavcodec supportano.
Quasiasi DVD o Bluray-like che non sia “copy-protected”. (la rimozione della protezione della copia non è supportata)
Outputs:
Formato files contenitore : MP4(M4V) e Matrosca (MKV)
Video: H.264(x264), MPEG-4(ffmpeg), MPEG-2(ffmpeg), or Theora(libtheora)
Audio: AAC, CoreAudio AAC/HE-AAC (OS X Only), MP3, Flac, AC3, or Vorbis. AC-3, DTS, DTS-HD, AAC and MP3 pass-thru
Utilizzare handbrake
Alcune brevi considerazioni
Format: I containers disponibili sono Matroska ( MKV ) e MP4 ( M4)
Presets: Sulla destra sono disponibili diversi presets per dispositi portatili in devices. In Regular oltre a Normal è disponibile High profile adatto per i film ad alta definizione.
Benchè le impostazioni di default rappresentani in genere un ottimo tra qualità e dimensione del file ci sono diversi pannelli e schede per personalizzare la conversione.
Handrake picture setting presets
Picture setting apre un finestra di preview. Qui selezionando show setting è possibile di impostare le dimensioni del filmato in output: risoluzione e cropping ( ritaglio). In filter è possibile deinterlacciare un eventuale video interlacciato.
Video: la scheda consente di variare il video encoder oltre ad H.264 sono disponibili mpeg-2 e – mpeg-4 e VP3 Theora e di regolare il livello di compressione.
handrake video setting
Audio: la scheda consente di agire per ogni traccia audio è possibile modificare l’encoder e la qualità agendo su compressione ( bitrate ) e Mix.
Le altre schede disponibili rigurdano i Sottotioli, i Capitoli e i Tags