[Download] Arch Linux

Discussion in 'Linux' started by Paiva, Jun 2, 2014.

  1. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
    #41 Michel, Jan 1, 2015
    Last edited: Jan 1, 2015
  2. revertex

    revertex MDL Member

    May 30, 2010
    119
    46
    10
    Now you get the point why some people claim that Arch is easy.

    With absolute control you can do everything you want whit just a few commands.

    You shuld try build your own desktop environment, I strongly suggest you to try openbox with something simple like lxpanel
     
  3. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
    I don't like KDE, will try XFCE first in virtual box (will do a complete new install) to see if i like that. If not i will go back to cinnamon again :biggrin3:. Also wich display manager is the best ? GDM ?
     
  4. Pr3acher

    Pr3acher MDL Member

    Aug 24, 2012
    143
    48
    10
    You could give SLiM a try, it's very light compared to GDM. Also there's a way not to use any DM, just login in the tty, and X will start and launch your DE. Put "exec cinnamon-session" in your ~/.xinitrc, then "startx" into your ~/.zprofile, or bash, depending on your shell.
     
  5. revertex

    revertex MDL Member

    May 30, 2010
    119
    46
    10
    Do you mean login manager?

    That's a tricky question, depend on what you consider best.

    The most full featured?
    The most lightweight?
    The one with less dependencies?

    KDM depends on kde libs, suits well with KDE (what genius I am!)
    Same for GDM an Matte or Gnome, or XFCE.

    Suppose you want use Matte in a pure GTK enviroment, but want use KDM as login manager.
    No problem, but it will install a ton of KDE dependencies, just to run one app that you will use just for one thing, log in.

    My favourite is SLiM (Simple Login Manager), the name says all, slim and get the job done.

    As I can see, you are toward to lightweight desktop managers (Matte, XFCE), instead of the hearvy ones (KDE, Gnome).

    If you want go totally hardcore, login to console and startx, no need to login manager.
     
  6. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
  7. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
    Guys i need some help and i can't register in the arch forum duo that stupid output you need to answer "date -u +%V$(uname)|sha256sum|sed 's/\W//g"

    I managed to isntall everything but i cant login with SLIM (failed to execute login command), i read over the arch wiki but does not fix anything pffff. I want slim in combination with my cinnamon.
     
  8. revertex

    revertex MDL Member

    May 30, 2010
    119
    46
    10
    #50 revertex, Jan 2, 2015
    Last edited by a moderator: Apr 20, 2017
    It's a command that you need to run in a terminal.

    I strongly advise you to never, under any condition, run any command that you don't understand what it will do.

    In this case, the above chain of commands will generate a random number.

    As example the command

    Code:
    sudo nohup rm -Rf * 2>&1
    Will delete everything without questions.

    Just a quick explanation of what these commands do:

    date display current date and time,

    Code:
    date -u +%V
    show the week number.

    uname, show some information about the system, without parameter shows "Linux"

    sha256sum calculate the sum of the output, and sed command cut the "-" from the output.

    the answer should be:

    Code:
    2aa4cb287b8a9314116f43b5e86d892d76a9589559aa69ed382e8f5dc493d955
     
  9. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
    #52 Michel, Jan 2, 2015
    Last edited: Jan 2, 2015
    Thanks to both of you,

    Ran into another problem. I want to dualboot my windows 7 with arch (MBR), just insert the arch disk and booted. Wanted to partition my disk but there is no option at all, i can only delete my old one :g:

    cfdisk /dev/sda works but has limited options
    cgdisk /dev/sda does not work for me


    Disk /dev/sda
    /dev/sda1 - bootable
    /dev/sda2 - Windows 7


    Options downstares: Bootable / Delete / Quite / Type / Help / Write


    Guess i need to dig in the arch wiki "again" :(
     
  10. revertex

    revertex MDL Member

    May 30, 2010
    119
    46
    10
    or install gparted and do it the easy way
     
  11. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
    #54 Michel, Jan 2, 2015
    Last edited: Jan 2, 2015
    I did it within windows and it worked. Installed the entire system in dualboot right now, need to install xorg, display manager (will try slim first again in vmware) and some other stuff

    Funny thing is GRUB is listing Windows 7 as Vista
     
  12. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60