[SLUG] talks for Friday.

2014-07-21 Thread Brett
Hi,

There are a couple of things I could talk about:

1:) Hostapd and getting it running under systemd.

2:) GCC and how it appears more efficient over the years.

Let me know which one you prefer by late 22/07/14 ?


regards
Brett Coady










On 20/07/14 12:00, slug-requ...@slug.org.au wrote:
 Send slug mailing list submissions to
   slug@slug.org.au

 To subscribe or unsubscribe via the World Wide Web, visit
   http://lists.slug.org.au/listinfo/slug
 or, via email, send a message with subject or body 'help' to
   slug-requ...@slug.org.au

 You can reach the person managing the list at
   slug-ow...@slug.org.au

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of slug digest...


 Today's Topics:

1. A call to arms! (Ji?? Baum)


 --
 SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] A call to arms!

2014-07-21 Thread kfoskey


Web design.

A bit about html5
a bit about css, responsive design.
a bit about javascript,   jquery.
Angularjs...   which honestly I have just started.

In my opinion targeted apps will die.   a good front end in Javascript and 
html will do everything in the app except some very intense processes.   The 
cost of developing multiple versions across phones is just too high and 
there are problems with install.


Not so much a talk as a open conversation.  I am well aware there are a lot 
of very smart people in Slug who will tell me when I miss something :-)


Thanks
Ken


-Original Message- 
From: Jiří Baum

Sent: Saturday, July 19, 2014 10:15 PM
To: SLUG List
Subject: [SLUG] A call to arms!

Hi,

This months SLUG meeting is fast approaching and we don't have any talks
lined up.

So this is a call to arms . . .

If anybody has a subject to talk about please SMS or call me (Robert on
0468 306 239) or Jiri (0413 183 117) or email the slug mailing list
(slug@slug.org.au)

Even if all you have is an idea of what you want to hear about post it
anyway and maybe it will prompt someone to talk about the subject.


Cheers

Jiri
--
Jiří Baum j...@baum.com.au
0413 183 117
http://www.baum.com.au/sabik
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4716 / Virus Database: 3986/7879 - Release Date: 07/18/14 




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4716 / Virus Database: 3986/7892 - Release Date: 07/21/14

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] SLUG July meeting - GCC and how it appears more efficient over the years

2014-07-21 Thread committee
== July 2014 SLUG Meeting - GCC and how it appears more efficient over  
the years ==


Summary

 * Date: Friday, July 25, 2014, 6 p.m.
 * Start: Arrive at 6pm for a 6:30pm start
 * Format: TBA
 * RSVP: http://www.slug.org.au/event/1170002
 * Suggest or sign up for a talk at http://www.slug.org.au/talks

 Details 

Our main talk is GCC and how it appears more efficient over the years by  
Brett Coady.


As usual, there will also be lightning talks on the night; if you have  
something you want to share, something you found or used or wrote for  
Linux, please do put your name up on the board toward the beginning of the  
meeting.


Location

  Google Sydney
  Level 5, Workplace 6
  48 Pirrama Road
  Pyrmont, NSW

 Map: http://www.slug.org.au/map

-- Getting there --

The Google office is the big black building marked Accenture opposite
Star City Pirrama Road facade.

If using the trains, you can go either get off at;

 * Town Hall station, head towards Darling Harbour, walk across the Pyrmont
   footbridge and then follow Pirrama Road towards Star city.
 * Central station, then follow the light rail instructions.

If using the buses, the route 443 stops right out front of the building.

If using the light rail, get off at Star City station and walk across the
street.

If you drive, then you can look for parking on the suburban streets around
the office (or pay for parking at the Casino), and then walk from there.

=== Afterwards ===

We'll be aiming to finish by 8pm and will be heading to the Pyrmont Bridge
Hotel (PBH) afterwards to socalise and eat dinner. The PBH is marked on the
map.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] apt-get update GPG error

2014-07-21 Thread David
I use apt-proxy several servers (no gui on any of them) on a machine 
called david. I'm getting the error below on any machine that's set up 
for auto-update, but not on machines that are manually updated.


I suspect it has something to do with an attempted apt-get update while 
the proxy is off line, but I'm not sure. If I remove the proxy by way of 
editing the sources-list everything works again.


Google isn't helping me find a way of getting things to work again. Any 
suggestions how to fix it?



root@gary:~# apt-get update
Get:1 http://david precise Release.gpg [198 B]
Get:2 http://david precise-updates Release.gpg [198 B]
Get:3 http://david precise-backports Release.gpg [198 B]
Get:4 http://david precise-security Release.gpg [198 B]
Hit http://david precise Release
Ign http://david precise Release
E: GPG error: http://david precise Release: The following signatures 
were invalid: NODATA 1 NODATA 2


--
David McQuire
0418 310312

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] apt-get update GPG error

2014-07-21 Thread Lubos Rendek
Hi David,

does ignoring GPG with:

# apt-get --allow-unauthenticated update

helps at least temporarily..?

Lubos

On Tue, Jul 22, 2014 at 1:35 PM, David da...@kenpro.com.au wrote:
 I use apt-proxy several servers (no gui on any of them) on a machine called
 david. I'm getting the error below on any machine that's set up for
 auto-update, but not on machines that are manually updated.

 I suspect it has something to do with an attempted apt-get update while the
 proxy is off line, but I'm not sure. If I remove the proxy by way of editing
 the sources-list everything works again.

 Google isn't helping me find a way of getting things to work again. Any
 suggestions how to fix it?


 root@gary:~# apt-get update
 Get:1 http://david precise Release.gpg [198 B]
 Get:2 http://david precise-updates Release.gpg [198 B]
 Get:3 http://david precise-backports Release.gpg [198 B]
 Get:4 http://david precise-security Release.gpg [198 B]
 Hit http://david precise Release
 Ign http://david precise Release
 E: GPG error: http://david precise Release: The following signatures were
 invalid: NODATA 1 NODATA 2

 --
 David McQuire
 0418 310312

 --
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] apt-get update GPG error

2014-07-21 Thread David



On 22/07/14 14:33, Lubos Rendek wrote:

Hi David,

does ignoring GPG with:

# apt-get --allow-unauthenticated update

helps at least temporarily..?

Lubos


Sadly not :(

root@gary:~# apt-get --allow-unauthenticated update
Get:1 http://david precise Release.gpg [198 B]
Get:2 http://david precise-updates Release.gpg [198 B]
Get:3 http://david precise-backports Release.gpg [198 B]
Get:4 http://david precise-security Release.gpg [198 B]
Hit http://david precise Release
Ign http://david precise Release
E: GPG error: http://david precise Release: The following signatures 
were invalid: NODATA 1 NODATA 2


On Tue, Jul 22, 2014 at 1:35 PM, David da...@kenpro.com.au wrote:

I use apt-proxy several servers (no gui on any of them) on a machine called
david. I'm getting the error below on any machine that's set up for
auto-update, but not on machines that are manually updated.

I suspect it has something to do with an attempted apt-get update while the
proxy is off line, but I'm not sure. If I remove the proxy by way of editing
the sources-list everything works again.

Google isn't helping me find a way of getting things to work again. Any
suggestions how to fix it?


root@gary:~# apt-get update
Get:1 http://david precise Release.gpg [198 B]
Get:2 http://david precise-updates Release.gpg [198 B]
Get:3 http://david precise-backports Release.gpg [198 B]
Get:4 http://david precise-security Release.gpg [198 B]
Hit http://david precise Release
Ign http://david precise Release
E: GPG error: http://david precise Release: The following signatures were
invalid: NODATA 1 NODATA 2

--
David McQuire
0418 310312

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


--
David McQuire
0418 310312

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html