I'm just a simple techie who sometimes forgets things. I use this as a notepad to remember things by. I hope it helps you too. I post as myself, not as any organisation.
Monday, 18 June 2012
Monday, 11 June 2012
Sunday, 10 June 2012
Saturday, 9 June 2012
How to install TeamSpeak 3 server on Ubuntu 12.04
I had an interesting request from Tom to setup a Teamspeak3 server. It appears the Ubuntu packages are only Teamspeak2, so I downloaded the binary packages from the Teamspeak site:
http://www.teamspeak.com/?page=downloads
We have a 12.04 server, but I was able to follow this fairly simple guide:
Howto install TeamSpeak 3 server on Ubuntu 10.04 (Lucid) | Robert Penz Blog:
'via Blog this'
http://www.teamspeak.com/?page=downloads
We have a 12.04 server, but I was able to follow this fairly simple guide:
Howto install TeamSpeak 3 server on Ubuntu 10.04 (Lucid) | Robert Penz Blog:
'via Blog this'
Friday, 1 June 2012
Windows 8 error 0x800f0906 while enabling Microsoft net framework 3.5
Had a problem with the Citrix receiver requiring .Net 3.5 but being unable to add it dynamically or through control panel. Downloading from Windows update failed.
James Massardo helped me find the solution:
James Massardo helped me find the solution:
- Mount the Windows CD as an ISO or physical disk
- Make a note of the Windows ISO or disk drive letter
- Run a command prompt as an administrator
- Run 'dism.exe /online /enable-feature /featurename:NetFX3 /Source:d:\sources\sxs' replacing d: with you disk or ISO drive letter
How to configure Ubuntu to use postfix against gmail domain with application password
I followed the proceedure here:
http://wiki.linuxmce.org/index.php/Postfix_configured_with_Gmail_SMTP
Only changes I had to make were:
http://wiki.linuxmce.org/index.php/Postfix_configured_with_Gmail_SMTP
Only changes I had to make were:
- Make sure to append the Equifax certificate to the /etc/postfix/cacert.pem
- Run the postmap commands in the /etc/postfix directory or use the full paths
- Create an application specific key for postfix from accounts.google.com
How to configure Ubuntu for automatic updates
Nice article here on how to configure Ubuntu for automatic updates:
https://help.ubuntu.com/10.04/serverguide/automatic-updates.html
I had autoupdate installed already, but it just told me that updates were available. The URL tells you how to get them installed automatically.
https://help.ubuntu.com/10.04/serverguide/automatic-updates.html
I had autoupdate installed already, but it just told me that updates were available. The URL tells you how to get them installed automatically.
Subscribe to:
Posts (Atom)