Lasersköld

2013-10-07

#teknik

Archlinux

My first try to install archlinux. (On virtual box)

This is problems I came across

Keyboard layout:

Since I use the swedish-dvorak layout—that was the first thing I had to get fixed...

The archwiki had instructions to change the layout... locked at that.. Seems like the dvorak layout is installed by default

localectl list-keymaps

...

localectl set-keymap --no-convert `em`dvorak-sv-a5`/em`

...seems to do kind of the job.. not the same layout for special characters as I am used to but it will work..

in the beginning it looks like you can do 

loadkeys emlayout/em

Changing keyboardlayout in x

setxkb -layout se -variant dvorak

then change the xorg.conf (add)

Mounting disk

(assuming the disks are already formatted in some fancy fashion) 

In order to install you must mount the hard drive

Working network in fresh install

For some reason my network didn't seem to work on the fresh install. I found this page with the solution in the end. Just run

dhcpcd

and it worked 

Sudo

To be able to install programs with your user it can be convenient to install sudo.

first: $pacman -S sudo

$export VISUAL=   (standard is vi)

use $visudo

add 

<user> ALL = (ALL) ALL</user>

somewhere or

% ALL = (ALL) ALL

Miscellaneous

Make pacman show total progress

autocompletion: bash-autocompletion

... For this time I gave up... I couldn't get the wireless card to work on my laptop, and on my raspberry pi compilation took too much time or did not work at all. I learned a lot about how linux works however so I recommend anybody interested to do the same journey. I have already used my knowledge on my debian-based linux computers.


Andra inlägg från bloggen

2024

Använda cpp som ett skriptspråk (2024-12-03)

Mekaniskt tangentbord Lasersköld L1 del 1 (2024-11-14)

Alphasmart neo 2 font editor (2024-10-11)

Bloggen är äntligen fyttad (2024-09-24)

2022

Figurer i skuggan (2022-06-04)

2018

prestandatest pa morgonen c (2018-11-21)

2017

Framsteg och frustration (2017-08-31)

2015

fix audacity startup bug on ubuntu 1510 (2015-11-24)

git subtree (2015-06-21)

add native code to android studio (2015-06-21)

2014

Ingenting (2014-11-08)

Äldre inlägg...