James McDonald

XFreeRDP – Remmina Missing RDP Protocol

Just installed xfreerdp as I found that it provided a better experience when connecting to the Oracle Virtualbox RDP server. Also installed Remmina a tsclient style app with multi-protocol support but discovered no support for RDP connections as installed. yum install...

Convert your MySQL schema to a Dia Diagram

Do this Creating DIA diagrams from mysql via XSLT The XSLT (echo "<root>"; mysql --user=root -p -A -D maps \ -e 'desc assigned_tos ; \ desc map_histories; \ desc map_types; \ desc maps' -X |\ grep -v "<?xml" ;\ echo "</root>") > /tmp/tmp.xml xsltproc...

Multi-line textarea jQuery.append

I have a textarea which I use jquery.append() to place error messages into. $('textarea').append(status_text + line_break); I have found that in Internet Explorer if I use a newline character "\n" for the line_break I get: If I use a carriage return line feed "\r\n"...

Fedora 18 Fonts

Good info here ==> http://fedorasolved.org/Members/khaytsus/improve-fonts But the path to conf.avail is /usr/share/fontconfig/conf.avail [root@mypc conf.avail]# ln -sf  /usr/share/fontconfig/conf.avail/10-autohint.conf /etc/fonts/conf.d/ [root@mypc conf.avail]# ln...

Outlook Web Access 2010 – Change Time Out Values

Using Outlook Web Access and your session is timing out too soon. This may help Change the settings as below and if you select when you login to owa using forms based authentication the following options: -          “This is a public or shared computer” you will have...

Enable xdmcp

On Redhat Open /etc/gdm/custom.conf Add [security] DisallowTCP=false AllowRemoteRoot=true [xdmcp] Enable=true HonorIndirect=false   restart X telinit 3 telinit 5