Silverlokk | 1 Dec 05:11
Picon

Atheros Wi-Fi goes open-source, Linux friendly

http://blogs.computerworld.com/atheros_wi_fi_goes_open_source_linux_friendly

Choice quote:


What it all boils down to for desktop Linux users is that you can look forward to being able to wirelessly network any Linux on any laptop or desktop without a second thought. It's another great day for Linux users.


 
 

Sent to you by Silverlokk via Google Reader:

 
 

via Computerworld Blogs blogs by Steven J. Vaughan-Nichols on 11/30/08

At long last, Atheros has opened up the last binary barriers to making completely open-source, Linux-friendly drivers for its popular Wi-Fi chipsets.

read more


 
 

Things you can do from here:

 
 
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Ludwig Isaac Lim | 1 Dec 07:39
Picon
Favicon

Cross Platform CGI (in Perl) Development?


Hi:

    Scenario:
    The deployment server (in Unix) is somewhere in United Stated. Using ssh / vi (no VIM, yuck)
to edit CGI scripts is inefficient due to the distance not to mention I have to use vi (VIM is
fine). But the machine in my office  is running on  Windows XP. I already have an Apache / Perl in
my Windows machine, and I can execute Perl CGI on my Windows Apache Server.

    Problem:
    Everytime I want to deploy, I need to change the following lines:
        #!C:/Perl/bin/Perl               # Windows XP

     to 
         #!/opt/perl/bin/perl            # Unix

    Is there a better way of doing it, short of reformatting my PC to Linux (Not allowed)? :)

    Question #2:
        Similar to above question, Is there a way of doing the following:

BEGIN
{
    if ( platform is Unix/Linux) {
        push @INC, ".....";             # add Unix path to @INC
    elsif (platform is Windows) {
        push @INC< "....";              # add Windows path to @INC
}

Regards,
Ludwig

      
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Ambrosio Berdijo | 1 Dec 18:44
Picon
Favicon

Re: Cross Platform CGI (in Perl) Development?

This may not be the answer you are looking for.. 
but why not just have PH office do the development
and maintenance of the CGI scripts under Linux/UNIX?
Use a separate Linux machine and then have developers
login to do the development.

And there seems to be this company policy that you cannot
change your Windows XP to a Linux distro....well just download
the free VMWare Server and run the Linux/UNIX of your choice.



--- On Mon, 12/1/08, Ludwig Isaac Lim <ludz_lim-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:
From: Ludwig Isaac Lim <ludz_lim-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Subject: [plug] Cross Platform CGI (in Perl) Development?
To: "PLUG PLUG" <plug-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org>
Date: Monday, December 1, 2008, 2:39 PM

Hi:

Scenario:
The deployment server (in Unix) is somewhere in United Stated. Using ssh /
vi (no VIM, yuck)
to edit CGI scripts is inefficient due to the distance not to mention I have to
use vi (VIM is
fine). But the machine in my office is running on Windows XP. I already have
an Apache / Perl in
my Windows machine, and I can execute Perl CGI on my Windows Apache Server.

Problem:
Everytime I want to deploy, I need to change the following lines:
#!C:/Perl/bin/Perl # Windows XP

to
#!/opt/perl/bin/perl # Unix


Is there a better way of doing it, short of reformatting my PC to Linux
(Not allowed)? :)

Question #2:
Similar to above question, Is there a way of doing the following:


BEGIN
{
if ( platform is Unix/Linux) {
push <at> INC, "....."; # add Unix path to <at> INC
elsif (platform is Windows) {
push <at> INC< "...."; # add Windows path to <at> INC
}

Regards,
Ludwig




_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
joebert jacaba | 2 Dec 04:25
Picon

Re: Linux on the Iphone

what about something like VMWare ESX on the iPhone? so i can run these
OSes simultaneously.

On Sun, Nov 30, 2008 at 10:45 PM, Gideon N. Guillen
<gideon_list@...> wrote:
> What would be even better is if you can dual boot Android and iPhone
> OS, or even OpenMoko and other embeded Linux options, on the iPhone
> hardware. But given Apple's draconian policies, you probably need to
> choose only one of them.
>
> On 11/30/08, Jerome Gotangco <jgotangco@...> wrote:
>> would be nice if Android can be ported - my 2G iPhone would be nicer
>> to have options hehe
>>
>> Jerome
>>
>> On Sun, Nov 30, 2008 at 7:39 PM, Sujiru <xsujiru@...> wrote:
>>> http://www.engadget.com/2008/11/28/linux-hits-the-iphone/
>>> http://linuxoniphone.blogspot.com/2008/11/linux-on-iphone.html
>>>
>>> No, it's not Fedora 10 =)
>>>
>>>
>>> http://sujiru.tk/
>>>
>>>
>>>
>>>
>>> _________________________________________________
>>> Philippine Linux Users' Group (PLUG) Mailing List
>>> http://lists.linux.org.ph/mailman/listinfo/plug
>>> Searchable Archives: http://archives.free.net.ph
>>>
>>
>>
>>
>> --
>> Jerome G.
>>
>> Website: http://www.gotangco.com
>> Blog: http://engage.wordpress.com
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Jerome Gotangco | 2 Dec 04:31
Picon
Gravatar

Re: Linux on the Iphone

On Tue, Dec 2, 2008 at 11:25 AM, joebert jacaba <joebertj@...> wrote:
> what about something like VMWare ESX on the iPhone? so i can run these
> OSes simultaneously.

That's too much! :-)

--

-- 
Jerome G.

Website: http://www.gotangco.com
Blog: http://engage.wordpress.com
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

thad | 2 Dec 05:32
Picon

Re: Cross Platform CGI (in Perl) Development?

What is wrong editing with vi in UNIX? Fact is no VIM in UNIX and that
simplicity works fine and its not inefficient, no need of blinking or
color highlighted text. I can presume that you are used to Bash and
having a hard time to navigate around with set -o vi and expecting tab
completion to work. I will not be surprised if you user account shell
is Korn you may just need to modify your user profile to suit up what
you need.

Woody Allen  - "I will not eat oysters. I want my food dead. Not sick.
Not wounded. Dead."

On Mon, Dec 1, 2008 at 12:39 AM, Ludwig Isaac Lim <ludz_lim@...> wrote:
>
> Hi:
>
>    Scenario:
>    The deployment server (in Unix) is somewhere in United Stated. Using ssh / vi (no VIM, yuck)
> to edit CGI scripts is inefficient due to the distance not to mention I have to use vi (VIM is
> fine). But the machine in my office  is running on  Windows XP. I already have an Apache / Perl in
> my Windows machine, and I can execute Perl CGI on my Windows Apache Server.
>
>    Problem:
>    Everytime I want to deploy, I need to change the following lines:
>        #!C:/Perl/bin/Perl               # Windows XP
>
>     to
>         #!/opt/perl/bin/perl            # Unix
>
>
>    Is there a better way of doing it, short of reformatting my PC to Linux (Not allowed)? :)
>
>    Question #2:
>        Similar to above question, Is there a way of doing the following:
>
>
> BEGIN
> {
>    if ( platform is Unix/Linux) {
>        push @INC, ".....";             # add Unix path to @INC
>    elsif (platform is Windows) {
>        push @INC< "....";              # add Windows path to @INC
> }
>
> Regards,
> Ludwig
>
>
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Gideon N. Guillen | 2 Dec 06:11

Re: Linux on the Iphone

From: "joebert jacaba" <joebertj@...>
Date: 12-02-2008 11:25

>what about something like VMWare ESX on the iPhone? so i can 
>run these OSes simultaneously.

On a phone?  A machine with very limited processing power and RAM, I don't think you want to do virtualization
on that kind of machine, especially that there are numerous complaints about the iPhone's battery life.
Plus we still don't have Linux kernel drivers for most of the juicy hardware parts, virtualizing them will
be even harder. 

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

seekuel | 2 Dec 07:38
Picon

CUPS

Hello guys,

I need your help with configuring cups printer. I am using Ubuntu linux and RHEL 3. The scenario: a printer is locally installed in Ubuntu and can print locally. CUPS is enabled in Ubuntu and port 631 is open. Now I need to print from a remote server which is RHEL 3. I have tried to print from RHEL to Ubuntu with no avail.

I appreciate any ideas and suggestions.

Below is my printers.conf in RHEL:

<Printer ubuntu-printer>
Info Created by redhat-config-printer 0.6.x
DeviceURI ipp://172.16.175.71/printers/EPLX300
Location ubuntu-printer
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>

RHEL cups.conf:
<Printer ubuntu-printer>
Info Created by redhat-config-printer 0.6.x
DeviceURI ipp://172.16.175.71/printers/EPLX300
Location ubuntu-printer
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>


Thank you,

seekuel

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Roger Filomeno | 2 Dec 08:23
Picon
Gravatar

Re: CUPS

Can you send the logs?

I think correct samba setup is required as well.

--
Roger P. Filomeno
TwitSnap: The coolest Twitter widget for your site! http://www.twitsnap.com

http://corruptedpartition.blogspot.com/
TEL#: +1-360-968-1767
SMS: send MSG GODIE <YOUR MESSAGE> to 2948

$> who | grep -i blond | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep


On Tue, Dec 2, 2008 at 2:38 PM, seekuel <seekuel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hello guys,

I need your help with configuring cups printer. I am using Ubuntu linux and RHEL 3. The scenario: a printer is locally installed in Ubuntu and can print locally. CUPS is enabled in Ubuntu and port 631 is open. Now I need to print from a remote server which is RHEL 3. I have tried to print from RHEL to Ubuntu with no avail.

I appreciate any ideas and suggestions.

Below is my printers.conf in RHEL:

<Printer ubuntu-printer>
Info Created by redhat-config-printer 0.6.x
DeviceURI ipp://172.16.175.71/printers/EPLX300
Location ubuntu-printer
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>

RHEL cups.conf:
<Printer ubuntu-printer>
Info Created by redhat-config-printer 0.6.x
DeviceURI ipp://172.16.175.71/printers/EPLX300
Location ubuntu-printer
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>


Thank you,

seekuel


_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Dong Calmada | 2 Dec 08:36
Picon
Gravatar

Re: CUPS

seekuel wrote:
> Hello guys,
>
> I need your help with configuring cups printer. I am using Ubuntu linux and
> RHEL 3. The scenario: a printer is locally installed in Ubuntu and can print
> locally. CUPS is enabled in Ubuntu and port 631 is open. Now I need to print
> from a remote server which is RHEL 3. I have tried to print from RHEL to
> Ubuntu with no avail.
>   
Hi,

You have to tweak your /etc/cups/cupsd.conf so that the following are set:

Listen printer-server-address:631
Browsing On
BrowseOrder allow,deny
BrowseAllow host-ip-address-1
BrowseAllow host-ip-address-2
...

DefaultAuthType Basic
<Location />
  # Allow shared printing and remote administration...
  Order allow,deny
    Allow host-ip-address-1
    Allow host-ip-address-2
    ...
</Location>
<Location /admin>
  # Allow remote administration...
  Order allow,deny
  Allow host-ip-address-1
  Allow host-ip-address-2
  ...
</Location>

Dong
Attachment (dongcalmada.vcf): text/x-vcard, 518 bytes
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Gmane