Re: [ubuntu-uk] help seting up alamin

2010-12-03 Thread Matt Sturdy
On 2 December 2010 18:56, Jacob Mansfield cyberja...@gmail.com wrote:

 The situation is basicly that I want to be able to send an e-mail (or maby
 use a M$ Outlook plugin) to be able to send an sms to a number that I can
 specify with the message. the modem is a siemens TC65-T. also, if a message
 is recived I need to send it out in an email along with who it is from. I
 did take a look at kannel but I couldn't seem to get it to work
 Jacob Mansfield
 Programmer



I found that the biggest issue with Kannel was getting my head around the
config.  Fortunately the user guide was pretty good:
http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN425

you can configure Kannel to fire a notification at a URL when a message is
received (also supports keyword routing).  Then it would be a simple task to
write a PHP script to turn the incoming message into an email.

I have no idea what you have tried already, but in order to operate the
modem and route incoming messages you'll need to configure the following
groups in the config file, and there are examples to help you on the link
above:

core
modems
smsc
smsbox
smsbox-route
sms-service

I think that's all, and really should only take a few hours to get it done.

matt
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Accessing Shared folders on a Windows 7 machine from Ubuntu 10.04

2010-12-03 Thread Matthew Daubney
On Wed, 2010-12-01 at 16:05 +, Gordon Burgess-Parker wrote:
 I have removed the Homegroup , replaced it with a Workgroup and shared 
 folders on the Windows Machine.
 I have installed Samba and changed the Workgroup name on the Ubuntu 
 machine to match that of the Windows 7 machine.
 The Ubuntu machine sees the 7 machine, but all that happens when I try 
 to access the shares is that the log-on screen keeps returning and I 
 can't access the shares.
 Any thoughts as to what I should be looking at?
 
Have you allowed a user to the share in the smb.conf? And have you added
the user to the samba database using smbpasswd?

-Matt Daubney


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] How do I turn off viewing all windows zoomed out?

2010-12-03 Thread David King
There is an option somewhere in Ubuntu that I set a while ago that means 
that when I move my mouse to the left side of the screen, all opens 
windows are shown small in a kind of grid on the screen. I can then 
click on a window to zoom into that one to use normally.

However, I have completely forgotten how to make or change the setting. 
I want to change it or switch it off, as every time I move my mouse near 
the top left of the screen to access a File menu in a program, 
everything zooms out and I have to select the window of the program I 
want. If I keep moving the mouse just a few pixels too far to the left, 
it all zooms out again.

How do I access the setting for this? I have looked through everything I 
can think of, including Compiz settings and SystemPreferencesAppearance.#

I am using Ubuntu 9.04.


David King


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] How do I turn off viewing all windows zoomed out?

2010-12-03 Thread ian pettitt (RRes-BB)
 -Original Message-
 From: ubuntu-uk-boun...@lists.ubuntu.com [mailto:ubuntu-uk-
 boun...@lists.ubuntu.com] On Behalf Of David King
 Sent: 03 December 2010 13:24
 To: UK Ubuntu Talk
 Subject: [ubuntu-uk] How do I turn off viewing all windows zoomed out?
 
 There is an option somewhere in Ubuntu that I set a while ago that
 means
 that when I move my mouse to the left side of the screen, all opens
 windows are shown small in a kind of grid on the screen. I can then
 click on a window to zoom into that one to use normally.
 
snip

That sounds like the scale plugin in Compiz. One way of changing the settings 
and the shortcut/mouse corner activation is to use the Compiz manager. 

I have it set up to do this effect on the top right corner, so I don't 
accidentally activate it as often.

Thanks

Ian

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] How do I turn off viewing all windows zoomed out?

2010-12-03 Thread danteash...@gmail.com
Ubuntu Tweak has a nice UI to change corners, as well.

On 3 December 2010 14:15, ian pettitt (RRes-BB) ian.pett...@bbsrc.ac.ukwrote:

  -Original Message-
  From: ubuntu-uk-boun...@lists.ubuntu.com [mailto:ubuntu-uk-
  boun...@lists.ubuntu.com] On Behalf Of David King
  Sent: 03 December 2010 13:24
  To: UK Ubuntu Talk
  Subject: [ubuntu-uk] How do I turn off viewing all windows zoomed out?
 
  There is an option somewhere in Ubuntu that I set a while ago that
  means
  that when I move my mouse to the left side of the screen, all opens
  windows are shown small in a kind of grid on the screen. I can then
  click on a window to zoom into that one to use normally.
 
 snip

 That sounds like the scale plugin in Compiz. One way of changing the
 settings and the shortcut/mouse corner activation is to use the Compiz
 manager.

 I have it set up to do this effect on the top right corner, so I don't
 accidentally activate it as often.

 Thanks

 Ian

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/




-- 

-Danté Ashton

Vi Veri Veniversum Vivus Vici


Sent from Ubuntu
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] How do I turn off viewing all windows zoomed out?

2010-12-03 Thread David King


ian pettitt (RRes-BB) wrote:

 That sounds like the scale plugin in Compiz. One way of changing the settings 
 and the shortcut/mouse corner activation is to use the Compiz manager. 


   

Thanks, that was it. I disabled Scale in Compiz and now I can put my 
mouse where I want without zooming out to all windows.

David

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] help seting up alamin

2010-12-03 Thread Jacob Mansfield
still seems very complicated to me, but I'll give it a go
Jacob Mansfield
Programmer



On 3 December 2010 11:03, Matt Sturdy matt.stu...@gmail.com wrote:


 On 2 December 2010 18:56, Jacob Mansfield cyberja...@gmail.com wrote:

 The situation is basicly that I want to be able to send an e-mail (or maby
 use a M$ Outlook plugin) to be able to send an sms to a number that I can
 specify with the message. the modem is a siemens TC65-T. also, if a message
 is recived I need to send it out in an email along with who it is from. I
 did take a look at kannel but I couldn't seem to get it to work
  Jacob Mansfield
 Programmer



 I found that the biggest issue with Kannel was getting my head around the
 config.  Fortunately the user guide was pretty good:
 http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN425

 you can configure Kannel to fire a notification at a URL when a message is
 received (also supports keyword routing).  Then it would be a simple task to
 write a PHP script to turn the incoming message into an email.

 I have no idea what you have tried already, but in order to operate the
 modem and route incoming messages you'll need to configure the following
 groups in the config file, and there are examples to help you on the link
 above:

 core
 modems
 smsc
 smsbox
 smsbox-route
 sms-service

 I think that's all, and really should only take a few hours to get it done.

 matt

 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] Want to create an advert for Ubuntu?

2010-12-03 Thread danteash...@gmail.com
Hello all!

I'm Dante, Project Leader of the Ubuntu Advert Team, and WE need YOU!

We are creating advert(s) for Ubuntu, for a non-technical audience. These
adverts will be on the radio, at cinemas and (when we get enough funding
together) on the TV. We need literally everyone, from graphics artists to
actors to animators to writers and translators. This material will be also
be given to the LoCo teams. We are acquiring studio access in Gloucester
(Gloucestershire College) and our work will also find it's way onto the
Ubuntu homepage. I don't think I need to stress that this is very important;
this is Ubuntu making itself known to the public for the first time.

Please, help us make it great. Join us if you can/want to help. Spread the
word!


http://ubuntuadverts.org/
https://launchpad.net/~ubuntu-advertising

-- 

-Danté Ashton

Vi Veri Veniversum Vivus Vici


Sent from Ubuntu
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/