LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices

  1. New Comment

    aaargh - Windows

    @ Web31337
    So do I. I just run Windows in Virtualbox and now I have my Aspire in dual boot.
    Posted Today at 03:40 AM by error_401 error_401 is offline
  2. New Comment

    aaargh - Windows

    @ rich_c
    Can you add the link to your blog? Would be nice to read it.
    Posted Today at 03:39 AM by error_401 error_401 is offline
  3. New Comment

    aaargh - Windows

    @ brianL
    Don't - just be happy to have a "free" and running OS.
    Always nice to know about Windows - there is a lot of people out there being thankful for your knowledge. Makes for a nice dinner all once in a while with friends having some shortfalls on Windows.
    And since I have Linux I have time to spend on others Windows computers
    Posted Today at 03:38 AM by error_401 error_401 is offline
    Updated Today at 03:39 AM by error_401
  4. New Comment

    Howto get newer package versions for Debian Stable

    To install sid packages in testing do:
    Code:
    echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf, edit sources.list, copy your non-security testing lines and change one set to sid, then apt-get update.  Use apt-get -t sid install foo; to install foo from sid rather than testing as usual.  WARNING to SYNAPTIC users: Synaptic ignores Default-Release: set Preferences->Distribution
    You can also use the aptosid or siduction repos.

    Or backport from sid following the steps in the main post.

    To upgrade a package that was installed from source do:
    Code:
    uupdate (in the <devscripts> package) upgrades a source code package from an upstream revision, or e.g. if the newest foo in debian is 1.2, and upstream is at 1.4: apt-get source foo; wget -nd http://foo.org/foo-1.4.tar.gz; cd foo-1.2; uupdate ../foo-1.4.tar.gz
    Posted 05-25-2012 at 09:06 PM by craigevil craigevil is offline
  5. New Comment

    Why does my answering machine want to know what year it is?

    If it only announces the day of the week then the year isn't needed.

    If it announces the day of the month then the year can let it know if there are 29 days in February.
    Posted 05-25-2012 at 06:00 PM by Tracy Tiger Tracy Tiger is offline
  6. Old Comment

    friv - play friv games from frivmini.com

    Good friv games. Thank you for share
    Posted 05-22-2012 at 03:51 AM by cutegirl36 cutegirl36 is offline
  7. Old Comment

    My birthday presents

    I forgive you, Ani. Thanks. I didn't log into LQ on the 13th, so I would have missed it. You can stop banging your head now.
    Posted 05-21-2012 at 10:35 AM by brianL brianL is offline
  8. Old Comment

    My birthday presents

    Quote:
    Originally Posted by brianL View Comment
    I'm stopping having birthdays...I've had too many already.
    I can't believe this! Even after having a discussion about
    the birthday, I still forgot the date 13 May?

    Pardon, and Happy Birthday!
    Posted 05-21-2012 at 01:25 AM by Anisha Kaul Anisha Kaul is offline
  9. Old Comment

    aaargh - Windows

    what I also absolutely love about linuxes: you can just copycat your rootfs and you get a working system in just time you spent waiting the copy. and of course, once configured, forever working. i'm very lucky not to touch anything in windows for already three years, except rare cases when I boot it to play some games, which happens about once per 3-4 months. however it is fast enough to get me all annoyed.
    Posted 05-19-2012 at 02:41 PM by Web31337 Web31337 is offline
  10. Old Comment

    aaargh - Windows

    +1 here! I blogged about my experience back in February. Horrible!
    Posted 05-19-2012 at 12:22 PM by rich_c rich_c is offline
  11. Old Comment

    aaargh - Windows

    Yeah, I know how you feel. I recently wasted time and money installing Windows 7 on my desktop. I didn't really need it, was just curious how it would run. Got rid of it after two days, and been kicking myself since.
    Posted 05-19-2012 at 11:53 AM by brianL brianL is offline
  12. Old Comment

    Fuduntu - Dell D600

    .... been a bit lax on updating this sorry for that. The Dell D600 is now running Lubuntu 12.04 and is a lot faster than Fuduntu. I did like Fuduntu and would give it another spin but it was just to slow for me compared to Lubuntu which is my main distro of choice.
    Posted 05-16-2012 at 10:38 AM by markyd markyd is offline
  13. Old Comment

    Grokking Debian GNU/Linux

    The Debian Administration Handbook

    You can order it in book form or download in various electronic form. You can find the news here:
    http://debian-handbook.info/2012/the...-is-available/

    The download is a bit hard to find at first glance. You can find it here:
    http://debian-handbook.info/get/now/

    Also available as a html webpage:
    http://static.debian-handbook.info/browse/stable/

    And at least on sid as a Debian package:
    $ apt-cache search debian-handbook
    debian-handbook - reference book for Debian users and system administrators

    Code:
    # apt-get install debian-handbook
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following NEW packages will be installed:
      debian-handbook
    0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
    Need to get 22.0 MB of archives.
    After this operation, 23.9 MB of additional disk space will be used.
    Once installed it can be opened in a browser /usr/share/doc/debian-handbook/html/index.html
    Posted 05-11-2012 at 06:31 AM by craigevil craigevil is offline
  14. Old Comment
    Posted 05-11-2012 at 01:44 AM by Anisha Kaul Anisha Kaul is offline
  15. Old Comment

    Unofficial RPMs for libcsv

    Thanks for the comment.

    I don't provide a separate signature for RPMs because I sign them all with rpmsign, and of course I'm looking to save myself as much work as possible, so I don't want to do it twice. You can verify a package with rpmkeys --checksig <rpm_file>, after importing the key with rpmkeys --import <public-key-file>. My public key is available from:

    ftp://frigidcode.com/pubkeys/714ED81D.pub.asc

    As to your second question: they are actually all hosted centrally on the ftp server. If you travel up the directory, you'll see everything under one package name, but in categorical subdirectories. Links on the Web page simply point to the file in the FTP repository. All future site files will get dropped into the FTP repository (some older files are still on the Web server).
    Posted 05-09-2012 at 01:53 PM by hydraMax hydraMax is offline
  16. Old Comment

    Unofficial RPMs for libcsv

    Looks OK to me. Maybe sign the packages with your GPG sig? Can't understand why you don't host the packages and source packages in the same place though. SF made uploading real easy and people then don't have to look in different places...
    Posted 05-09-2012 at 11:31 AM by unSpawn unSpawn is online now
  17. Old Comment

    Quick method to integrate AD with Linux Clients?

    Please post your technical questions in the forum like you did here: http://www.linuxquestions.org/questi...how-to-943711/ and not in your web log.
    Posted 05-09-2012 at 11:28 AM by unSpawn unSpawn is online now
  18. Old Comment

    From a Believer to an Agnostic

    Quote:
    Originally Posted by AnanthaP View Comment
    You think only Nazis were this cruel?
    Did I say anywhere that I found "only" Nazis this cruel?

    Quote:
    Originally Posted by AnanthaP View Comment
    Though there have been other massacres (have you heard how Steve Biko was killed, or how Kuttimani died in Welikheda prison, or how the Brits treated the members of the Mau Mau uprising) in scale and execution (unintended pun discovered) the Nazis surpassed them all. (Separate thread needed to compare with Stalin and PolPot).
    No, I haven't read or heard about anyone of them. Nor I
    even wish to, now. The discovery about Nazis was enough
    to turn me to into a agonist.

    Quote:
    Originally Posted by AnanthaP View Comment
    Don't loose your sleep ma'am.
    I already lost it "literally" for full month, the day I
    read about all this on their dedicated website.
    Posted 05-08-2012 at 09:25 AM by Anisha Kaul Anisha Kaul is offline
  19. Old Comment

    From a Believer to an Agnostic

    You think only Nazis were this cruel? Though there have been other massacres (have you heard how Steve Biko was killed, or how Kuttimani died in Welikheda prison, or how the Brits treated the members of the Mau Mau uprising) in scale and execution (unintended pun discovered) the Nazis surpassed them all. (Separate thread needed to compare with Stalin and PolPot).

    Don't loose your sleep ma'am.

    Above all, don't tell these feelings to your future in laws. In some parts of South Asia this is reason enough to get you bumped off since you will not be honouring their religious sentiments.

    OK
    Posted 05-08-2012 at 09:17 AM by AnanthaP AnanthaP is offline
  20. Old Comment

    Brinjal AKA Baingan (in Hindi) - Kashmiri style Recipe

    Quote:
    Originally Posted by PrinceCruise View Comment
    Not a good attitude.
    Next time think twice before writing generic statements like "other depressing blog entries you made". You never know why did the other person write them, what's going in the other people's mind, what did he expect from his friends etc.

    anyways, it is enough now.
    Posted 05-08-2012 at 06:49 AM by Anisha Kaul Anisha Kaul is offline
    Updated 05-08-2012 at 07:11 AM by Anisha Kaul

  



All times are GMT -5. The time now is 10:34 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration