Questions tagged [arch-linux]

Arch Linux is a rolling-release Linux distribution.

enter image description here

From the Arch Linux Wiki:

Arch Linux is an independently-developed i686/x86-64 community distribution, based on a rolling-release model and targeted at competent GNU/Linux users which offers large binary repositories and full-featured package management as well as a ports-like packaging system. Development focuses on a balance of minimalism, elegance, code correctness and modernity. Version 0.1 (Homer) was released March 11, 2002.

Arch is lightweight, flexible, simple and aims to be very UNIX-like. Its design philosophy and implementation make it easy to extend and mold into whatever kind of system you're building- from a minimalist console machine to the most grandiose and feature rich desktop environments available. Rather than tearing out unneeded and unwanted packages, Arch offers the power user the ability to build up from a minimal foundation without any defaults chosen for them. It is the user who decides what Arch Linux will be.

Arch Linux, unlike a typical distribution, does not include any default applications in its installation beyond basic utilities. Instead, it requires you choose what applications to install when you install Arch. With Arch Linux has its own package management software.

1852 questions
13
votes
6 answers

systemd does not run /etc/rc.local?

I am using Archlinux and began trying systemd these days. However, I found that systemd doesn't load my /etc/rc.local script. As mentioned in the Wiki page, I did have run systemctl enable rc-local.service, but this didn't help. The content of my…
Felix Yan
  • 291
10
votes
2 answers

pacman - list installed packages from given repo

How to list all installed packages coming from certain repo eg. community? I want plain output (just a list of names) like this: zynaddsubfx xsel ...
6
votes
2 answers

Get recommened pacman install line when command not found

In ubuntu, if I type a command for a application that is not installed, but that it knows about from a db, it gives me a message like this: ~ $ kate The program 'kate' is currently not installed. You can install it by typing: sudo apt-get install…
5
votes
1 answer

How to change default font in mit-scheme/edwin?

I am running mit-scheme v9.0.1 on Arch Linux and I was wondering how I can change the default font for the edwin editor. Preferably I would like to use the same default font as Emacs uses. I know about the .edwin file for customizing edwin, but I…
cschol
  • 882
3
votes
1 answer

I can`t startx anymore in arch linux

if possible I want help with this strange error that happened. I was configuring my awesome window manager, then I restarted it to apply the configurations that I made and my PC freezed. I rebooted and suddenly I couldn't startx anymore. For my luck…
user2310711
3
votes
1 answer

Hibernate or resume failed

ASUS K50AF, 2G RAM I want hibernate and suspend my system with systemd( systemctl hibernate and systemctl suspend).Suspend looks like work correctly, but hibernate(maybe resume) isn't wokring: When I "hibernate" and power on again, system seemed be…
ibear
2
votes
1 answer

Enabling linux-ck kernel on ArchLinux with Gummiboot

this is my first ArchLinux installation and I'm try to run linux-ck kernel on my ArchLinux (as a VirtualBox guest) that is using Gummiboot bootloader. According to this guide, I have installed linux-ck-ivybridge virtualbox-ck-guest-modules-ivybridge…
lviggiani
  • 631
  • 5
  • 10
2
votes
1 answer

How can I rectify the server when httpd.conf is deleted in NAS (network-attached storage) server CentOS 5

The file httpd.conf is accidently deleted. Then tried from backup by putting the follwing commands when using # yum -y install httpd error: no space when using # service httpd start, error: unrecognized command service
Rengs
  • 29
1
vote
1 answer

$XDG_CONFIG_HOME issue while installing Bspwm [Arch Linux]

So I'm off a fresh install of Arch Linux and now I'm at the stage of configuring Bspwm and have been reading off of https://wiki.archlinux.org/index.php/Bspwm I've also been reading this to get a better understanding…
Member
  • 11
1
vote
3 answers

Run bash script at boot?

Im looking for a way to run a bash script at boot that will simply display information. For example #!/bin/bash echo "test" echo "info" exit
matt
  • 23
  • 1
  • 1
  • 5
1
vote
3 answers

How to start a service automatically when Arch Linux boots?

I have done a bit of research trying to figure this out only to find various options that seem very convoluted and complicated just to start one service, which is all I need to do. Basically, I am trying to start xbindkeys whenever the desktop…
1
vote
0 answers

Not booting into Arch Linux

So I attempted to install Arch on a new SSD (on an old computer) and when I rebooted, it didn't accept the drive's boot loader, so I was unable to boot from the new installation at all. I then reinstalled it and tried it again with no luck. I then…
Peter
  • 686
1
vote
2 answers

Dell XPS 13 Ultrabook Brightness Control

I wasn't able to get the brightness working. So far I've tried: Controlling via /sys/class/backlight/acpi_video0 max brightness was 15 does not respond to "echo 5 > /sys/class/backlight/acpi_video0/brightness" "cat…
freonix
  • 171
1
vote
2 answers

will this installation succeed? if yes, will this failure make trouble to my system?

now i am trying to install archlinux's base system, the following are output to console:) :: Retrieving packages from core... linux-api-headers-3.5.1-1-i686 607.7 KiB 58.1K/s 00:10…
hugemeow
  • 2,299
1
vote
1 answer

How do I make zeitgeist work in Arch?

I've been trying to setup Zeitgeist on my Gnome-shell system for a couple of days, but I'm yet to get it to work. I've done everything I could think of, i.e. installing zeitgeist from [extra], as well as libqzeitgeist. I've also installed all Gnome…
1
2 3