Pagina 121 di 123
Re: ma quant'è utile questo terminale!
Inviato: lunedì 6 aprile 2020, 20:43
da Eresia
UbuNuovo ha scritto: ↑sabato 19 agosto 2017, 9:09
Bravo Eresia, per conto mio è molto utile quella pagina.
Poter elencare i comandi per categoria semplifica molto la ricerca.
Ciao a tutti! Avendo tempo a disposizione in questo periodo, causa quarantena, ho ripreso in mano il progetto iniziato tempo fa, quello di scrivere una web app che raccogliesse tutti i vostri comandi da terminale, per fare un lavoro più ordinato. Sto trascrivendo i comandi che ho trovato nel pdf, non ho controllato tutte le pagine con i comandi nuovi, se qualcuno è interessato al progetto e vuole dare una mano... l'app la trovate qui:
https://pangea-it.herokuapp.com/ per chi è interessato mi scriva in pm o una email che trovate nella pagina info dell'app, spero di essere utile!
(al momento è su un planning free)
A
Re: ma quant'è utile questo terminale!
Inviato: domenica 12 aprile 2020, 9:57
da noel80
Re: ma quant'è utile questo terminale!
Inviato: giovedì 23 aprile 2020, 20:37
da Janvitus
Non so se è già stato segnalato, e non posso cercare nella discussione perché la ricerca è impostata per ignorare le parole più corte di 3 lettere, ma usato davvero raramente negli anni passati (anche a me è capitato di non poter avviare una sessione perché i log di sistema si erano pappati tutto lo spazio), il comando
du serve a sapere da terminale l'occupazione dei file e delle cartelle, esempio:
Codice: Seleziona tutto
du -mha /percorso/di/prova
2,2G /home/gianvito/Scaricati/kubuntu-20.04-beta-desktop-amd64.iso
1,5G /home/gianvito/Scaricati/neon-user-20200402-1115.iso
4,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/language/en/iso.txt
4,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/react/promise/src/PromisorInterface.php
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
4,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
4,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
4,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
4,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
8,0K /home/gianvito/Scaricati/phpBB-3.2.9/phpBB-3.2.9/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
Re: ma quant'è utile questo terminale!
Inviato: giovedì 23 aprile 2020, 21:04
da UbuNuovo
Già che ci sei, conviene ordinare l'output, prima le directory/file più pesanti poi quelle più leggere (in MB)
Re: ma quant'è utile questo terminale!
Inviato: giovedì 30 aprile 2020, 12:57
da noel80
Pagine manuale di linux:
https://dashdash.io/
Re: ma quant'è utile questo terminale!
Inviato: domenica 5 luglio 2020, 20:34
da noel80
lol
https://tldr.ostera.io/ (too long; didn't read), come alternativa alle pagine manuale (
https://tldr.sh/).
Qui ci sono alcuni altri comandi alternativi:
https://opensource.com/article/20/6/mod ... line-tools.
Re: ma quant'è utile questo terminale!
Inviato: lunedì 17 agosto 2020, 7:57
da noel80
Re: ma quant'è utile questo terminale!
Inviato: mercoledì 2 settembre 2020, 9:40
da noel80
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 14:51
da Janvitus
Non mi pare siano stati mai citati sia neofetch che screenfetch...
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 15:24
da wilecoyote

Salve, magari spiegare le differenze tra i 2 comandi.
Comincio io,
Neofetch distingue che uso
Kubuntu, invece
Screenfetch non c'arriva proprio…
wilecoyote@GhostCreek:~$ screenfetch
./+o+- wilecoyote@GhostCreek
yyyyy- -yyyyyy+ OS: Ubuntu 18.04 bionic
://+//////-yyyyyyo Kernel: x86_64 Linux 5.4.0-48-generic
.++ .:/++++++/-.+sss/` Uptime: 4h 47m
.:++o: /++++++++/:--:/- Packages: 4966
o:+o+:++.`..```.-/oo+++++/ Shell: bash 4.4.20
.:+o:+o/. `+sssoo+/ Resolution: 1366x768
.++/+:+oo+o:` /sssooo. DE: KDE 5.44.0 / Plasma 5.12.9
/+++//+:`oo+o /::--:. WM: KWin
\+/+o+++`o++o ++////. WM Theme: Bionic
.++.o+++oo+:` /dddhhh. GTK Theme: oxygen-gtk [GTK2], Default [GTK3]
.+.o+oo:. `oddhhhh+ Icon Theme: oxygen
\+.++o+o``-````.:ohdhhhhh+ Font: URW Chancery L Medium Italic
`:o+++ `ohhhhhhhhyo++os: CPU: Celeron Dual-Core T3100 @ 2x 1.895GHz
.o:`.syhhhhhhh/.oo++o` GPU: Mesa DRI Mobile Intel® GM45 Express Chipset (CTG)
/osyyyyyyo++ooo+++/ RAM: 1728MiB / 3775MiB
````` +oo+++o\:
`oo++.
wilecoyote@GhostCreek:~$ neofetch
`.:/ossyyyysso/:. wilecoyote@GhostCreek
.:oyyyyyyyyyyyyyyyyyyo:` ---------------------
-oyyyyyyyodMMyyyyyyyysyyyyo- OS: Kubuntu 18.04.5 LTS x86_64
-syyyyyyyyyydMMyoyyyydmMMyyyyys- Host: Extensa 5635
oyyysdMysyyyydMMMMMMMMMMMMMyyyyyyyo Kernel: 5.4.0-48-generic
`oyyyydMMMMysyysoooooodMMMMyyyyyyyyyo` Uptime: 4 hours, 47 mins
oyyyyyydMMMMyyyyyyyyyyyysdMMysssssyyyo Packages: 4966 (dpkg)
-yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy- Shell: bash 4.4.20
oyyyysoodMyyyyyyyyyyyyyyyyyyydMMMMysyyyo Resolution: 1366x768
yyysdMMMMMyyyyyyyyyyyyyyyyyyysosyyyyyyyy DE: KDE
yyysdMMMMMyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy WM: KWin
oyyyyysosdyyyyyyyyyyyyyyyyyyydMMMMysyyyo WM Theme: oxygen
-yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy- Theme: Breeze [KDE], oxygen-gtk [GTK2], Default [GTK3]
oyyyyyydMMMysyyyyyyyyyyysdMMyoyyyoyyyo Icons: oxygen [KDE], oxygen [GTK2/3]
`oyyyydMMMysyyyoooooodMMMMyoyyyyyyyyo Terminal: yakuake
oyyysyyoyyyysdMMMMMMMMMMMyyyyyyyyo CPU: Celeron T3100 (2) @ 1.895GHz
-syyyyyyyyydMMMysyyydMMMysyyyys- GPU: Intel Mobile 4 Series Chipset
-oyyyyyyydMMyyyyyyysosyyyyo- Memory: 1828MiB / 3775MiB
./oyyyyyyyyyyyyyyyyyyo/.
`.:/oosyyyysso/:.`

Ciao
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 15:35
da UbuNuovo
wilecoyote! Il tag code, il tag code!
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 15:44
da wilecoyote

Salve, il
tag code non visualizza i disegni ed i colori.

Ciao
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 15:48
da UbuNuovo
Codice: Seleziona tutto
8-) neofetch
.-/+oossssoo+/-. giovanni@giovanni-Aspire-E5-571G
`:+ssssssssssssssssss+:` --------------------------------
-+ssssssssssssssssssyyssss+- OS: Ubuntu 14.04.6 LTS x86_64
.ossssssssssssssssssdMMMNysssso. Host: Aspire E5-571G V1.22
/ssssssssssshdmmNNmmyNMMMMhssssss/ Kernel: 5.0.13-xanmod8
+ssssssssshmydMMMMMMMNddddyssssssss+ Uptime: 6 hours, 49 mins
/sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Packages: 4407 (dpkg)
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Shell: bash 4.3.11
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ Resolution: 1366x768, 1920x1080
ossyNMMMNyMMhsssssssssssssshmmmhssssssso DE: MATE
ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: Compiz
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ WM Theme: Ambiant-MATE
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Theme: BlackMATE [GTK2/3]
/sssssssshNMMMyhhyyyyhdNMMMNhssssssss/ Icons: ubuntu-mono-dark [GTK2/3]
+sssssssssdmydMMMMMMMMddddyssssssss+ Terminal: termin
/ssssssssssshdmNNNNmyNMMMMhssssss/ CPU: Intel i7-4510U (4) @ 3.100GHz
.ossssssssssssssssssdMMMNysssso. GPU: Intel Haswell-ULT
-+sssssssssssssssssyyyssss+- GPU: NVIDIA GeForce 610M/710M/810M/8
`:+ssssssssssssssssss+:` Memory: 2421MiB / 3860MiB
.-/+oossssoo+/-.
8-)
Il colore no ma i disegni sono in ASCII
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 16:14
da vaeVictis
wilecoyote ha scritto: ↑sabato 26 settembre 2020, 15:44

Salve, il
tag code non visualizza i disegni ed i colori.

Ciao
E menomale
Re: ma quant'è utile questo terminale!
Inviato: sabato 26 settembre 2020, 21:22
da neolinux
Con Julius (pacchetto a riga di comando presente ma non istallato in synaptic-gestore pacchetti) è possibile trascrivere file mp3 in testo, almeno così mi è parso di capire.
Codice: Seleziona tutto
julius
Julius rev.4.2.2 - based on
JuliusLib rev.4.2.2 (fast) built for x86_64-pc-linux-gnu
Copyright (c) 1991-2012 Kawahara Lab., Kyoto University
Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
Copyright (c) 2005-2012 Julius project team, Nagoya Institute of Technology
Try '-setting' for built-in engine configuration.
Try '-help' for run time options.
julius -help
Julius rev.4.2.2 - based on JuliusLib rev.4.2.2 (fast)
Engine specification:
- Base setup : fast
- Supported LM : DFA, N-gram, Word
- Extension :
- Compiled by : gcc -g -O2 -fdebug-prefix-map=/build/julius-BbVgaR/julius-4.2.2=. -fstack-protector-strong -Wformat -Werror=format-security
Options:
--- Global Options -----------------------------------------------
Speech Input:
(Can extract only MFCC based features from waveform)
[-input devname] input source (default = htkparam)
htkparam/mfcfile HTK parameter file
file/rawfile waveform file (RAW(BE),WAV)
mic default microphone device
alsa use ALSA interface
oss use OSS interface
pulseaudio use PulseAudio interface
adinnet adinnet client (TCP/IP)
stdin standard input
[-filelist file] filename of input file list
[-adport portnum] adinnet port number to listen (5530)
[-48] enable 48kHz sampling with internal down sampler (OFF)
[-zmean/-nozmean] enable/disable DC offset removal (OFF)
[-nostrip] disable stripping off zero samples
[-record dir] record triggered speech data to dir
[-rejectshort msec] reject an input shorter than specified
Speech Detection: (default: on=mic/net off=files)
[-cutsilence] turn on (force) skipping long silence
[-nocutsilence] turn off (force) skipping long silence
[-lv unsignedshort] input level threshold (0-32767) (2000)
[-zc zerocrossnum] zerocross num threshold per sec. (60)
[-headmargin msec] header margin length in msec. (300)
[-tailmargin msec] tail margin length in msec. (400)
[-chunksize sample] unit length for processing (1000)
GMM utterance verification:
-gmm filename GMM definition file
-gmmnum num GMM Gaussian pruning num (10)
-gmmreject string comma-separated list of noise model name to reject
On-the-fly Decoding: (default: on=mic/net off=files)
[-realtime] turn on, input streamed with MAP-CMN
[-norealtime] turn off, input buffered with sentence CMN
Others:
[-C jconffile] load options from jconf file
[-quiet] reduce output to only word string
[-demo] equal to "-quiet -progout"
[-debug] (for debug) dump numerous log
[-callbackdebug] (for debug) output message per callback
[-check (wchmm|trellis)] (for debug) check internal structure
[-check triphone] triphone mapping check
[-setting] print engine configuration and exit
[-help] print this message and exit
--- Instance Declarations ----------------------------------------
[-AM] start a new acoustic model instance
[-LM] start a new language model instance
[-SR] start a new recognizer (search) instance
[-AM_GMM] start an AM feature instance for GMM
[-GLOBAL] start a global section
[-nosectioncheck] disable option location check
--- Acoustic Model Options (-AM) ---------------------------------
Acoustic analysis:
[-htkconf file] load parameters from the HTK Config file
[-smpFreq freq] sample period (Hz) (16000)
[-smpPeriod period] sample period (100ns) (625)
[-fsize sample] window size (sample) (400)
[-fshift sample] frame shift (sample) (160)
[-preemph] pre-emphasis coef. (0.97)
[-fbank] number of filterbank channels (24)
[-ceplif] cepstral liftering coef. (22)
[-rawe] [-norawe] toggle using raw energy (no)
[-enormal] [-noenormal] toggle normalizing log energy (no)
[-escale] scaling log energy for enormal (1.0)
[-silfloor] energy silence floor in dB (50.0)
[-delwin frame] delta windows length (frame) (2)
[-accwin frame] accel windows length (frame) (2)
[-hifreq freq] freq. of upper band limit, off if <0 (-1)
[-lofreq freq] freq. of lower band limit, off if <0 (-1)
[-sscalc] do spectral subtraction (file input only)
[-sscalclen msec] length of head silence for SS (msec) (300)
[-ssload filename] load constant noise spectrum from file for SS
[-ssalpha value] alpha coef. for SS (2.000000)
[-ssfloor value] spectral floor for SS (0.500000)
[-zmeanframe/-nozmeanframe] frame-wise DC removal like HTK(OFF)
[-usepower/-nousepower] use power in fbank analysis (OFF)
[-cmnload file] load initial CMN param from file on startup
[-cmnsave file] save CMN param to file after each input
[-cmnnoupdate] not update CMN param while recog. (use with -cmnload)
[-cmnmapweight] weight value of initial cm for MAP-CMN (100.00)
[-cvn] cepstral variance normalisation (on)
[-vtln alpha lowcut hicut] enable VTLN (1.0 to disable) (1.000000)
Acoustic Model:
-h hmmdefsfile HMM definition file name
[-hlist HMMlistfile] HMMlist filename (must for triphone model)
[-iwcd1 methodname] switch IWCD triphone handling on 1st pass
best N use N best score (default of n-gram, N=3)
max use maximum score
avg use average score (default of dfa)
[-force_ccd] force to handle IWCD
[-no_ccd] don't handle IWCD
[-notypecheck] don't check input parameter type
[-spmodel HMMname] name of short pause model ("sp")
[-multipath] switch decoding for multi-path HMM (auto)
Acoustic Model Computation Method:
[-gprune methodname] select Gaussian pruning method:
safe safe pruning
heuristic heuristic pruning
beam beam pruning (default for TM/PTM)
none no pruning (default for non tmix models)
[-tmix gaussnum] Gaussian num threshold per mixture for pruning (2)
[-gshmm hmmdefs] monophone hmmdefs for GS
[-gsnum N] N-best state will be selected (24)
--- Language Model Options (-LM) ---------------------------------
N-gram:
-d file.bingram n-gram file in Julius binary format
-nlr file.arpa forward n-gram file in ARPA format
-nrl file.arpa backward n-gram file in ARPA format
[-lmp float float] weight and penalty (tri: 8.0 -2.0 mono: 5.0 -1)
[-lmp2 float float] for 2nd pass (tri: 8.0 -2.0 mono: 6.0 0)
[-transp float] penalty for transparent word (+0.0)
DFA Grammar:
-dfa file.dfa DFA grammar file
-gram file[,file2...] (list of) grammar prefix(es)
-gramlist filename filename of grammar list
[-penalty1 float] word insertion penalty (1st pass) (0.0)
[-penalty2 float] word insertion penalty (2nd pass) (0.0)
Word Dictionary for N-gram and DFA:
-v dictfile dictionary file name
[-silhead wordname] (n-gram) beginning-of-sentence word (<s>)
[-siltail wordname] (n-gram) end-of-sentence word (</s>)
[-mapunk wordname] (n-gram) map unknown words to this (<unk>)
[-forcedict] ignore error entry and keep running
[-iwspword] (n-gram) add short-pause word for inter-word CD sp
[-iwspentry entry] (n-gram) word entry for "-iwspword" (<UNK> [sp] sp sp)
[-adddict dictfile] (n-gram) load extra dictionary
[-addentry entry] (n-gram) load extra word entry
Isolated Word Recognition:
-w file[,file2...] (list of) wordlist file name(s)
-wlist filename file that contains list of wordlists
-wsil head tail sp name of silence/pause model
head - BOS silence model name (silB)
tail - EOS silence model name (silE)
sp - their name as context or "NULL" (NULL)
--- Recognizer / Search Options (-SR) ----------------------------
Search Parameters for the First Pass:
[-b beamwidth] beam width (by state num) (guessed)
(0: full search, -1: force guess)
[-bs score_width] beam width (by score offset) (disabled)
(-1: disable)
[-sepnum wordnum] (n-gram) # of hi-freq word isolated from tree (150)
[-1pass] do 1st pass only, omit 2nd pass
[-inactive] recognition process not active on startup
Search Parameters for the Second Pass:
[-b2 hyponum] word envelope beam width (by hypo num) (30)
[-n N] # of sentence to find (1)
[-output N] # of sentence to output (1)
[-sb score] score beam threshold (by score) (80.0)
[-s hyponum] global stack size of hypotheses (500)
[-m hyponum] hypotheses overflow threshold num (2000)
[-lookuprange N] frame lookup range in word expansion (5)
[-looktrellis] (dfa) expand only backtrellis words
[-[no]multigramout] (dfa) output per-grammar results
[-oldtree] (dfa) use old build_wchmm()
[-oldiwcd] (dfa) use full lcdset
[-iwsp] insert sp for all word end (multipath)(off)
[-iwsppenalty] trans. penalty for iwsp (multipath) (-1.0)
Short-pause Segmentation:
[-spsegment] enable short-pause segmentation
[-spdur] length threshold of sp frames (10)
[-pausemodels str] comma-delimited list of pause models for segment
Graph Output with graph-oriented search:
[-lattice] enable word graph (lattice) output
[-confnet] enable confusion network output
[-nolattice]][-noconfnet] disable lattice / confnet output
[-graphrange N] merge same words in graph (0)
-1: not merge, leave same loc. with diff. score
0: merge same words at same location
>0: merge same words around the margin
[-graphcut num] graph cut depth at postprocess (-1: disable)(80)
[-graphboundloop num] max. num of boundary adjustment loop (20)
[-graphsearchdelay] inhibit search termination until 1st sent. found
[-nographsearchdelay] disable it (default)
Forced Alignment:
[-walign] optionally output word alignments
[-palign] optionally output phoneme alignments
[-salign] optionally output state alignments
Confidence Score:
[-cmalpha value] CM smoothing factor (0.050000)
Message Output:
[-fallback1pass] use 1st pass result when search failed
[-progout] progressive output in 1st pass
[-proginterval] interval of progout in msec (300)
-------------------------------------------------
Additional options for application:
[--help] display this help
[-help] display this help
[-outfile] save result in separate .out file
[-nolog] not output any log
[-logfile arg] output log to file
[-separatescore] output AM and LM scores separately
[-kanji arg] convert character set for output
[-nocharconv] disable charconv
[-charconv arg arg] convert character set for output
[-outcode arg] select info to output to the module: WLPSCwlps
[-module (arg)] run as a server module
[-record arg] record input waveform to file in dir
Solo che non so come farlo funzionare (e se magari va con l'italiano).
--- poi ci sarebbe anche ---
DeepSpeech di Mozilla
anche questo a riga di comando?
Forse è meglio di Julius con l'italiano solo che non capisco come si installa in Ubuntu 18.04
Codice: Seleziona tutto
deepspeech [-h] --model MODEL [--lm [LM]] [--trie [TRIE]] --audio AUDIO
[--beam_width BEAM_WIDTH] [--lm_alpha LM_ALPHA]
[--lm_beta LM_BETA] [--version] [--extended] [--json]
Qui comunque ho postato la discussione che credo possa interessare anche a questa dove sto postando.
viewtopic.php?f=73&t=642287
È un argomento molto difficile (almeno per me) in cui ci sono poche informazioni (o non riesco a trovarne).

Re: ma quant'è utile questo terminale!
Inviato: giovedì 8 ottobre 2020, 16:23
da noel80
Un calendario per il terminale, imho interessante ne sia possibile configurarne la visualizzazione all' apertura:
Run pal in your shell initialization file (such as ~/.bash_profile) to see your calendar whenever you open a new terminal.
http://palcal.sourceforge.net/#about
Re: ma quant'è utile questo terminale!
Inviato: giovedì 8 ottobre 2020, 16:37
da wilecoyote

Salve, il programma
Pal è disponibile nel repository, per l'appunto nel pacchetto
Pal.

Ciao
Re: ma quant'è utile questo terminale!
Inviato: lunedì 2 novembre 2020, 22:16
da noel80
https://terminalsare.sexy/
@Janvitus: probabilmente hai gia' trovato il modo di vedere le anteprime dei video dal file manager, velocemente; tra questi
https://github.com/jarun/nnn ha un plugin con queste funzionalita' (
https://github.com/jarun/nnn/wiki/Live-previews ).
Re: ma quant'è utile questo terminale!
Inviato: martedì 3 novembre 2020, 19:40
da Janvitus
Sono l'unico sul forum a cui le notifiche delle menzioni non arrivano...
Re: ma quant'è utile questo terminale!
Inviato: martedì 3 novembre 2020, 22:48
da UbuNuovo
@Janvitus Se non hai disattivato la notifica per le menzioni, senti Janvitus, è lui che se ne occupa.
