[SLUG] PVR/DVR software(open source)

2009-09-30 Thread Hasnain
Hi,

Does anyone know a good freeware for tv so you can schedule tv recording
online and so on.I was using Mythtv on Ubuntu doesnt have those features
like icetv has. Any recommendation?

Much appreciated,

Hasnain
-- 
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] PVR/DVR software(open source)

2009-09-30 Thread Hasnain
Thanks a lot. I hope Shepherd is free.

On Wed, Sep 30, 2009 at 3:30 PM, Daniel Pittman dan...@rimspace.net wrote:

 Hasnain mhasn...@gmail.com writes:

  Does anyone know a good freeware for tv so you can schedule tv recording
  online and so on.I was using Mythtv on Ubuntu doesnt have those features
  like icetv has. Any recommendation?

 The problem is not so much the software, of which there is a wide range,
 but
 the availability of the TV schedule data itself.

 This has a reasonable summary of (my present understanding of) the
 available
 data sources:

http://www.ozmyth.com/wiki/australian+tv+guide+data+for+mythtv

 Configuring that for whatever other software you want to use is probably a
 relatively simple matter compared to finding the data itself.

 Regards,
Daniel
 --
 ✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155
 707
   ♽ made with 100 percent post-consumer electrons
   Looking for work?  Love Perl?  In Melbourne, Australia?  We are hiring.
 --
 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] Problem with TAR gunzip

2008-11-04 Thread Hasnain
Hi Peter,

Basically, Is there anyway to recover those gzip files? or do you think we
can ignore that corrupted block and extract rest of the file?

Thanks in advance,
Hasnain

On Tue, Nov 4, 2008 at 7:32 AM, Peter Chubb [EMAIL PROTECTED]wrote:

  Hasnain == Hasnain  [EMAIL PROTECTED] writes:

 Hasnain Hi Everyone, i was having a bit of issue with a tarball on
 Hasnain friday night as i got the following error.

 Hasnain gzip: stdin: decompression OK, trailing garbage ignored tar:
 Hasnain Unexpected EOF in archive tar: Unexpected EOF in archive tar:
 Hasnain Error is not recoverable: exiting now

 You have a corrupt tarball.  Gzip decompressed to a certain point, but
 the end of the file was ignored.  Then when tar tried to read the
 result, it found the archive was curtailed.

 --
 Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT
 gelato.unsw.edu.au
 http://www.ertos.nicta.com.au   ERTOS within National ICT
 Australia

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


[SLUG] Problem with TAR gunzip

2008-11-02 Thread Hasnain
Hi Everyone,

i was having a bit of issue with a tarball on friday night as i got the
following error.

gzip: stdin: decompression OK, trailing garbage ignored
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now


its on 4.6 RH and 1.14 tar version. Did anyone come across with that problem
before?

Thanks in advance for help,
Hasnain
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] which process holding port

2008-03-17 Thread Hasnain
Hi Everyone,

Is there anyway how to find which process is holding a tcp port in linux?
Say for instance, i checked

netstat -a |grep ###. but i dont know which process has opened or hold that
port currently. Is there anyway to find out this?


Thanks in advance,

Hasnain
-- 
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] which process holding port

2008-03-17 Thread Hasnain
Sorry for being late guys but thanks heaps for those replies. I cant believe
i also forgot lsof or fuser. i didnt know the netstat -p switch. Thank you
so much guys you guys are awesome.

On Mon, Mar 17, 2008 at 7:38 PM, Peter Hardy [EMAIL PROTECTED]
wrote:

 On Mon, 2008-03-17 at 17:58 +0900, Hasnain wrote:
  Is there anyway how to find which process is holding a tcp port in
 linux?
  Say for instance, i checked
 
  netstat -a |grep ###. but i dont know which process has opened or hold
 that
  port currently. Is there anyway to find out this?

 Nobody has yet mentioned lsof or fuser. This makes me sad.

 [EMAIL PROTECTED]:~% ps ax | grep light
 14230 ?SN 0:01 /usr/sbin/lighttpd -f
 /etc/lighttpd/lighttpd.conf
 [EMAIL PROTECTED]:~% sudo fuser -n tcp 80
 80/tcp:  14230
 [EMAIL PROTECTED]:~% sudo lsof -i :80
 COMMANDPID USER   FD   TYPE DEVICE SIZE NODE NAME
 lighttpd 14230 www-data5u  IPv4  64209   TCP *:www (LISTEN)
 [EMAIL PROTECTED]:~%

 Hooray for everything being a file!

 --
 Pete

 --
 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


[SLUG] X-client software.

2007-10-09 Thread Hasnain
Hi,


Is there anyone knows about any x-client software like humminbird exceed for
free to use x11 under ssh tunnelling. i used to use any gui to run on putty
setting the display into localhost and exceed used to pipe those displays
into local computers.



Thanks in advance,



Hassy.
-- 
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] X-client software.

2007-10-09 Thread Hasnain
Hi
Its true you can use vnc but i was looking more into putty like you run
xclock in putty another window in your machine will pops off with the clock
interface.

Thanks,
Hassy


On 10/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 On Wed, 10 Oct 2007, Hasnain wrote:

  Hi,
 
 
  Is there anyone knows about any x-client software like humminbird exceed
 for
  free to use x11 under ssh tunnelling. i used to use any gui to run on
 putty
  setting the display into localhost and exceed used to pipe those
 displays
  into local computers.


 VNC?



 --
 Rachel Polanskis Kingswood, Greater Western Sydney,
 Australia
 [EMAIL PROTECTED]http://www.zeta.org.au/~grove/grove.html
 David Hicks, Nuclear Power, WorkChoices, Reconciliation, Tampa, Iraq, AWB,
 Children Overboard, Global Warming.  Who do you trust? - John W Howard

-- 
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] X-client software.

2007-10-09 Thread Hasnain
Thanks for that i will check those out. seems the cygwin package will help
me big time.

Cheers,
Hassy
On 10/10/07, Scott Ragen [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote on 10/10/2007 02:01:23 PM:

  Hi,
 
 
  Is there anyone knows about any x-client software like humminbird exceed
 for
  free to use x11 under ssh tunnelling. i used to use any gui to run on
 putty
  setting the display into localhost and exceed used to pipe those
 displays
  into local computers.

 There is cygwin, with its Xwin Packages.
 Look at http://x.cygwin.com

 Another option, especially if its over the net and you don't mind
 installing some server sided software is to use NX.
 You can download the free (as in speech) freenx on the server from
 http://freenx.berlios.de/
 The free (as in beer) client is downloadable from http://www.nomachine.com

 Cheers,

 Scott

-- 
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] X-client software.

2007-10-09 Thread Hasnain
Thank you so much Jeremy,

It will help me big time.


On 10/10/07, Jeremy Portzer [EMAIL PROTECTED] wrote:

 Hasnain wrote:
  Hi,
 
 
  Is there anyone knows about any x-client software like humminbird exceed
 for
  free to use x11 under ssh tunnelling. i used to use any gui to run on
 putty
  setting the display into localhost and exceed used to pipe those
 displays
  into local computers.
 

 Hello,

 I assume since you mention putty you're talking about running X
 applications displayed on MS-Windows?  Note that this type of software
 is technically called an X server - not client.  (The client is the
 program you're actually running on the remote system.)  The meanings of
 server and client are slightly backwards when it comes to the X Window
 system.

 I typically used Cygwin and Cygwin/X .  It is free software and easy to
 install.  You can do exactly as you say and forward the displays using
 putty (or just use the cygwin ssh client which is easy to install once
 you have the cygwin environment configured).

 --Jeremy

-- 
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] Networking issue.

2006-12-11 Thread Hasnain

Good Morning guyz,
First of all thanks to everyone for that wonderful solutions(appreciate
that). I will update everyone very soon regarding that issue.
Thanks again,
Hasnain

On 12/11/06, O Plameras [EMAIL PROTECTED] wrote:


Dean Hamstead wrote:
 if you have the routers working as firewalls (ie with NAT)
 then you may have problems.

 assuming your set up is like

 (internet)
|
 (router1)
|-(computers1) (192.168.0.x)
 (router2)
L-(computers2) (10.30.13.x)


I assume that router2 is a Linux Box.

Then, the above network diagram is one good example to apply RFC1918
and Bridging (or Switching) to simplify your network. In this
case the above network becomes:

Internet
   |
Router 1 (Computers1 - 192.168.0.x)
   |
Bridge (Computers2 - 192.168.0.x instead of Computers2 - 10.30.13.x)
  |

I include a brief howto  to turn router 2 into a bridge which you can
think of as a switch.

1. install bridge-utils(# yum -y install bridge-utils on Fedora)
2. brctl addbr br0
3. brctl addif br0 eth0
4. brctl addif br0 eth1
5. brctl stp br0 on
6. ifconfig br0 192.168.0.254 up
(192.168.0.254 should not have been assigned in Computers1.)
7. ifconfig eth0  0.0.0.0 up
8. ifconfig eth1  0.0.0.0 up
9. re number all computers2 to have
192.168.0.x instead of 10.30.13.x ensuring computers1 are not
duplicated.

After that all computers on both side of Bridge will communicate
backwards and forwards.

Also, no need to change or touch your  Router1 since it is working.

Hope this helps.

O Plameras


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