LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-01-2016, 08:48 AM   #1
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,156
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
how to make netflix working in debian7 wheezy 64bit?


hello,
according to that thread http://forums.debian.net/viewtopic.php?f=6&t=117979
I try to update libnss3 to 3.17
libc6 to 2.19-11
How to install the https://packages.debian.org/jessie/amd64/libc6 and .. libnss3 new ?
Any advice is welcome.
(I prefer not to change the sources.list).
The Idea would be to download the deb packages and install them over the old packages.
But I dont know how.
 
Old 01-01-2016, 10:04 AM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Something wrong in using Google Chrome for netflix on debian7 wheezy 64bit?
 
Old 01-02-2016, 03:40 AM   #3
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,156

Original Poster
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by Habitual View Post
Something wrong in using Google Chrome for netflix on debian7 wheezy 64bit?
I could not make it working. It seems ok in Jessie (not soo easy) http://forums.debian.net/viewtopic.php?f=6&t=121163

I achieved to make running netflix (after the post above) in iceweasel using pipelight (for loading silverlight) and a user agent making silverlight believing I am using Win/Chrome24. http://pipelight.net/cms/installation.html

Last edited by floppy_stuttgart; 01-02-2016 at 06:52 AM.
 
Old 01-02-2016, 07:51 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by floppy_stuttgart View Post
How to install the https://packages.debian.org/jessie/amd64/libc6 and .. libnss3 new ?
Any advice is welcome.
(I prefer not to change the sources.list).
The Idea would be to download the deb packages and install them over the old packages.
But I dont know how.
it is not possible.
you would most probably break your system.
it has been discussed at length in the thread you linked; why do you want to reinvent the wheel, or get another explanation for somethingthat has been explained already?

the way i see it, the mepis repos are your best bet.

edit:
not to mention that wheezy is oldstable and it's just going to get harder and harder to get this kind of stuff working.

Last edited by ondoho; 01-02-2016 at 07:53 AM.
 
Old 01-02-2016, 10:27 PM   #5
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Upgrade to Jessie. Running an obsolete version is begging for trouble, and trying to install new versions of the libraries you mentioned on an old system is almost certain to result in a broken system.
 
Old 01-03-2016, 05:41 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
sgosnell, i agree with your sentiment, but i think the term "obsolete" is wrong, or at least opinionated.
wheezy is "oldstable":
https://wiki.debian.org/DebianOldStable
 
Old 01-03-2016, 04:22 PM   #7
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Yes, it's OldStable, which means it's essentially obsolete, and support won't be provided for much longer. It's there for those who can't upgrade quickly for some reason, usually for large organizations with many computers which can take time to get upgraded. Normal desktop users shouldn't be running OldStable for very long after the new Stable is available and tested. Mostly because the software packages are too old and often can't be upgraded properly. As in this case.
 
Old 01-03-2016, 04:46 PM   #8
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
chrome is built against libnss3 lib net work security. in slackware it is part of seamonkey-solibs.
I am sure debian old stable has it because chromium is being developed on oldstable as we speak.
here is a script you can grab that will install every little aptget your heart desires for old stable.

Code:
# Download the install-build-deps.sh script at the correct revision (initially base64 encoded).
wget -O install-build-deps.txt https://chromium.googlesource.com/chromium/src/+/fedbbb0aa762826ba2fc85a2b934dc9660639aa7/build/install-build-deps.sh?format=TEXT
# Decode the script.
python -m base64 -d install-build-deps.txt > install-build-deps.sh
# Mark the script as executable.
chmod 755 install-build-deps.sh
you can have everything thing it takes to build run anything chromium has.
enjoy

Quote:
Upgrade to Jessie. Running an obsolete version is begging for trouble, and trying to install new versions of the libraries you mentioned on an old system is almost certain to result in a broken system.
Jessie is ok but revers compatibility gcc 4.9.3 has caused issues.
this has nothing to do with what he wanted. just all the dependencies that will handle everything it takes for chromium.

Last edited by Drakeo; 01-03-2016 at 05:02 PM.
 
Old 01-04-2016, 10:34 AM   #9
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,156

Original Poster
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
The install failed...

wget -O install-build-deps.txt https://chromium.googlesource.com/ch...sh?format=TEXT
Quote:
--2016-01-04 17:24:51-- https://chromium.googlesource.com/ch...sh?format=TEXT
Auflsen des Hostnamen chromium.googlesource.com (chromium.googlesource.com)... 173.194.65.82, 2a00:1450:4013:c00::52
Verbindungsaufbau zu chromium.googlesource.com (chromium.googlesource.com)|173.194.65.82|:443... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Lnge: nicht spezifiziert [text/plain]
In install-build-deps.txt speichern.

[ <=> ] 20.680 --.-K/s in 0,08s

2016-01-04 17:24:54 (244 KB/s) - install-build-deps.txt gespeichert [20680]
python -m base64 -d install-build-deps.txt > install-build-deps.sh
chmod 755 install-build-deps.sh
sh install-build-deps.sh
Quote:
install-build-deps.sh: 75: install-build-deps.sh: [[: not found
dpkg-query: Kein Paket gefunden, das auf libgl1-mesa-glx-lts-quantal passt
dpkg-query: Kein Paket gefunden, das auf libgl1-mesa-glx-lts-raring passt
dpkg-query: Kein Paket gefunden, das auf libgl1-mesa-glx-lts-saucy passt
dpkg-query: Kein Paket gefunden, das auf libgl1-mesa-glx-lts-trusty passt
This script installs all tools and libraries needed to build Chromium.

For most of the libraries, it can also install debugging symbols, which
will allow you to debug code in the system libraries. Most developers
won't need these symbols.
Do you want me to install them for you (y/N) N
Skipping debugging symbols.
Including ARM cross toolchain.
Including NaCl, NaCl toolchain, NaCl ports dependencies.
OK http://ftp.de.debian.org wheezy Release.gpg
OK http://ftp-stud.hs-esslingen.de wheezy Release.gpg
Holen: 1 http://ppa.launchpad.net oneiric Release.gpg [316 B]
Holen: 2 http://security.debian.org wheezy/updates Release.gpg [1.554 B]
OK http://repos.fds-team.de wheezy Release.gpg
Holen: 3 http://ftp-stud.hs-esslingen.de wheezy-updates Release.gpg [1.554 B]
OK http://ftp.de.debian.org wheezy Release
OK http://ppa.launchpad.net oneiric Release
Holen: 4 http://security.debian.org wheezy/updates Release [102 kB]
OK http://repos.fds-team.de wheezy Release
OK http://ftp-stud.hs-esslingen.de wheezy Release
Ign http://ppa.launchpad.net oneiric Release
Holen: 5 http://ftp-stud.hs-esslingen.de wheezy-updates Release [143 kB]
OK http://ftp.de.debian.org wheezy/main amd64 Packages
Ign http://ppa.launchpad.net oneiric/main amd64 Packages/DiffIndex
OK http://repos.fds-team.de wheezy/main amd64 Packages
OK http://ftp.de.debian.org wheezy/contrib amd64 Packages
Ign http://ppa.launchpad.net oneiric/main i386 Packages/DiffIndex
OK http://repos.fds-team.de wheezy/main i386 Packages
Holen: 6 http://security.debian.org wheezy/updates/main Sources [201 kB]
OK http://ftp.de.debian.org wheezy/non-free amd64 Packages
OK http://ftp.de.debian.org wheezy/main i386 Packages
OK http://ftp.de.debian.org wheezy/contrib i386 Packages
OK http://ftp-stud.hs-esslingen.de wheezy/main Sources
OK http://ftp.de.debian.org wheezy/non-free i386 Packages
OK http://ftp-stud.hs-esslingen.de wheezy/main amd64 Packages
OK http://ppa.launchpad.net oneiric/main amd64 Packages
OK http://ftp.de.debian.org wheezy/contrib Translation-en
OK http://ftp-stud.hs-esslingen.de wheezy/main i386 Packages
OK http://ppa.launchpad.net oneiric/main i386 Packages
Holen: 7 http://security.debian.org wheezy/updates/main amd64 Packages [327 kB]
Holen: 8 http://ftp-stud.hs-esslingen.de wheezy/main Translation-de_DE [830 B]
Holen: 9 http://ftp.de.debian.org wheezy/main Translation-de_DE [830 B]
OK http://ftp-stud.hs-esslingen.de wheezy/main Translation-de
OK http://ftp.de.debian.org wheezy/main Translation-de
OK http://ftp-stud.hs-esslingen.de wheezy/main Translation-en
OK http://ftp.de.debian.org wheezy/main Translation-en
Holen: 10 http://ftp-stud.hs-esslingen.de wheezy-updates/main Sources [3.864 B]
OK http://ftp.de.debian.org wheezy/non-free Translation-en
OK http://ftp-stud.hs-esslingen.de wheezy-updates/main amd64 Packages/DiffIndex
Holen: 11 http://security.debian.org wheezy/updates/main i386 Packages [330 kB]
OK http://ftp-stud.hs-esslingen.de wheezy-updates/main i386 Packages/DiffIndex
Holen: 12 http://ftp-stud.hs-esslingen.de wheezy-updates/main Translation-en [3.814 B]
Ign http://repos.fds-team.de wheezy/main Translation-de_DE
Holen: 13 http://security.debian.org wheezy/updates/main Translation-en [188 kB]
Ign http://repos.fds-team.de wheezy/main Translation-de
Ign http://ppa.launchpad.net oneiric/main Translation-de_DE
Ign http://repos.fds-team.de wheezy/main Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-de
Ign http://ppa.launchpad.net oneiric/main Translation-en
Es wurden 1.305 kB in 5 s geholt (251 kB/s).
Paketlisten werden gelesen... Fertig
W: GPG-Fehler: http://ppa.launchpad.net oneiric Release: Die folgenden Signaturen konnten nicht berprft werden, weil ihr ffentlicher Schlssel nicht verfgbar ist: NO_PUBKEY 497A0F381F691896
Finding missing packages...
Packages required: ant apache2.2-bin autoconf bison cdbs cmake curl devscripts dpkg-dev elfutils fakeroot flex fonts-thai-tlwg g++ g++-arm-linux-gnueabihf gawk git-core git-svn g++-mingw-w64-i686 g++-multilib gperf intltool language-pack-da language-pack-fr language-pack-he language-pack-zh-hant lib32gcc1 lib32ncurses5-dev lib32stdc++6 lib32z1-dev libapache2-mod-php5 libasound2 libasound2-dev libasound2:i386 libatk1.0-0 libav-tools libbluetooth-dev libbrlapi0.5 libbrlapi-dev libbz2-1.0 libbz2-dev libc6 libc6-dev-armhf-cross libc6-i386 libcairo2 libcairo2-dev libcap2 libcap2:i386 libcap-dev libcups2 libcups2-dev libcurl4-gnutls-dev libdrm-dev libelf-dev libelf-dev:i386 libexif12 libexif12:i386 libexif-dev libexpat1 libfontconfig1 libfontconfig1:i386 libfreetype6 libgbm-dev libgconf-2-4:i386 libgconf2-dev libgl1-mesa-dev libgl1-mesa-glx:i386 libgles2-mesa-dev libglib2.0-0 libglib2.0-0:i386 libglib2.0-dev libglu1-mesa-dev libgnome-keyring0 libgnome-keyring-dev libgpm2:i386 libgtk2.0-0 libgtk2.0-0:i386 libgtk2.0-dev libjpeg62-dev libkrb5-dev libncurses5:i386 libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3:i386 libpam0g libpam0g-dev libpango1.0-0 libpango1.0-0:i386 libpci3 libpci-dev libpcre3 libpixman-1-0 libpng12-0 libpulse0 libpulse-dev libsctp-dev libspeechd2 libspeechd-dev libsqlite3-0 libsqlite3-dev libssl0.9.8:i386 libssl-dev libstdc++6 libtinfo-dev libtinfo-dev:i386 libtool libudev0 libudev0:i386 libudev-dev libwww-perl libx11-6 libxau6 libxcb1 libxcomposite1 libxcomposite1:i386 libxcursor1 libxcursor1:i386 libxdamage1 libxdamage1:i386 libxdmcp6 libxext6 libxfixes3 libxi6 libxi6:i386 libxinerama1 libxkbcommon-dev libxrandr2 libxrandr2:i386 libxrender1 libxslt1-dev libxss1:i386 libxss-dev libxt-dev libxtst6 libxtst6:i386 libxtst-dev linux-libc-dev-armhf-cross linux-libc-dev:i386 mesa-common-dev openbox patch perl php5-cgi pkg-config python python-cherrypy3 python-crypto python-dev python-openssl python-psutil rpm ruby subversion texinfo ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-mscorefonts-installer wdiff xfonts-mathml xsltproc xutils-dev xvfb zip zlib1g

E: Unable to locate package g++-arm-linux-gnueabihf
E: Couldn't find any package by regex 'g++-arm-linux-gnueabihf'
E: Unable to locate package language-pack-da
E: Unable to locate package language-pack-fr
E: Unable to locate package language-pack-he
E: Unable to locate package language-pack-zh-hant
E: Unable to locate package libc6-dev-armhf-cross
E: Package 'libssl0.9.8:i386' has no installation candidate
E: Unable to locate package libxkbcommon-dev
E: Unable to locate package linux-libc-dev-armhf-cross
The following command failed: sudo apt-get install --reinstall ant apache2.2-bin autoconf bison cdbs cmake curl devscripts dpkg-dev elfutils fakeroot flex fonts-thai-tlwg g++ g++-arm-linux-gnueabihf gawk git-core git-svn g++-mingw-w64-i686 g++-multilib gperf intltool language-pack-da language-pack-fr language-pack-he language-pack-zh-hant lib32gcc1 lib32ncurses5-dev lib32stdc++6 lib32z1-dev libapache2-mod-php5 libasound2 libasound2-dev libasound2:i386 libatk1.0-0 libav-tools libbluetooth-dev libbrlapi0.5 libbrlapi-dev libbz2-1.0 libbz2-dev libc6 libc6-dev-armhf-cross libc6-i386 libcairo2 libcairo2-dev libcap2 libcap2:i386 libcap-dev libcups2 libcups2-dev libcurl4-gnutls-dev libdrm-dev libelf-dev libelf-dev:i386 libexif12 libexif12:i386 libexif-dev libexpat1 libfontconfig1 libfontconfig1:i386 libfreetype6 libgbm-dev libgconf-2-4:i386 libgconf2-dev libgl1-mesa-dev libgl1-mesa-glx:i386 libgles2-mesa-dev libglib2.0-0 libglib2.0-0:i386 libglib2.0-dev libglu1-mesa-dev libgnome-keyring0 libgnome-keyring-dev libgpm2:i386 libgtk2.0-0 libgtk2.0-0:i386 libgtk2.0-dev libjpeg62-dev libkrb5-dev libncurses5:i386 libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3:i386 libpam0g libpam0g-dev libpango1.0-0 libpango1.0-0:i386 libpci3 libpci-dev libpcre3 libpixman-1-0 libpng12-0 libpulse0 libpulse-dev libsctp-dev libspeechd2 libspeechd-dev libsqlite3-0 libsqlite3-dev libssl0.9.8:i386 libssl-dev libstdc++6 libtinfo-dev libtinfo-dev:i386 libtool libudev0 libudev0:i386 libudev-dev libwww-perl libx11-6 libxau6 libxcb1 libxcomposite1 libxcomposite1:i386 libxcursor1 libxcursor1:i386 libxdamage1 libxdamage1:i386 libxdmcp6 libxext6 libxfixes3 libxi6 libxi6:i386 libxinerama1 libxkbcommon-dev libxrandr2 libxrandr2:i386 libxrender1 libxslt1-dev libxss1:i386 libxss-dev libxt-dev libxtst6 libxtst6:i386 libxtst-dev linux-libc-dev-armhf-cross linux-libc-dev:i386 mesa-common-dev openbox patch perl php5-cgi pkg-config python python-cherrypy3 python-crypto python-dev python-openssl python-psutil rpm ruby subversion texinfo ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-mscorefonts-installer wdiff xfonts-mathml xsltproc xutils-dev xvfb zip zlib1g

It produces the following output:
Paketlisten werden gelesen... Fertig
Abhngigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paket libssl0.9.8:i386 ist nicht verfgbar, wird aber von einem anderen Paket
referenziert. Das kann heien, dass das Paket fehlt, dass es abgelst
wurde oder nur aus einer anderen Quelle verfgbar ist.

E: Paket g++-arm-linux-gnueabihf kann nicht gefunden werden.
E: Mittels regulrem Ausdruck g++-arm-linux-gnueabihf konnte kein Paket gefunden werden.
E: Paket language-pack-da kann nicht gefunden werden.
E: Paket language-pack-fr kann nicht gefunden werden.
E: Paket language-pack-he kann nicht gefunden werden.
E: Paket language-pack-zh-hant kann nicht gefunden werden.
E: Paket libc6-dev-armhf-cross kann nicht gefunden werden.
E: Fr Paket libssl0.9.8:i386 existiert kein Installationskandidat.
E: Paket libxkbcommon-dev kann nicht gefunden werden.
E: Paket linux-libc-dev-armhf-cross kann nicht gefunden werden.

You will have to install the above packages yourself.
 
Old 01-05-2016, 03:31 AM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
[[: not found.
i think you should run it with bash, not sh?

but honestly, it looks really scary and i think you should be prepared to hose your system if this actually runs its course.
 
Old 01-16-2016, 10:53 AM   #11
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,156

Original Poster
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by sgosnell View Post
Upgrade to Jessie. Running an obsolete version is begging for trouble, and trying to install new versions of the libraries you mentioned on an old system is almost certain to result in a broken system.
After making NETFLIX working in Wheezy, I could not see streams anymore from http://wiziwig.to/soccer (it syas the flasplayer should be installed; youtube is working).
So, whatever the reason was, I upgraded to "JESSIE" now.
The issue is still there: no streams from that page are running in Chromium or iceweasel.
Perhaps installing Pipelight and an useragent disturbed iceweasel and chromium, stopping flashplayer to work?
Any advice is welcome.
 
Old 01-16-2016, 11:32 AM   #12
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
The default /bin/sh is dash in debian. Which would be optimistic to call it bash light. Upgrade to jessie. Wheezy was 2.13 for glibc which doesn't do much of the modern openGL stuff. And now with all the SSL stuff, you're probably not going to get much joy getting libnss up to date on wheezy. There may be some backport option though. But jessie would be soo much simpler. While using less bandwidth and time to make the transition.
 
Old 01-17-2016, 03:20 AM   #13
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,156

Original Poster
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by floppy_stuttgart View Post
After making NETFLIX working in Wheezy, I could not see streams anymore from http://wiziwig.to/soccer (it syas the flasplayer should be installed; youtube is working).
So, whatever the reason was, I upgraded to "JESSIE" now.
The issue is still there: no streams from that page are running in Chromium or iceweasel.
Perhaps installing Pipelight and an useragent disturbed iceweasel and chromium, stopping flashplayer to work?
Any advice is welcome.
ha ha. I had to activate flashplayer in pipelight (the standard flashplayer loading in debian is nomore working after pipelight is installed). So, now, I can stream again.
Final issue: pipelight only works with iceweasel (its fine). If something happens (it would not work ?), then I should probably delete pipelight and try the use of chromium. But lets stop here. My target is achieved: I can look at NETFLIX whatever the browser is (in my case iceweasel with pipelight installed and silverlight activated; flasplayer is activated, too, in order to further stream)).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] file search in nautilus and catfish not working debian wheezy 64bit rubankumars Debian 11 08-21-2014 04:29 PM
[SOLVED] sound stopped working in Debian7 xiongnu Debian 3 08-12-2013 08:31 PM
[SOLVED] Which 64bit Debian Wheezy Release is wright for my Intel 64bit P8700 CPU PC? esgol Linux - Newbie 15 07-15-2012 03:50 PM
Which 64bit Debian wheezy Release is wright for my Intel 64bit P8700 CPU? esgol Linux - Newbie 1 07-15-2012 03:11 AM
64bit RPM installation is failing on SLES-10/11 but working fine on RHEL4/5 64bit os raghuhb Linux - Software 2 11-06-2009 07:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration