Re: [OCLUG-Tech] is "xargs" really still useful just for limiting command line size?

2018-03-16 Thread James
All I know is that I have hit the arg list too long error. That was 
redhat-6.x so maybe it was old.

I think it is worth mentioning the solution if they ever run into that problem.



On March 16, 2018 11:04:37 AM "Robert P. J. Day" <rpj...@crashcourse.ca> wrote:


On Fri, 16 Mar 2018, James wrote:


It is necessary for running a command on all files matching a
pattern.


  i'm pretty sure that's not true.


Wildcarding substitutes the full file names of each matching result
of the wildcard on the command line. Thousands of matching
names/paths can easily blow up the buffer.


  but that's the very point i was making ... that once upon a time,
there was limited space to construct a command before running it but,
these days, that limit is clearly much larger.

  in the old days when i wanted to demonstrate this issue happening, i
would run a series of commands that looked like this:

  $ ls /*
  $ ls /*/*
  $ ls /*/*/*
  $ ls /*/*/*/*
  ... etc ...

note how that wildcard expansion blows up pretty quickly; years ago,
that would generate the "Arg list too long" error in a hurry. these
days, though, as long as the wildcard expansion succeeds and the
command is invoked, i believe we can say that we haven't reached that
limit.

  and it's easy to see the length of each expansion:

  $ echo /* | wc -c
  119
  $ echo /*/* | wc -c
  159988
  $ echo /*/*/* | wc -c
  688989
  $ echo /*/*/*/* | wc -c
  3882671
  $

so if i can successfully run:

  $ ls /*/*/*/*

i'm fairly sure i can conclude that a command can be at least 3882671
characters long, can i not?

rday



___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] is "xargs" really still useful just for limiting command line size?

2018-03-16 Thread James

It is necessary for running a command on all files matching a pattern.
Wildcarding substitutes the full file names of each matching result of the 
wildcard on the command line. Thousands of matching names/paths can easily 
blow up the buffer.

I think it works that way. :-)


On March 16, 2018 9:27:35 AM "Robert P. J. Day"  wrote:



  course i taught recently had a section on "xargs", emphasizing its
value(?) in being able to run a command in bite-size pieces but, these
days, is that really that much of an issue?

  IIRC (and i might not), the historical limiting factor for command
line length was the limit of an internal buffer in the shell that was
used to build the command to be run, and it used to be fairly small
(5000 bytes?). these days, i'm fairly sure bash can handle far longer
commands than that.

  now i can see the obvious value of xargs in that it supports a ton
of cool options like defining the delimiter to be used in parsing the
input stream and so on, but WRT simply limiting the command line size,
rather than something like this:

  $ find . -type f -name core | xargs rm -f

i would simply assume i can generate a really long command and write:

  $ rm -f $(find . -type f -name core)

and, yes, there's always "find  -exec rm -f {} \;" and so on. but
does bash these days have any need for simple command line limiting?
and what would that limit be, anyway?

rday
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux



___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] Anyone use thinstation and/or xrandr

2018-03-15 Thread Trevor James
Good Day all

I am trying to set up a PXE client for a VDI project.  We are using the 
ThinStation developer tool.  I very nice tool that builds a very stripped down 
Linux system (less than 1 minute to boot from PXE which is great).

Problem is this:

It is using xrandr to set up the X-Windows (or I assume since it is all the 
graphics setup) but does not see Display Ports properly.  When we boot the 
machine we get video and everything is great, but if you turn off the screen, 
or it goes into suspend mode, or unplug the cable etc, when you turn it back 
on, or plug it back in, no video.  The system seems to be working fine 
otherwise just no video out.

I have tried adding to the configuration file XRANDR_OPTIONS="-addmode DSP-0 
1680x1050_60.00" without success.

Google has been unhelpful, so if anyone has hands on with this sort of thing I 
would appreciate a nudge in the right direction.

T.
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] does anyone still use "dump" for backups these days?

2018-02-23 Thread James

I just use rsync.


On February 22, 2018 10:33:48 AM "Robert P. J. Day"  
wrote:




  i'm prepping to teach 5 days of compTIA linux+ next week, after
which the students will have the option to write exams based on that
content for their LPI certification, so i'm working my way through the
course manual and just hit the section on backups, which opens with
explaining how to use "dump". argh.

  i understand that dump is ubiquitous, and that it integrates with
entries in /etc/fstab but, beyond that, does anyone seriously use dump
for official backups these days?

  i suspect i'll have to cover that utility to some extent, just
because it could conceivably be on the exam, so even if i consider
some of the course content utterly archaic, i still have to cover it.

  but what are folks out there using for their backups these days?
tar? rsync? amanda? the possibilities are endless, of course, but i'll
still cover dump, even as i strongly discourage people from using it.

rday

--


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] free remote

2017-05-23 Thread James
Does anyone want a Happauge remote?

I'll send you a pic privately if you think you might be interested.

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] Looking for a Linux Consultant

2017-05-10 Thread Jeremy James
Hi sorry for the late reply, however your response was found in my junk mail.

I am not looking for a software developer.

I am looking for someone who can do IT for a Linux based software development 
environment.
The plan is to do software development on  Linux servers from workstations that 
are Windows Bases.  The developed software is then tested on Linux based based 
targets which are also servers but are embedded computers connected to the 
development network via a wireless interface.

I hope that helps.

Best Regards
Jeremy James MScEE SMIEEE Arc Cores Fellow
President, Cohort Systems Inc.
ssjja...@cohortsys.com
jj+1-613-739-2687
www.cohortsys.com




-Original Message-
From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] 
Sent: March-15-17 9:22 AM
To: Jeremy James
Cc: li...@oclug.on.ca
Subject: [Junk]Re: [OCLUG-Tech] Looking for a Linux Consultant

On Wed, 15 Mar 2017, Jeremy James wrote:

> Hello all I am looking for a linux consultant who can help us set up a 
> software development environment.  I have an architecture in mind but 
> am open to alternatives so long as these are easy to support.

  development to do *what*? what languages are we talking about here?
c? c++? perl? python? java? you'll need to provide more info.

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday



___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] Looking for a Linux Consultant

2017-03-15 Thread Jeremy James
Hello all I am looking for a linux consultant who can help us set up a software 
development environment.  I have an architecture in mind but am  open to 
alternatives so long as these are easy to support.

Best Regards
Jeremy James MScEE SMIEEE Arc Cores Fellow
President, Cohort Systems Inc.
* jja...@cohortsys.com
* +1-613-739-2687
www.cohortsys.com

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] Apache 403 Error

2016-11-18 Thread Trevor James
Good Day all

OK background need to set up a LAMP server with sftp access to /var/www/html

Using scripts from the net, I followed this path

Create a user "webguy"

mkdir /home/webguy/www_dev
mount --bind /var/www/dev/ /home/webguy/www_dev

edited /etc/fstab to make it permanent

This redirect worked

>From there I am in a hit and miss area (and I know it will be a simple 
>solution that I just don't see)

Getting the rights/owners and httpd.conf has not worked

I created a group called webusers, and made webguy a member of that group (we 
don't have to keep this, but it is how I got it to work for sftp access)

Lschown 
 chmod

/var/www   root:webusers  770
/var/www/html   root:webusers770

Now webguy can upload, and change files but I go http://myserver/ I get 403 
forbidden so this is a rights issue I have erred on.

Any help would be appreciated.

Thanks.

T. James

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] SSL not staying after reboot

2016-04-29 Thread Trevor James
Good Day all.

I hope I am just missing something small, but two days and not much progress.

I had to update the crt for our https server.

I created a new csr, etc... and after installing everything, neither ssh, nor 
https worked.

I think it came down to a bad private key (or an expired private key since I 
cannot remember the exact openssl command I did a year or more ago)

This is a Centos 7 server

So moved everything to a backup folder

In the /etc/pki/tls/certs folder (where all the last certificates were)

openssl genrsa -out myserver.key 2048
restorecon -RvF /et/pki

The restorecon probably was not needed but it will avoid the linux security 
checks.

Do an SSH to my server, can able to login

Reboot

Do an SSH to my server no connection.

So best I can figure the .key file is not staying after a reboot.  Until I fix 
that I don't think I can redo the certificates for my https service.

Any assistance would be appreciated.

Thanks.

T. James

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] NexStar3 for sale.

2016-04-09 Thread James

NexStar3 for sale.
External with power block for desktop SATA hard drive.
Esata and USB2 intrerfaces.
I haven't used it in a while but it works fine.
$20
No cables.
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] imap connection from unknown

2016-03-19 Thread James

Figured out the imap connection, it is expected.
Still have no idea where the 38gigs came from.


On 2016-03-18 11:38 PM, James wrote:

I used 38 gig yesterday which is way higher than usual.
I think my Raspberry Pi has been hacked.

$ netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 gw.local:imaps dyn-dsl-mb-98-124:55416 ESTABLISHED

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux



___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] imap connection from unknown

2016-03-18 Thread James

I used 38 gig yesterday which is way higher than usual.
I think my Raspberry Pi has been hacked.

$ netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 gw.local:imaps dyn-dsl-mb-98-124:55416 ESTABLISHED

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] trying to get my new ASUS laptop to see a M.2 SSD drive

2016-01-19 Thread James



On 2016-01-19 08:54 AM, Robert P. J. Day wrote:

Quoting Spencer Cheng :



On Jan 19, 2016, at 7:51, Robert P. J. Day  
wrote:


 arrrggghhh ... never mind, spencer cheng asked the right question, 
as in

what interface it uses. the laptop has PCIe slots, but the SSD uses a
SATA III interface. can't believe i didn't notice that, but i'm also
irked with where i bought this because i bought both the laptop and the
SSD drive at the same time and *specifically* said i wanted to put
that drive in that laptop, and no one warned me off. grr ...


Let me elaborate slightly. M.2 SSDs has 2 different interfaces: PCIe 
and SATA. The mechanical interface is the same (not sure about the 
electrical interface) but the SSD protocol/controllers are different.


I was surprised that Robert’s laptop has PCIe SSDs as they are still 
fairly rare.


  if this list allows attachments, i attached a pic. what *is* the max
size of attachments on this list?

I think attachments can be up to 0 bytes. :-)

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] help using qemu to emulate raspberry pi2

2015-08-09 Thread James Lockie

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Using Thunderbird with Exchange Server

2015-07-01 Thread James



On 07/01/15 15:21, Prof J C Nash (U30A) wrote:

I've been using davmail now for several days.


That looks nice.

  I found a very simple
tutorial (I only used the email bit) at


http://nknu.net/ubuntu-14-04-exchange-configuration-thunderbird-pidgin/

This is now working on 2 machines.

Best, JN

On 15-07-01 02:15 PM, James wrote:


On 06/28/15 10:21, Prof J C Nash (U30A) wrote:

uOttawa is moving to email only on Exchange Server. For reasons I do not
fully comprehend, IMAP will be dropped in next few months.

As far as I can determine, my options are
   - Evolution (which I've found awkward for my workflow)
   - Exquilla add-in for Tbird (not free - seems to be $10 per year). I'd
like to avoid being dependent on a commercial enterprise in this way.
   - DavMail

I'm leaning towards Davmail. If anyone has used it, I'd be interested in
off-list exchange of ideas.

Thanks,

JN
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Exquilla is free.
Some additional features are pay.
I think it uses the webmail interface in Exchange.
But it has stopped working (I think it is Exchange's fault or rather the
people that administer it at my work).
The only thing that is supported at my work is running Exchange in the
provided Windows VDI (or Exchange webmail).
Every other way of accessing Exchange else is prone to frequent breakages.

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux



___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] banana pi

2015-01-12 Thread James
On 01/12/15 09:14, James, Trevor wrote:
 Depends on what type of server.
 
 I like the CubieTruck (has a SataPort) built in Wifi/Bluetooth.
 
 http://cubieboard.org/model/cb3/

Mail and web server.

I went with the Raspberry Pi since I could buy it locally.
I hope it has enough ram.
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] banana pi

2015-01-11 Thread James
I'm looking for a small computer to use as a server.
I think I prefer the 1GB banana pi over the 512M raspberry pi.
Thoughts?
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] Installing/Configuring XRDP on a Centos 6.5 (64 bit) machine

2014-05-09 Thread James, Trevor
I know there are other solutions (VNC/SSH etc) but I truly would prefer to get 
XRDP to work on my Centos Machine. Iit will be the base image for a virtual 
machines, and not knowing the end user, best to stick with a standard, in this 
case RDP.

Many URLs have said Yum install, and server start was not quite that simple 
but even after getting it installed, and running the server side, I still 
cannot RDP to the Centos Machine.

Has anyone got some Cliff Notes on how to do this, or a good URL I can 
reference?

Thanks.

T. James

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Looking for Linux-Friendly Thin Client

2014-05-01 Thread James, Trevor
Correction from Previous, CubieTruck does do dual head

http://www.cubieforums.com/index.php?topic=2281.0

using a Lubuntu Desktop distro

-Original Message-
From: Linux [mailto:linux-boun...@lists.oclug.on.ca] On Behalf Of Jean-Francois 
Messier
Sent: Thursday, May 01, 2014 1:20 PM
To: OCLUG
Subject: Re: [OCLUG-Tech] Looking for Linux-Friendly Thin Client

I guess you are right about dual display. Did anyone try this APC8750 board 
with Raspbian port on it ? I have one of those boards, but never had a chance 
to go beyond its Android 2.3. 

Thanks :-)

JF
---
Le code source libre c'est l'ouverture de l'esprit.
Open Source is open minded.


 Original Message 
Subject: Re: [OCLUG-Tech] Looking for Linux-Friendly Thin Client
From: Spencer Cheng sch...@aotera.org
Date: Thu, May 01, 2014 12:34 pm
To: Jean-Francois Messier j...@messier.ca
Cc: OCLUG linux@lists.oclug.on.ca


On May 1, 2014, at 11:39, Jean-Francois Messier j...@messier.ca wrote:

 Yeah, this is an option. I don't mind an open card with its guts. Ont 
 hitng I did not mention is that I would like to have a two-display 
 capable card.
 

I am not aware of any ARM cards which are dual display capable. Most ARM
(development) cards I have only have 1 HDMI connector (if any). If there are 
more than 1 HDMI, only one is active.

I think if you want dual display, you are into the realm of real GPU cards and 
an x86 box.

Regards,
Spencer
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Set up a SAMBA server

2013-10-02 Thread James, Trevor
Here is my best guess document, if anyone has any input, I am always open for 
suggestions.

http://macnash.telfer.uottawa.ca/~nashjc/visible/Ubuntu%20SAMBA.pdf


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Set up a SAMBA server

2013-10-02 Thread James, Trevor
Interfaces I think are best when one has bound multiple IPs to one NIC, or 
multiple NICS.  The Allow/Deny does the same thing for a single NIC machine (my 
2 cents only).

The Firewall is based on exposure of course.  A SOHO, is more than likely 
behind a bridge/router to the internet, so exposure is limited to usually 
192.168.X.X, or local devices.  In this specific case I am have several 
subnets, so blocking everything but what is needed (first rule of security I 
found) means someone from another subnet cannot port scan and try to compromise 
this machine (which should basically become a set it and forget it type 
machine).

T. James


-Original Message-
From: Linux [mailto:linux-boun...@lists.oclug.on.ca] On Behalf Of Timothy Brier
Sent: Wednesday, October 02, 2013 10:04 AM
To: linux@lists.oclug.on.ca
Subject: Re: [OCLUG-Tech] Set up a SAMBA server

Hi,

I know I'm late on this, but here's my two cents.

I like that you block the firewall.  Another option is to bind samba to the 
desired interface.  An example in the smb.conf file would be:
interfaces = 192.168.0.0/24
On 10/2/13 9:11 AM, James, Trevor wrote:
 Here is my best guess document, if anyone has any input, I am always open for 
 suggestions.

 http://macnash.telfer.uottawa.ca/~nashjc/visible/Ubuntu%20SAMBA.pdf


 ___
 Linux mailing list
 Linux@lists.oclug.on.ca
 http://oclug.on.ca/mailman/listinfo/linux
Hi,

I know I'm late on this, but here's my two cents.

I like that you block the firewall, too many people leave this open. 
Another option is to bind samba to the desired interface.

An example in the smb.conf file would be:
interfaces = 192.168.0.0/24
bind interfaces only = true

A few other lines I usually add to the smb.conf to allows samba to use
symlinks:
follow symlinks = yes
wide links = yes
unix extensions = no

To optimize throughput with windows I add this:

max xmit = 65535
aio read size = 1
aio write size =1
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=65535 SO_RCVBUF=65535

read raw = yes

write raw = yes

max connections = 65535

max open files = 65535


- Timothy Brier


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] Set up a SAMBA server

2013-09-24 Thread James, Trevor
Anyone have a simple TID/HowTo to set up a SAMBA a secure SAMBA service to be 
used by only one subnet on a network.  For example only on 192.168.1,X  (wired 
network) but not 192.168.10.X (WiFi)


1)  Install Ubuntu 12.04 Server

2)  Install Basic Gnome Desktop (sorry I am not as experienced with command 
line)

3)  Create two accounts FileRead FileWrite

4)  apt-get install samba

Now this is where someone with experience comes in.


5)  Create a share directory (I would say /home/samba)

6)  Directory Rights? (chmod)

7)  Edit samba.cfg file

a.   Workgroup - SAMBA

b.  Share /home/samba

  i.  FileRead 
- Read only

ii.  FileWrite 
- Read/Write

8)  Set up the IPTables

a.   Block all ports all networks

b.  Open SAMBA ports on 192.168.1.X

Any input on this would be greatly appreciated.

Thanks.

T. James

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] do you have thermal paste?

2013-08-05 Thread James
I'm looking for someone who is willing to drive to near Algonquin 
College and who has thermal paste and other supplies.

My heatsink was loose and I wobbled it.
My computer shut down (overheating).
I have no supplies to clean off the old stuff and redo it.
I'd rather not buy everything I need and do it myself tomorrow.
I'm willing to pay someone if they have stuff and can do it tonight.

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] give away electronics

2013-03-16 Thread James
I have a wireless B router and a clock radio to give away.
Any idea where?
Maybe Valu Village?
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] give away electronics

2013-03-16 Thread James
On 03/16/13 15:31, Richard Guy Briggs wrote:
 On Sat, Mar 16, 2013 at 01:44:52PM -0400, James wrote:
 I have a wireless B router and a clock radio to give away.
 Any idea where?
 Maybe Valu Village?
 
 Yeah, Good plan.  Value Village would sell that stuff.
 
   slainte mhath, RGB
 
 --
 Richard Guy Briggs   --  ~\-- ~\
 hpv.tricolour.net
 www.TriColour.net--  \___   o \@   @   Ride yer 
 bike!
 Ottawa, ON, CANADA  --  Lo___M__\\/\%__\\/\%
 Vote! -- 
 greenparty.ca_GTVS6#790__(*)__(*)(*)(*)_
 
Thanks, will do.

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Use of libreoffice to do high school work

2012-08-24 Thread James

 His teachers insist on assignments being handed in in .doc format.
Does the school provide MS Office?

 Further, at least one of them will not even listen to his explanations of
 why formatting is messed up and won't look at the hard copy he has for them
 which has everything just fine.   The end result is that he is getting
 marks deducted for using libreoffice.


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] OT: electronics

2012-08-24 Thread James
I want to add Bluetooth to my computer.
I have USB headers on my motherboard so I was thinking of buying a BT dongle 
and using that.
I need to get a gadget that connects the header to a USB socket.
I was thinking of building it but I went to Active Electronics and a USB socket 
is $9.
I could buy a cable with the USB socket and convert the other end to use a pin 
connector (not sure how much that is).

Anyways, will it work decently in my computer?
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] ports

2012-08-19 Thread James
Both computers run Linux.

A port scan of the machine with the open port 25 from inside the same lan.

PORT   STATE SERVICE
25/tcp open  smtp

port scan from the web
port 25 is open

port 25 can receive mail.

A port scan of the machine with the open port 25 from my lan.
PORT   STATESERVICE
25/tcp filtered smtp
I can't telnet to port 25 of the computer on the other lan so it is hard to 
debug it.
I tried making this computer a DMZ.

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] ports

2012-08-19 Thread James
On 08/19/12 17:13, Steve La Rocque wrote:
 Hi James.  Can you do a $ telnet [destination] 25
 from the other lan to the machine?  If you can, then at least it
 shouldn't be a network firewall issue.  If not, can you ping the mail
 machine from the other lan?  If not, perhaps you have a routing
 problem.  Also, you may have smtp configured such that it only pays
 attention to lan connection requests, although that is less likely.
 
 -Steve
 
 
 On 08/19/2012 05:11 PM, James wrote:
 Both computers run Linux.

 A port scan of the machine with the open port 25 from inside the same lan.

 PORT   STATE SERVICE
 25/tcp open  smtp

 port scan from the web
 port 25 is open

 port 25 can receive mail.

 A port scan of the machine with the open port 25 from my lan.
 PORT   STATESERVICE
 25/tcp filtered smtp
 I can't telnet to port 25 of the computer on the other lan so it is hard to 
 debug it.
 I tried making this computer a DMZ.


I can't ping the mail machine from the remote LAN but I can SSH to it.
I can telnet to the mail machine from the same LAN it is on.
Could my ISP be blocking me from telnetting to port 25 on the mail machine?

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] National Captial Freenet

2012-02-02 Thread James
On 01/30/12 00:02, Michael Goguen wrote:
 I am on NCF.  They are good peeps.  They are helpful, but they do not have
 the staff to do lots of intensive tech support; you would do well if you
 can do much of this yourself, perhaps.
 
 I feel like I've had more issues than, say, I've seen my parents have with
 Bell internet, in terms of outages, although they have a pretty good system
 for letting people know what is going on etc, if you check out their site
 and stuff.
 
 I feel pretty sure I'm being throttled, with the issues I'm having with
 certain sites, and I don't feel that NCF is very likely to do this, so I
 wonder if somewhere else along the line I am having issues - network card
 or OS or whatever are possibilities, but Bell owns the infrastructure, and
 some sites might be routed through other bottlenecks/ control points, so I
 was wondering if others might be throttling my connection sometimes, and my
 guess was that it would be Bell.  They have been doing stuff to try and...
 force the small providers to charge the same prices they do, to kill their
 competitiveness, etc. 

They resell TekSavvy.
Bell turned off all throttling last year (so they say but I believe them).
Go to c
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] OT: volunteer with spare PCIe slot

2011-10-21 Thread James
On 10/18/11 12:58, C.T. Paterson wrote:
 Did you get any takers?  I've yet to switch out my old analog tuner
 card for a digital, and I was wondering how well a Hauppauge 1250
 might work with my mythTV (whether it would just work).

 I've got a PCIe x16 slot.  If it crashes we know; if it works, I'd
 like to try hooking my antenna up to it and seeing if a quick menu
 config will yield compatibility.  I'm not going to make you sit there
 while I hunt drivers.  I just want to gauge the effort.


 On 13 October 2011 19:56, Jamesbjloc...@lockie.ca  wrote:
 I need someone with a spare PCIe slot to try my digital tuner card.
 http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1250
 I don't care if you get any channels, I just want to see it not crash. :-)
I had a 2nd PCIe slot so I tried that and it works out of the box.
I use VLC and it works perfectly (probably better than Windows).
I tried Kaffeine (nice interface) but it stutters on the audio.

I didn't like using that slot because I had to disconnect the firewire 
header which blocked the card.
I never use firewire so it's not huge loss.


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] OT: NTSC tuner card

2011-10-15 Thread James
I have an NTSC tuner card that I used to receive over the air.
I don't need it but would it still be good for someone that has digital 
television to view tv on their computer?

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] OT: volunteer with spare PCIe slot

2011-10-13 Thread James
I need someone with a spare PCIe slot to try my digital tuner card.
http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1250
I don't care if you get any channels, I just want to see it not crash. :-)
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Ubuntu Hour tomorrow (Thursday Dec 9th 8PM)

2010-12-08 Thread James
Sorry George I wont be able to make it this month, I have an eye apt @ 7:30
T__T hope others come instead of the usual, 3-4 people

On Wed, Dec 8, 2010 at 11:24 AM, george.stand...@gmail.com 
george.stand...@gmail.com wrote:

 Monthly Ottawa Ubuntu meeting is tomorrow.

 Ubuntu Hour Ottawa
 December 9th
 8PM
 @ The Exchange (Rideau Center)
   The last few time we have been downstairs.

 http://loco.ubuntu.com/events/team/590/detail/

 Hope to see you there,
 George aka ZykoticK9

 --
 ubuntu-ca mailing list
 ubuntu...@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca




-- 
外に遊びに行こう!


-- 
BEGIN-ANTISPAM-VOTING-LINKS
--

Teach CanIt if this mail (ID 01DEErTKI) is spam:
Spam:
https://antispam.roaringpenguin.com/canit/b.php?i=01DEErTKIm=a4bdf4ecefbdt=20101208c=s
Not spam:
https://antispam.roaringpenguin.com/canit/b.php?i=01DEErTKIm=a4bdf4ecefbdt=20101208c=n
Forget vote: 
https://antispam.roaringpenguin.com/canit/b.php?i=01DEErTKIm=a4bdf4ecefbdt=20101208c=f
--
END-ANTISPAM-VOTING-LINKS

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Michael Geist directly addresses Linux DVD issue in new Canadian copyright law!

2010-11-11 Thread James
Play a DVD on linux Canada and become a criminal!

On Wed, Jun 9, 2010 at 10:20 AM, George Standish
george.stand...@gmail.comwrote:

 http://www.michaelgeist.ca/content/view/5100/125/

 --
 ubuntu-ca mailing list
 ubuntu...@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] usb drive on virtual machine

2009-10-13 Thread James

On 09/26/09 20:31, mpsingh wrote:

Hi there,

I want to install usb drive on virtual machine,
I used the following settings in configuration file of VM
usb=1
usbdevice=[ 'phy:usb ID: found by  lsusb' ]

I also tried the following command

xm block-attachdomain ID  phy:/dev/sdc xvdc r

But none of the method is working,

If anybody already installed, please help me out

   

I use VirtualBox.
More information on the software you use might be helpful.
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] OT: webcam mount on lcd monitor

2009-04-11 Thread James
I'm looking for a way to mount my webcam on the top of my lcd monitor.
Some kind of clip thing for the monitor with a perpendicular platform for
my webcam to sit on.


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] network printer

2008-10-30 Thread James
I want recommendations for a network printer.
I have a printer so would it just be better to buy a wireless print server?
Maybe I need a new router with a built-in print server.
I don't have a lot of plugs.
Do they make routers with all 3: wireless/VOIP/print server?

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] network printer

2008-10-30 Thread James
On Thu, October 30, 2008 1:22 pm, Glenn Henshaw wrote:


 On 30-Oct-08, at 10:47 AM, James wrote:


 I want recommendations for a network printer.
 I have a printer so would it just be better to buy a wireless print
 server? Maybe I need a new router with a built-in print server.
 I don't have a lot of plugs.
 Do they make routers with all 3: wireless/VOIP/print server?



 I have a 4 year old Brother 420CN (printer, fax, scanner) that has a
 built in Ethernet server. The current model is about $100. They provide
 Linux CUPS drivers as well as drivers for Mac and Windows. I
 haven't tried using the scanner from Linux yet.

We have one of those at work, and it does work with Linux.

http://www.brother.com/cgi-bin/agreement/agreement.cgi?dlfile=http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/cups_wrapper/cupswrapperMFC420CN-1.0.2-3.i386.deblang=English_gpl


 Before this printer, I bought a new one every year because they
 wore out.

 ... Glenn


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


Re: [OCLUG-Tech] Debian help

2008-10-24 Thread James
On Fri, October 24, 2008 11:00 am, James wrote:
 sudo apt-get dist-upgrade only tries to upgrade the kernel:

 #9474;
 #9474;
 #9474; You are attempting to install an initrd kernel image (version
 2.6.18-6-486)  #9474;
 #9474; This will not work unless you have configured your boot loader to
 use initrd.#9474; #9474; (An initrd image is a kernel image that
 expects to use an INITial Ram Disk to#9474;
 #9474; mount a minimal root file system into RAM and use that for
 booting). #9474; #9474;


 #9474; You are attempting to install an initrd kernel image (version
 2.6.18-6-686)  #9474;
 #9474; This will not work unless you have configured your boot loader to
 use initrd.#9474; #9474; (An initrd image is a kernel image that
 expects to use an INITial Ram Disk to#9474;
 #9474; mount a minimal root file system into RAM and use that for
 booting).

I upgraded the kernel and now it won't boot all the way.
It gives a bunch of grub errors and then continues booting but it hangs on
NET:  something.
I am going to try booting from USB.


___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


[OCLUG-Tech] netbook

2008-10-20 Thread James
I'm considering something like this:
http://canadacomputers.com/index.php?do=ShowProductcmd=pdpid=019819cid=896.862

There is a model with a hard drive too.

Are there any other distributions that are good for SSD?

Is it a bad idea to buy SSDs drives?

I have an external USB drive so I'm not concerned about storage space on
the machine.

I just need something cheap and portable for web browsing and email.



___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux