Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[How To] Motd Dinamico e Login colorato
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
kattivo
Guru
Guru


Joined: 28 Jan 2005
Posts: 450
Location: Treviso

PostPosted: Fri Feb 24, 2006 1:10 pm    Post subject: [How To] Motd Dinamico e Login colorato Reply with quote

Salve,

Questo howto serve per avere un motd dinamico. ad esempio:
Code:

 _____________________________________
/ If you think things can't get worse \
| it's probably only because you lack |
\ sufficient imagination.             /
 -------------------------------------
  \
   \   \
        \ /\
        ( )
      .( o ).


Iniziamo, bisogna emerge il seguente pachetto:
Code:

emerge fortune-mod cowsay


Bisogna avere lo script local in runlevel default, per controllare :
Code:

ls /etc/runlevels/default

Se c'e nella lista...ok...altrimenti eseguite questo comando:
Code:

rc-update add local default


Ora lanciate questo comando:
Code:

echo "fortune | cowsay -f bunny > /etc/motd" >> /etc/conf.d/local.start

Questo vi fara avere il bunny...ovviamente mettete quello che volete..!

Ho trovato uno script che mostra dei vari disegni del pacchetto cowsay casualmente, questo:
Code:

#!/bin/sh

cowsay -f $(perl -le 'opendir COWS, "/usr/share/cowsay-3.03/cows/";push @a, $_ foreach readdir COWS;closedir COWS;$a[int rand $#a]=~/(.*)\.cow/;print $1') $1joj


Ok...questo per il motd..
Ora se vogliamo fare un bel login colorato e magari con il logo di gentoo....ecco qua le istruzioni:

Code:

emerge linux-logo

linux_logo -L 3 > /etc/issue

Cambiate -L (1,2,3) per i vari loghi..!
_________________
Eurostep Consulting S.r.l.
Andrea P. <andrea@eurostep.it>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum