You can not include links to pics – you will have to embed the Base64-encoded-version of your pic in the /etc/mumble-server.ini
1. open a picture in GIMP e.g.
2. shrink it down to like 100-300px in width.
3. ramp up brightness and contrast (to reduce amount of nuances -> smaller picture size)
4. export it as *.GIF or *.PNG and check file size – should be below 10KByte
5. Base 64 encode your picture
[cc lang=”bash” escaped=”true” width=”600″]
cat picture.gif | base64
vim /etc/mumble-server.ini
# modify welcome message
welcometext=”
Welcome to this server running Murmur.
Enjoy your stay!
”
[/cc]
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!