Archive

Posts Tagged ‘ubuntu’

Ubuntu Linux: How to Convert from HTML to JPG

March 30th, 2011 No comments

Here is an easy way to convert from HTML to JPG. Actually, I’m converting the HTML to PDF and then from PDF to JPG.
Read more…

How to create two wired virtual serial ports on Linux?

February 19th, 2010 No comments

To create two bridged virtual serial ports use the following command:

socat -d -d pty,raw,echo=0 pty,raw,echo=0

The output will show you which are the virtual ports (or pseudo terminals) created, e.g.:

2010/02/19 16:16:33 socat[9662] N PTY is /dev/pts/3
2010/02/19 16:16:33 socat[9662] N PTY is /dev/pts/4
2010/02/19 16:16:33 socat[9662] N starting data transfer loop with FDs [3,3] and [5,5]

Note: if you are using Ubuntu and you do not have this command, try:

sudo apt-get install socat

Image source

How do I add VNC to Terminal Server Client in Ubuntu?

February 19th, 2010 No comments

From a terminal type:

sudo apt-get install xtightvncviewer

Image source

Asterisk PBX with X100P Clone (Part 1: Installation)

November 1st, 2008 2 comments

Introduction

Here you have the first part of my experience on installing Asterisk PBX with an Intel X100P clone FXO to allow my extensions to make (and receive) phone calls to the telco line.

Read more…