Arch ASCII Art

I put together this cool ASCII art of the Arch logo from the Archie package. I made it colored blue for obvious reasons. I thought I would share it. Here it is.
echo -e " \e[34m+\e[0m"
echo -e " \e[34m#\e[0m"
echo -e " \e[34m###\e[0m"
echo -e " \e[34m#####\e[0m"
echo -e " \e[34m######\e[0m"
echo -e " \e[34m; #####;\e[0m"
echo -e " \e[34m+##.#####\e[0m"
echo -e " \e[34m+##########\e[0m"
echo -e " \e[34m#############;\e[0m"
echo -e " \e[34m###############+\e[0m"
echo -e " \e[34m####### #######\e[0m"
echo -e " \e[34m.######; ;###;''.\e[0m"
echo -e " \e[34m.#######; ;#####.\e[0m"
echo -e " \e[34m#########. .########'\e[0m"
echo -e " \e[34m######' '######\e[0m"
echo -e " \e[34m;#### ####;\e[0m"
echo -e " \e[34m##' '##\e[0m"
echo -e " \e[34m#' '#\e[0m"
It looks super awesome in my terminal when I start it up.
Last edited by shoober420 (2014-08-02 00:04:17)

One more to this list, shall I? From screenfetch.
-`
.o+`
`ooo/
`+oooo:
`+oooooo:
-+oooooo+:
`/:-:++oooo+:
`/++++/+++++++:
`/++++++++++++++:
`/+++ooooooooooooo/`
./ooosssso++osssssso+`
.oossssso-````/ossssss+`
-osssssso. :ssssssso.
:osssssss/ osssso+++.
/ossssssss/ +ssssooo/-
`/ossssso+/:- -:/+osssso+-
`+sso+:-` `.-/+oso:
`++:. `-/+/
.` `/

Similar Messages

  • Text Login ASCII Art

    So, this is a bit of a throwback but I am installing a new laptop with arch and this time instead of using something like Slim I thought maybe I would do a text based login but I want to customize what the login and login prompt display. I remember seeing this in the nineties when I first started using the internet and you could log in on unix servers for certain boards, they would display some ascii art BEFORE login and then MOTD after login. I found MOTD but am not sure how to customize the login screen
    As an example:
    _.-~7
    \\ .^ / _.-~7
    \\ /\. _.^ /
    ________\\ .--" _>-"/ /
    `--------\"\ ___ / .-~"_~"/l _.-^-.
    \.\" _/7-{ / /'~ ~/_.-"--._ /
    /_.-~ \|~~Y Y _// "~-. ~
    <"_ __'_I__I | (_/ \\
    \_/_.~ j I~-' )Y
    ">-'Y\//\ _. ( j__
    /7--l //"\j|_/// ._ _7 ~"-. Welcome to ____ net!
    // "/,^. | 7/--||-~__) \
    .// // //"'// l`"~_ Y .-Y ----- INSERT TERMS OF USE STUFF HERE ------
    3/ .//_// // ~7` ||--._/ |
    3/ L/ _// /` /|| !
    L/ /` / !j /
    i /` / // /
    l\ /` '_// .^
    \"--"` L/ _.-~
    "-.____.--"~
    Username: _
    Thanks for the help

    You may acheive a MOTD at login by editing /etc/motd, here is an example in the wiki. A quick Google search also turned up this page which has a fairly detailed instructions on how to acheive an ASCII MOTD.

  • Looking for ascii art wizards

    I'd like to humbly request someone with the skills or someone who knows the right tools, to take the two images in the upper left (the "arch" and the archlinux word) and convert them to ascii art.
    Now, I do not mean a simple "convert logo.png logo.xpm", that'd be too easy.  I'm looking for:
    a) terminal escapes for colors
    b) sized to fit on a 80x30 screen or so.
    This implies that it should be in a text file, and, on a color terminal, if I "cat archlogo", it should look as intended.
    That makes the "arch" a bit wonky, but still doable... here's an example:
    If anyone can do this, I'd be in your debt forever. Also, if you know any tools to use to do something like this, let me know as well.

    I like to have an Arch logo entry visible with each terminal session so I use a script in /etc/rc.d that is run at desktop login and thereafter as a cronjob (to increment the uptime variable) which outputs to the text file /etc/issue. This is then read by my ~/.bashrc via the simple entry below. I then add a few more things to .bashrc to provide further output but the ascii logo and system info gets it started.
    # Import Issue
    echo
    cat /etc/issue
    echo
    This is the /etc/rc.d script:
    #! /bin/bash
    LGRAY="33[1;6m33[1;37m"
    WHITE="33[1;6m33[1;37m"
    LBLUE="[1;36m"
    DBLUE="[0;36m"
    DGREY="[1;30m"
    UPTIME=`uptime | awk '{for ( i = 3; i <= NF-7; i++ ) if ( i != NF-7 )
    print $i; else print substr($i,1,length($i)-1);}'`
    rm -f /etc/issue
    /usr/bin/clear >> /etc/issue
    echo -e $WHITE' oooo '$LGRAY'Hostname: '$(hostname) >> /etc/issue
    echo -e $WHITE' oOOOOOOOOo '$LGRAY'Kernel: '$(uname -r) >> /etc/issue
    echo -e $WHITE' oOOOOOOOOOOOOo '$LGRAY'Uptime: '$UPTIME >> /etc/issue
    echo -e $LBLUE' oOOOOOOOOOOOOOOOOo '$WHITE'Arch Linux 0.7.2 (Gimmick) ' >> /etc/issue
    echo -e $LBLUE' OOOOOOOOOOOOOOOOOOOO ' >> /etc/issue
    echo -e $DBLUE' OOOOOOOOOOOOOOOOOOOOOO'$DGREY' OOOo ' >> /etc/issue
    echo -e $DBLUE' OOOOOOOOOOOOOOOOOOOOOOOO '$DGREY'OOOOo ' >> /etc/issue
    echo -e $DBLUE' OOOOOOOOO OOOOOO '$DGREY'OOOOOO ' >> /etc/issue
    echo -e $DBLUE' OOOOOOOO OOOOO '$DGREY'OOOOOO ' >> /etc/issue
    echo -e $LBLUE' oOOOOOOO OOOO '$DGREY'OOOOOO ' >> /etc/issue
    echo -e $LBLUE' OOOOOOO OO'$DGREY'OOOOOO ' >> /etc/issue
    echo -e $LBLUE' oOOOOOO '$DGREY'ooOOOOOO ' >> /etc/issue
    echo -e $LBLUE' OOOOOO '$DGREY'ooOOOOOOO' $LBLUE'OOO ' >> /etc/issue
    echo -e $LBLUE' OOOOOO '$DGREY'oooOOOOOO '$LBLUE'OO ' >> /etc/issue
    echo -e $LBLUE' OOOOO '$DGREY'oooOOOOO '$LBLUE'O ' >> /etc/issue
    echo -e $LBLUE' OO '$LBLUE'O ' >> /etc/issue
    echo -e $LBLUE' ' >> /etc/issue
    echo -e $LGRAY"n$(date)" >> /etc/issue
    cp -f /etc/issue /etc/issue.net

  • Arch ASCII logo

    I've been running an Arch Linux server for a long time, and I got bored of the dull login one day so I made a logo to spice it up a bit.
    Yes that is Windows, and yes, that is what it has been optimized for. More specifically, this ASCII art looks best when viewed with Courier New. It's not a free font and you may have to modify a few characters to make it look good with your favorite font. There are two versions, one with a blank logo as shown above, and one with a filled logo which I'm not too terribly happy with. The filled one might look better on a white background.
    Blank version
    \e[H\e[2J
    \e[0;36m.
    \e[0;36m/ \
    \e[0;36m/ \ \e[1;37m # \e[1;36m| *
    \e[0;36m/^. \ \e[1;37m a##e #%" a#"e 6##% \e[1;36m| | |-^-. | | \ /
    \e[0;36m/ .-. \ \e[1;37m.oOo# # # # # \e[1;36m| | | | | | X
    \e[0;36m/ ( ) _\ \e[1;37m%OoO# # %#e" # # \e[1;36m| | | | ^._.| / \ \e[0;37mTM
    \e[1;36m/ _.~ ~._^\
    \e[1;36m/.^ ^.\ \e[0;37mTM
    Filled version
    \e[H\e[2J
    \e[1;36m.
    \e[1;36m/#\
    \e[1;36m/###\ \e[1;37m # \e[1;36m| *
    \e[1;36m/p^###\ \e[1;37m a##e #%" a#"e 6##% \e[1;36m| | |-^-. | | \ /
    \e[1;36m/##P^q##\ \e[1;37m.oOo# # # # # \e[1;36m| | | | | | X
    \e[1;36m/##( )##\ \e[1;37m%OoO# # %#e" # # \e[1;36m| | | | ^._.| / \ \e[0;37mTM
    \e[1;36m/###P q#,^\
    \e[1;36m/P^ ^q\ \e[0;37mTM
    Replace the occurances of \e with the ASCII ESC character, using something like echo -e, to get it printed properly in the terminal with colors. The "\e[H\e[2J" code clears the screen.
    License
    This is an ASCII adoptation of the logo provided at https://www.archlinux.org/art/. I have no clue about how the copyright/trademark soup of this thing works, so from me you can use the ASCII art adoptation for any purpose provided you don't try to take credit for it. The trademark and copyright of the original logo may pose additional requirements.

    There are so many Arch ASCII logos scattered out there, so I think I could hijack your thread to try to glue all those versions (including yours, of course) together on a ArchWiki page. What do you think? We could even create an AUR package with all the ASCIIs. Then one could use it with a simple 'cat /usr/share/<....>/ascii1.txt'
    Before I invest some time on it, does a place or a package like this already exist?
    Programs with Arch Logos:: archey, alsi, screenfetch.
    Last edited by thiagowfx (2014-11-16 15:18:25)

  • Creating ascii art in Illustrator

    Hello,
    This is my first time posting and I'm hoping you can help me.
    I'd like to color letters of a text so that from afar the colored letters look like an image. The perfect example is ascii art - each character is colored appropriately so that as a whole it depicts an image of some sort.
    My question is this: How do you color each letter to an image I have already created? I've tried playing with opacity masks but that colors the text as well as the background [of the text]. I only want the text to be colored.
    Can you please tell me how I can achieve this?
    Thank you.

    I've tried playing with opacity masks but that colors the text as well as the background...
    Don't use the artwork to mask the text; use the text to mask the artwork. Be aware, of course, an opacity mask does not address the problem of characters that are "split" by two adjacent colors:
    JET

  • Looking for an ASCII Art filter - possible to build from scratch?

    I would like an ASCII art filter for Final Cut Pro. The closest I have found so far is one for imovie from stupendous software (http://www.stupendous-software.com/).
    Does anyone know of one I've overlooked for Final Cut Pro?
    If not, do you think creating a filter using whatever ascii art generator's are already out there would be a worthwhile attempt for someone with little programming knowledge?

    Hi,
    Sorry, perhaps I should have been clearer! The function that I picked just to test what you need to do just happened to return a string that contains SPAN tags with style attributes. The actual function code is:
    create or replace FUNCTION out_string_fn
       RETURN VARCHAR2
    IS
       CURSOR emp_cur
       IS
          SELECT ename
            FROM emp;
       v_string   VARCHAR2 (4000);
    BEGIN
       v_string := ' ';
       FOR c IN emp_cur
       LOOP
          v_string :=
                v_string
             || '&lt;SPAN style="font-weight:bold;color:green"&gt;'
             || c.ename
             || '&lt;/SPAN&gt;'
             || ', &lt;/br&gt;&lt;/br&gt;';
       END LOOP;
       RETURN v_string;
    END;And this returned a naff list in green (see [http://apex.oracle.com/pls/otn/f?p=55041:57] and click the Test button) - but it does show that you can style the validation error messages
    Andy

  • Computer graphics: from ASCII art to animated GIFs

    Today's state-of-the-artanimated GIFshave a proud history.ASCII art Image credit: Chris.comAt the dawn of the computer age, computer graphics were crude. Computers were best at manipulating numbers and text, so developers created programs that used alphanumeric characters to create images. Some programming courses assigned students the task of writing a program to generate banners of giant letters made of many smaller letters. This ASCII art could portray recognizable images, but at incredibly low resolution.In the early days of the personal computer, when bulletin board systems became popular venues for home computers to share files, ASCII art evolved into ANSI art, which used an extended ASCII character set and ANSI escape sequences to create 16-color images.ANSI art Image credit: norbert79One of the big competitors to individual...
    This topic first appeared in the Spiceworks Community

    I am afraid you will have to learn to live with conversion issues between Illustrator and Fireworks: Fireworks, although doing a very good job, is NOT Illustrator, and I found that complex artwork often includes parts that are very difficult for FW to retain in their original quality.
    A work-around is to bring in the artwork in parts, and manually fix the broken bits and pieces as you go along.
    And, of course, you can always save the Illustrator work as a very high resolution bitmap version, and import that into Fireworks. I mean: the graphics are produced in Illustrator, and they do not need to be editable in Fireworks, do they?
    Anyway, it is curtains for Fireworks - it's no longer being updated or developed. Photoshop now has Generator, which is arguably a better approach to web export than Firework's aging slicing. The smart objects (including their new state option) and new alignment tools, and the many plugins and improvements make Photoshop quite useful as a replacement. Smart objects in Photoshop display even extremely complicated AI files without a hitch.

  • Image to ascii art and back converters

    I've wanted to find a good image to ascii art converter for ages but have never found one that did everything I'd hope. I had another look today and rediscovered aalib and libcaca. I haven't look into the libraries themselves because I don't want to write my own application (yet?).
    libcaca's img2txt looked promising at first but it seems to be limited to the basic 16 color terminal palette even in urxvt-256-unicode. Is there some setting that determines this? I would really like to try to watch videos in mplayer using 256 colors or more. I've tried using the different driver env variables but they all seem to use 16 colors. It even uses 16 colors when generating TGA image files.
    I also discovered jp2a which is great so far. It's slightly annoying that it's limited to jpg (wtf would anyone choose jpg as your input format for a conversion utility?) but imagemagick's "convert" and some piping do the trick. Again it seems that jp2a only uses the basic 16 bit color palette when printing to the terminal, but it has a full palette when generating html. Unfortunately it doesn't seem to be able to generate image files, only direct console ascii and HTML.
    For now I have added jp2a to tiv as an optdep. It uses the full terminal color palette and can even adapt the palette per image to make the most of it. I get some nice ascii output now with "tiv -r 0.6 -a -j /path/to/img". But that as well lacks the ability to convert back to an image format.
    Is there nothing that can convert image files to (full-palette, i.e. >= 256) colored ascii art and then convert the output to its own image? I would really like a way to do batch conversions (e.g. to convert films, if no mplayer codec can do it).
    In particular, does anyone have any simple ideas for converting an HTML-encoded ascii image to a real image file? I expect that it would be relatively simple to use webkit to create a simple utility for this, but I doubt that it would be  easy to do quickly without any experience of webkit.
    *sigh*
    Last edited by Xyne (2013-02-13 07:10:55)

    In particular, does anyone have any simple ideas for converting an HTML-encoded ascii image to a real image file? I expect that it would be relatively simple to use webkit to create a simple utility for this, but I doubt that it would be  easy to do quickly without any experience of webkit.
    Just use gnome-web-photo:
    gnome-web-photo http://archlinux.org test.png

  • ASCII ART with SMS

    Is anyone know what is the structure of ASCII Art in SMS format? some i found is using line.separator, which allow do draw alots of ASCII art in 160 characters...
    im trying to create an application on server which able to create ASCII ART and send as SMS to any mobile phone, is anyone has any idea? this project is just started and im currently doing research now. Or any sites to refer?
    regards,
    howsen

    Sure, you could use \r or \n (or both) as a line sep in an SMS. But note, that lots of phones do not have monospaced fonts, and therefore ASCII art will just be rubbish (apport for the various screen sizes you'll have to take account for).
    Still, sounds like a fun idea ;)

  • How to put picture or ascii art in jframe.....

    hi guys....., am a newbie in java, i found difficulties when am trying to put picture or an ascii art in jframe, maybe u guys can give me some hints....(based on my code),here i submit a part of my code in jframe section:...
    import java.awt.*;
    import javax.swing.*;
    import java.awt.Color;
    import javax.swing.JOptionPane;
    import java.util.Date;
    class MyFrame extends JFrame
         public void paint ( Graphics g )
                   this.setBackground(Color.BLACK);
                   g.setColor(Color.RED);
                   g.setFont(new Font("Serif", Font.BOLD, 18));
                   g.drawString("WELCOME", 200, 50);
                   g.setFont(new Font("Serif", Font.BOLD, 14));
                   g.drawString("\n", 10, 70 );
                   g.drawString("Date = " + new Date(), 10, 140);
         }

    newbie.... wrote:
    thanks for the reply sabre150...
    did you mean i must create a new object inside that frame (like JPanel), instead of painting the frame itself?, Yes.
    but how if you want to put picture or even painting the object itself?I don't really understand. Do as you have in your current code but do it in the paintComponet method of a JPanel and set the JPanel as the 'content pane' of your JFrame. I don't know how else to say it!

  • Sending my ASCII art over skype messenger

    Trying to send my ASCII art to a friend and having trouble.
    There are a couple BIG issues. One is that some of the strings get rendered as emoticons. This can be worked around, like substituting ;| for on a shaded border. This isn't IDEAL, but gets the job done. It would be great if I could specify that my message shouldn't render any emoticons.
    The problem I haven't been able to solve is the FONTS. I can not figure out how to get a fixed-width font accross skype messenger. I can paste rich text into the box or specify the font in the box, and my art looks great in the box. Invariably each time I press enter, the message appears in the chat window in a variable-length font MESS.
    For example, if I put an ASCII monkey in the box, it looks great:
      w  c(..)o   (
          w /|
           | \
    ejm97 m  m
    Then I send the message, and I get something like this:
      w  c(..)o   (
          w /|
           | \
    ejm97 m  m
    Which isn't what I want to send at all!
    Anybody else had trouble with this? It would be great if there were a solution. I'm very eager to use skype for instant messenging ASCII art!
    Thanks!

    Skype does not use a proportional font which is why ASCII art does not produce good results.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • ASCII Art

    I'm having some problems writing code to print out some ASCII shapes, in particular a heart. I have part of the method to print the top part of the heart. ****** ****** (the heart peaks)
    but I'm having problems completing the method to print this particular part out. I know I'm supposed to use loops but I don't know how to start.
    Any help is appreciated!
    private void printHeartPeaksBody( int i, int height, int width, int margin )
    int sideGap = i - 1;
    int peakGap = i;
    int peakWidth = width - sideGap - sideGap - peakGap;
    int eachPeakWidth = (int) ( peakWidth / 2.0 );
    if( ( sideGap + eachPeakWidth + peakGap + eachPeakWidth + sideGap ) < width )
    peakGap++;
    }

    Are there supposed to be "adjustable" features to this ASCII shape or is it intended to be a specific grid size?

  • Ascii art and system info in .bashrc.

    I was just curious.  I keep seeing shells around here such as the following:
    how would I accomplish this?
    http://img2.pict.com/4a/8c/76/e96624afb … 110227.png

    forum search for info.pl there's a lot of different versions out there.

  • [SOLVED] how do you get ASCII in a terminal?

    http://www.youtube.com/watch?v=iJpSQonl … annel_page
    Time index: 1:34
    That guy has a moose above his hostname. I thought the only way to add anything was manipulating PS1, but that moose is above his hostname?
    Anyone know how to add something similar like that, maybe archs logo?
    Last edited by greenfish (2009-05-17 16:16:09)

    Ok, figured it out. Each of the "[..." actually needs to be prefixed with an (non-printable) ESCAPE character, ASCII code #27.
    Since they're non-printable they cannot be displayed in this forum. :-p
    I just wrote a little tool that writes a code-27 char in front of every "[" and that works.
    //File 'issue-make.c'
    //Create a usable 'issue' file (place it at /etc/issue) from various weirdly formatted text files.
    //It accepts [... or [[... or ^[... escape sequences.
    //By Jindur for bbs.archlinux.org. (Use/modify/hack/distribute/as you wish, just don't sell it.. as if lol).
    //Maybe you don't want single [ to be recognized as ESC sequence. Delete the code lines then i guess.
    #include <stdio.h>
    int main(int argc, char *argv[])
    char buf[256], buf2[256];
    int n, n2;
    FILE *f, *f2;
    int just_converted = 0;
    if (argc < 2)
    printf("This tool converts escape sequences ^[.. [[.. and [.. into real escape sequences.\n");
    printf("Enter filename of an ascii art file you wish to convert into a usable 'issue' file.\n");
    printf("This will overwrite an existing 'issue' file in the current directory.\n");
    printf("Example: issue-make my-cool-art.txt\n");
    return 1;
    f = fopen(argv[1], "r");
    if (!f)
    printf("Error: Could not open input file for reading.\n");
    return 2;
    f2 = fopen("issue", "w");
    if (!f2)
    printf("Error: Could not open 'issue' file for writing.\n");
    return 3;
    while (fgets(buf, 256, f))
    n = -1;
    n2 = -1;
    do {
    n++;
    n2++;
    //case 1: sequence ^[...
    if (buf[n] == '^' && buf[n + 1] == '[')
    n++;
    buf2[n2] = 27;
    just_converted = -1;
    //case 2/3: sequence [ or [[
    else if (buf[n] == '[' && !just_converted)
    if (buf[n + 1] == '[')
    buf2[n2] = 27;
    just_converted = -1;
    else
    buf2[n2] = 27;
    n2++;
    buf2[n2] = '[';
    just_converted = -1;
    else
    buf2[n2] = buf[n];
    just_converted = 0;
    } while (buf[n]);
    fprintf(f2, "%s", buf2);
    fclose (f2);
    fclose (f);
    return 0;
    Use 'gcc' to compile.
    Last edited by Jindur (2013-06-10 17:01:44)

  • Arch related webpages

    In an effort to keep all the main Arch Linux-related webpages in one thread, to make it easier for the community to find interesting/fun links related to arch exclusively, I will be maintaining a list here.  Some of these are strewn in the Arch Linux homepage, or in the forums (as sigs), or elsewhere.  I'd like to have the community have a page where they can find most/all of them, for ease of access, or to provide newer members a look into the "Arch Linux world"
    If you have any archlinux related webpages you'd like to see added, or any particular idea on how these should be displayed, please post on this thread.
    Arch Linux in General
    Beginners' Guide- The Arch Linux Beginners' Guide - Read it!
    Arch Linux start page - A quick and easy homepage for Arch users, with forum, wiki, aur and bug search built-in, as well as new package lists
    Arch Linux Quote Database - The ArchQDB will be back shortly...
    Arch Linux gallery - The site for uploading screenshots, configs, and other custom user content with the community.
    Arch-Stuff - Art and Stuff for Arch Linux
    ArchCon 2010 - Arch Linux conference, sometime in July 2010, in Toronto.
    Arch Linux Support
    Arch Linux Shwag - Support Arch Linux! Buy stuff! Proceeds from purchases of Arch Linux Schwag will go toward supporting Arch Linux development. (Zazzle's shwag page)
    More Arch Linux Shwag - This page was created to fill a void in the Zazzle offerings. We have had several custom Arch Linux novelty items created and are distributing them for your enjoyment. A portion of profits from these sales go towards supporting Arch Linux development.
    Arch Bounty - The simple goal of this site is to allow Arch Linux users to pay other users to complete Arch related tasks.
    Developers, TU's, and Supporters
    Planet Arch Linux - A window into the world, work and lives of Archlinux hackers and developers.
    Arch Linux.me - blogs by Arch Linux users
    Arch Audio - the Arch Linux Pro Audio community
    Arch Linux based projects
    Arch Server - ArchServer, a derivative work of Arch Linux designed to be more stable in order to be suitable for server use.
    Chakra Project - A showcase project created by a bunch of people who like Arch Linux and the K Desktop Environment.  This is also the home of the KDEMod Project.
    [edit]
    - Made the post clearer.  Ideas are welcome on how you want this to look, or be organized.
    - I know the beginner's guide is everywhere, and it should be everywhere, so i'm including it here.
    - added some categories for clarity
    Last edited by toxygen (2009-11-05 19:55:15)

    Dusty wrote:
    bounty.archlinux.ca, archlinux.ca/archcon2010/, xyne.archlinux.ca
    Isn't there already a wiki page like this?
    Dusty
    if you mean http://wiki.archlinux.org/index.php/Community_Projects
    yes, but as i said, there are links in the homepage, in the wikis', in the forums, and there's no one place where we can find all the pages (i'm not talking individual blogs/websites for users, i mean more generalized arch related things).  What the wiki lacks can be found here, and so on.  Also i just noticed that page is more project-related than general usage related.  I'd like this thread to be a place for community members (i'm thinking primarily new members, but all members in general) to get a quick fix on different online resources for Arch users.
    In a way this thread is meant to expand the wiki, as most people seem to come to the forums first for answers.  The wiki is also not very visible, but if I can get a sticky on this post, or keep updating it regularly, it'll provide more visibility to arch-supporting sites.
    [edit] and some of the pages, like the Arch linux magazine, listed in the wiki, are no longer valid (that particular one goes to Severalls Mental Hospital)   - try it yourself http://archuser.com
    Last edited by toxygen (2009-11-05 19:39:42)

Maybe you are looking for

  • AP: 3.4.1, On import. Can't select expanded previews

    Finally upgraded to AP 3.4.1.OSX 10.7.5. New in this version only, when importing (uploading) RAW Canon files (via FW 800 reader), I can no longer select (or deselect) a file if the preview image has been enlarged, i.e. double clicked on.  In every v

  • Bootcamp and WIndows have wiped everything off my HD!!!??

    HELP!!!! I was installing Windows XP professional onto my macbook last night (granted it was a copy of a friends original version) using the downloaded bootcamp program but half ways through it told me the disk required more information and to insert

  • Apple mail    fonts window disappears   Mavericks

    I am using OSX 10.9.5    ...., Apple Mail   version 7.3  1878.6 I usually leave the Fonts window open.   In the last month it has started disappearing without me requesting that it disappear. Any suggestions ? Gus in Denver    aka 99guspuppet

  • Need to improve Performance of select...endselect query

    Hi experts, I have a query in my program like below with inner join of 3 tables. In my program used select....endselect   again inside this select...endselect statements used.. While executing in production taking lot of time to fetch records. Can an

  • Increasing size of SAPREORG Directory

    Hi, We do DB backup for our quality system once in two days. Though we get it done successfully, we get some warnings. Its saying that "the /oracle/sid/sapreorg has not enough space. it says it should have atleast 3GB. i want to know what type of dat