• Non sono ammesse registrazioni con indirizzi email temporanei usa e getta

In Rilievo Qui discussioni su Linux e le varie distribuzioni (Ubuntu, Linux Mint, Fedora, ecc)

Se se possiede una connessione a banda larga o ultralarga, consiglio l'uso di un Download Manager esterno al posto di quello integrato in Firefox.

Con altri Browser non so, ma con Firefox (anche in Windows 10), la velocità di Download è quasi 3 volte più lenta a confronto del Download Manager.

Con Linux mint, nel mio caso, quello che funziona meglio è XDM (Xtreme Download Manager).
Anche se esiste la versione per Windows, in Windows uso un altro Software.

Queste sono le differenze in Firefox:

Downloader interno di Firefox
Download manager esterno
 
Salve a tutti volevo chiede, in ubuntu è possibile inserire una barra di ricerca come quella di win10 nella sidebar?
 
Quale sarebbe la sidebar di Windows 10?
Mi ricordo quella di Windows Vista, ma quella di Windows 10?

Parli di Ubuntu classico o qualche derivata?
 
Quale sarebbe la sidebar di Windows 10?
Mi ricordo quella di Windows Vista, ma quella di Windows 10?

Parli di Ubuntu classico o qualche derivata?
Scusami forse mi sono espresso male... indendevo dire se si può inserire una barra di ricerca nella sidebar(si chiama così la barra laterale che ho messo io in basso dove ci sono le icone dei programmi?) di ubuntu
 
Se intendi la Dash di Ubuntu Unity, non saprei.

Se è per cercare i file nel Pc, potresti provare con un programma tipo Catfish ricerca file e mettere il pulsante nella dash.
 
In prossimità del passaggio del pc principale a linux, piallando windows (tramite systemback, con configurazione del portatile), nel conky a suo tempo sistemato da @bobbys, con il pc principale non viene rilevata la scheda di rete, scheda che funziona correttamente, visto che l'ho provata in live.

La scheda di rete è una: Intel 82579V Gigabit Network Connection

Il conkie in questione è:

Codice:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
]]

conky.config = {
	update_interval = 1,
	cpu_avg_samples = 2,
	net_avg_samples = 2,
	out_to_console = false,
	override_utf8_locale = true,
	double_buffer = true,
	no_buffers = true,
	text_buffer_size = 32768,
	imlib_cache_size = 0,
	own_window = true,
	own_window_type = 'normal',
	own_window_argb_visual = true,
	own_window_argb_value = 50,
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	border_inner_margin = 5,
	border_outer_margin = 0,
	xinerama_head = 1,
	alignment = 'bottom_right',
	gap_x = 0,
	gap_y = 33,
	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
	use_xft = true,
	font = 'Ubuntu Mono:size=12',
	xftalpha = 0.8,
	uppercase = false,
	default_color = 'white',
	own_window_colour = '#000000',
	own_window_transparent = true,		
	minimum_width = 300, minimum_height = 0,
	alignment = 'top_right',
};

conky.text = [[
${font sans-serif:normal:size=8}${color yellow}Hostname: $nodename $color
${font sans-serif:normal:size=8}${color yellow}$sysname Kernel: $kernel $color
${color yellow}${font sans-serif:normal:size=8}${color yellow}CPU: ${execi 1000 grep model /proc/cpuinfo | cut -d : -f2 | tail -1 | sed 's/\s//'} $machine  $freq_g (Mhz) $color
${color yellow}${if_existing /proc/net/route wlp3s0} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr wlp3s0} ${else}${if_existing /proc/net/route enp2s0f0} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr enp2s0f0} ${else}${font sans-serif:normal:size=8}Nessuna connessione di rete ${endif}${endif} $color
${hr 1}

${font sans-serif:normal:size=8}CPU Utilizzata: ${color magenta}${cpu cpu1}% ${cpubar cpu1 12}$color

${font sans-serif:normal:size=8}RAM Utilizzata: ${color cyan}$memperc% ${membar 12}$color
${font sans-serif:normal:size=8} ${color cyan} $alignr $mem / $memmax$color

${font sans-serif:normal:size=8}Disco Root: ${color grey}${fs_used_perc /}% ${fs_bar 12 /}$color
${font sans-serif:normal:size=8} ${color grey} $alignr ${fs_used /} / ${fs_size /}$color

${font sans-serif:normal:size=8}Disco Home: ${color yellow}${fs_used_perc /home}% ${fs_bar 12 /home}$color
${font sans-serif:normal:size=8} ${color yellow} $alignr ${fs_used /home} / ${fs_size /home}$color
${hr 1}
${font sans-serif:normal:size=8}${alignc}Tempo di attività*: ${color yellow}$uptime$color

]];
Conky a cui vorrei aggiungere, se fattibile, avendo già controllanto di aver installato hddtemp, le temperature dei due HDD, rilevati come SDA e SDB
 
...con il pc principale non viene rilevata la scheda di rete, scheda che funziona correttamente, visto che l'ho provata in live.

La scheda di rete è una: Intel 82579V Gigabit Network Connection
Da terminale digita
Codice:
ifconfig
leggi il nome della connessione
sostituisci nel conky nella riga con le info di rete "enp2s0f0" col nome della tua scheda es. "enp2s0"
se hai anche la wifi correggi anche "wlp3s0"
esempio:
Codice:
${color yellow}${if_existing /proc/net/route wlp3s0} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr wlp3s0} ${else}${if_existing /proc/net/route enp2s0} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr enp2s0} ${else}${font sans-serif:normal:size=8}Nessuna connessione di rete ${endif}${endif} $color

Per la temperatura... ci penso :)
 
Adesso sono con la 'live'

Questo è il risultato

Codice:
portatile@Portatile:~$ ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.2  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::45f:b4b8:2d1b:2b7d  prefixlen 64  scopeid 0x20<link>
        ether 40:16:7e:36:6d:41  txqueuelen 1000  (Ethernet)
        RX packets 1183  bytes 1402828 (1.4 MB)
        RX errors 0  dropped 73  overruns 0  frame 0
        TX packets 1051  bytes 90935 (90.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xf7300000-f7320000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Loopback locale)
        RX packets 170  bytes 14737 (14.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 170  bytes 14737 (14.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

portatile@Portatile:~$

Sul fisso non è presente il wifi.

Attualmente il conky si presenta così, la temperatura sarebbe ottima per me sotto la parte relativa agli ip, quindi sullo screen dove esce ora nessuna connessione, magari recuperando spazio elminando l'host name che interessa relativamente



Poi l'ultima cosa poi non rompo più, spero :D

E' possibile convertire i GiB in GB?

P.s. sto provando a sistemare ma sto scassando l'intero file :D
Puoi metterlo poi con le modifiche così da fare semplicemente copia/incolla, grazie :D
 
Ultima modifica:
Intanto prova se legge la rete...
Codice:
... omissis

conky.text = [[
${font sans-serif:normal:size=8}${color yellow}Hostname: $nodename $color
${font sans-serif:normal:size=8}${color yellow}$sysname Kernel: $kernel $color
${color yellow}${font sans-serif:normal:size=8}${color yellow}CPU: ${execi 1000 grep model /proc/cpuinfo | cut -d : -f2 | tail -1 | sed 's/\s//'} $machine  $freq_g (Mhz) $color
${color yellow}${if_existing /proc/net/route wlp3s0} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr wlp3s0} ${else}${if_existing /proc/net/route eno1} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr eno1} ${else}${font sans-serif:normal:size=8}Nessuna connessione di rete ${endif}${endif} $color
${hr 1}

${font sans-serif:normal:size=8}CPU Utilizzata: ${color magenta}${cpu cpu1}% ${cpubar cpu1 12}$color

${font sans-serif:normal:size=8}RAM Utilizzata: ${color cyan}$memperc% ${membar 12}$color
${font sans-serif:normal:size=8} ${color cyan} $alignr $mem / $memmax$color

${font sans-serif:normal:size=8}Disco Root: ${color grey}${fs_used_perc /}% ${fs_bar 12 /}$color
${font sans-serif:normal:size=8} ${color grey} $alignr ${fs_used /} / ${fs_size /}$color

${font sans-serif:normal:size=8}Disco Home: ${color yellow}${fs_used_perc /home}% ${fs_bar 12 /home}$color
${font sans-serif:normal:size=8} ${color yellow} $alignr ${fs_used /home} / ${fs_size /home}$color
${hr 1}
${font sans-serif:normal:size=8}${alignc}Tempo di attività*: ${color yellow}$uptime$color

]];
 
Funziona,

Gli Ip pubblico e locale vengono correttamente rilevati
Bene...

Per le temperature aggiungi la seguente riga sotto i dati dei dischi o dove vuoi
Codice:
${font sans-serif:normal:size=8} HDD1 ${execi 1800 hddtemp /dev/sda|awk '{print $NF}'} $alignr HDD2 ${execi 1800 hddtemp /dev/sdb|awk '{print $NF}'}
eventualmente aumenta o diminuisci i due tempi di esecuzione/lettura (1800) secondo le esigenze

Pero' prima dai i permessi di esecuzione ad hddtemp
Codice:
sudo chmod u+s /usr/sbin/hddtemp
 
Ciao Bobbys, con la live (forse è quello il problema) dando l'input di esecuzione al file, come mi hai suggerito, copiato e incollato nel terminale non esce nulla

Se invece do il comando per verificare la temperatura con il terminale, mi da la temperatura dell'hdd

Questo è il comando per controllare gli HDD, dovrebbe essere corretto:

Codice:
portatile@Portatile:~$ sudo fdisk -l
[sudo] password di portatile: 
Disk /dev/loop0: 2,67 GiB, 2853187584 bytes, 5572632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes




Disk /dev/sda: 931,53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: TOSHIBA DT01ACA1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x501ccdc4

Dispositivo Avvio     Start       Fine    Settori   Size Id Tipo
/dev/sda1   *          2048     206847     204800   100M  7 HPFS/NTFS/exFAT
/dev/sda2            206848   35858431   35651584    17G 1b W95 FAT32 nascosto
/dev/sda3          35858432  817266687  781408256 372,6G  7 HPFS/NTFS/exFAT
/dev/sda4         817266744 1953520064 1136253321 541,8G  7 HPFS/NTFS/exFAT


Disk /dev/sdb: 931,53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZEX-00B
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x47d1c1d3

Dispositivo Avvio Start       Fine    Settori   Size Id Tipo
/dev/sdb1          2048 1953521663 1953519616 931,5G  7 HPFS/NTFS/exFAT


Disk /dev/sdc: 3,75 GiB, 4009754624 bytes, 7831552 sectors
Disk model: JD FireFly      
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Dispositivo Avvio Start    Fine Settori  Size Id Tipo
/dev/sdc1   *       128 7831551 7831424  3,8G  c W95 FAT32 (LBA)
portatile@Portatile:~$



Ho modificato il tuo output in questo modo, magari ho omesso qualche dato

Codice:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
]]

conky.config = {
	update_interval = 1,
	cpu_avg_samples = 2,
	net_avg_samples = 2,
	out_to_console = false,
	override_utf8_locale = true,
	double_buffer = true,
	no_buffers = true,
	text_buffer_size = 32768,
	imlib_cache_size = 0,
	own_window = true,
	own_window_type = 'normal',
	own_window_argb_visual = true,
	own_window_argb_value = 50,
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	border_inner_margin = 5,
	border_outer_margin = 0,
	xinerama_head = 1,
	alignment = 'bottom_right',
	gap_x = 0,
	gap_y = 33,
	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
	use_xft = true,
	font = 'Ubuntu Mono:size=12',
	xftalpha = 0.8,
	uppercase = false,
	default_color = 'white',
	own_window_colour = '#000000',
	own_window_transparent = true,		
	minimum_width = 300, minimum_height = 0,
	alignment = 'top_right',
};

conky.text = [[
${font sans-serif:normal:size=8}${color yellow}Hostname: $nodename $color
${font sans-serif:normal:size=8}${color yellow}$sysname Kernel: $kernel $color
${color yellow}${font sans-serif:normal:size=8}${color yellow}CPU: ${execi 1000 grep model /proc/cpuinfo | cut -d : -f2 | tail -1 | sed 's/\s//'} $color
${color yellow}${if_existing /proc/net/route wlp3s0} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr wlp3s0} ${else}${if_existing /proc/net/route eno1} ${font sans-serif:normal:size=8}IP Pubblico: ${execi 120  wget -q -O- https://ipinfo.io/ip; echo} IP Locale: ${addr eno1} ${else}${font sans-serif:normal:size=8}Nessuna connessione di rete ${endif}${endif} $color

${font sans-serif:normal:size=8}${color yellow}Temperatura HDD1: ${execi 1800 hddtemp /dev/sda|awk '{print $NF}'}$color
${font sans-serif:normal:size=8}${color yellow}Temperatura HDD2: ${execi 1800 hddtemp /dev/sdb|awk '{print $NF}'}$color
${hr 1}

${font sans-serif:normal:size=8}CPU Utilizzata: ${color magenta}${cpu cpu1}% ${cpubar cpu1 12}$color

${font sans-serif:normal:size=8}RAM Utilizzata: ${color cyan}$memperc% ${membar 12}$color
${font sans-serif:normal:size=8} ${color cyan} $alignr $mem / $memmax$color

${font sans-serif:normal:size=8}Disco Root: ${color grey}${fs_used_perc /}% ${fs_bar 12 /}$color
${font sans-serif:normal:size=8} ${color grey} $alignr ${fs_used /} / ${fs_size /}$color

${font sans-serif:normal:size=8}Disco Home: ${color yellow}${fs_used_perc /home}% ${fs_bar 12 /home}$color
${font sans-serif:normal:size=8} ${color yellow} $alignr ${fs_used /home} / ${fs_size /home}$color
${hr 1}
${font sans-serif:normal:size=8}${alignc}Tempo di attività: ${color yellow}$uptime$color

]];
 
Ho modificato il tuo output in questo modo, magari ho omesso qualche dato
A me non da' problemi... a parte la mancanza del disco sdb
Istantanea-2020-07-26-18-07-09.png
 
Ma da terminale hddtemp ti funziona ?

Codice:
hddtemp /dev/sda
e
Codice:
hddtemp /dev/sdb
 
Ma da terminale hddtemp ti funziona
Codice:
portatile@Portatile:~$ hddtemp /dev/sda
/dev/sda: open: Permesso negato

portatile@Portatile:~$ hddtemp /dev/sdb
/dev/sdb: open: Permesso negato

portatile@Portatile:~$ sudo hddtemp /dev/sda
[sudo] password di portatile: 
/dev/sda: TOSHIBA DT01ACA100: 45°C
portatile@Portatile:~$ sudo hddtemp /dev/sdb
/dev/sdb: WDC WD10EZEX-00BN5A0: 44°C
portatile@Portatile:~$
Per vedere sembra voglia il comando SUDO altrimenti non mi fa proseguire
 
Quindi non ti ha modificato i permessi a hddtemp....
verifica con
Codice:
ls -l /usr/sbin/hddtemp
 
Quindi non ti ha modificato i permessi a hddtemp....
verifica con
Codice:
ls -l /usr/sbin/hddtemp
Ecco il risultato
Codice:
portatile@Portatile:~$ ls -l /usr/sbin/hddtemp
-rwsr-xr-x 1 root root 39608 gen 21  2018 [COLOR=#FF0000]/usr/sbin/hddtemp[/COLOR]
portatile@Portatile:~$
La 'voce' usr/sbin/hddtemp è evidenziata in rosso.
 
Ultima modifica:
Ecco il risultato
Codice:
portatile@Portatile:~$ ls -l /usr/sbin/hddtemp
-rwsr-xr-x 1 root root 39608 gen 21  2018 [COLOR=#FF0000]/usr/sbin/hddtemp[/COLOR]
portatile@Portatile:~$
La 'voce' usr/sbin/hddtemp è evidenziata in rosso.
:eusa_think:
Identico risultato...
Codice:
-rwsr-xr-x 1 root root 39608 gen 21  2018 /usr/sbin/hddtemp

Prova con
Codice:
sudo dpkg-reconfigure hddtemp

Eventualmente prova a rimuovere completamente hddtemp e reinstallarlo dopo riavvio...
Comunque in rete si trovano diverse discussioni in merito ai problemi con hddtemp
tipo:
h**ps://ubuntuforums.org/showthread.php?t=1488371
h**ps://forums.linuxmint.com/viewtopic.php?t=36763
h**ps://bugs.launchpad.net/ubuntu/+source/hddtemp/+bug/228306
 
Ultima modifica:
Indietro
Alto Basso