1,136 bytes added
, 19:47, 11 August 2008
{{Languages|Linux Logo}}
= Linux_Logo for SME 7.x =
Linux Logo shows a logo with some System Info.
It supports Linux (most architectures) and some non-Linux OSes.
See the author's [http://www.deater.net/weave homepage] and [http://deater.net/weave/vmwprod/linux_logo/ Linux Logo article] for more details.
[[Image:linux_logo SME.png]]
== Before starting ==
First, you need to add '''''dag''''' repository.
See the quick howto [http://wiki.contribs.org/Dag here]
== Installing linux_logo RPM ==
Install linux_logo with the followwing command:
yum install linux_logo --enablerepo=dag
== Adding an SME custom logo ==
You now need to download the SME style logo with the following command:
cd /root
wget "http://mirror.contribs.org/contribs/sgomez/contribs/linux_logo/sme.logo"
There are many ways and options to launch linux_logo... Here's one method!
Edit the file /root/.bash_profile and add the following at the end of the file:
# Launch linux_logo
linux_logo -u -D /root/sme.logo
For more info, refer to the man page:
man linux_logo
[[User:Cool34000|Sylvain Gomez]]
----
[[Category: Administration]]
[[Category: Howto]]