Questions tagged [slackware]

a Linux distribution

Free and open source Linux distribution/operating system

120 questions
13
votes
7 answers

Show current keyboard layout

One can use loadkeys command to set appropriate keyboard layout. My question is how can I check the currently selected layout (in the console mode)?
Ringger81
  • 1,397
  • 3
  • 13
  • 28
10
votes
2 answers

Forcing monitor resolution in VirtualBox VM on Linux Guest

I am working in a VirtualBox 4 VM running Slackware-current. I have added an external monitor, and am attempting to set up both of them to run in their native resolutions, but am having no luck. I am following the instructions set out at on this…
9
votes
3 answers

Is it possible to mount a disk image, created with dd, to a directory on a mounted external usb hdd?

I have an image of my home (/dev/sda3) partition, which I've created using the "dd" command. dd if=/dev/sda3 of=/path/to/disk.img I've deleted the home partition via gparted in order to enlarge my /dev/root partition. Then I've recreated the…
5
votes
5 answers

Scripting an 'empty' password in /etc/shadow

I've written a script to add CVS and SVN users on a Linux server (Slackware 14.0). This script creates the user if necessary, and either copies the user's SSH key from an existing shell account or generates a new SSH key. Just to be clear, the…
paddy
  • 1,219
  • 1
  • 11
  • 13
5
votes
1 answer

flock: bad number: myfile.lock

I try to put a lock on a file like this: flock -e myfile.lock The result is: flock: bad number: myfile.lock Doesn't matter whether file exist or not, or whether I'm root. I even tried chmod a+rwx myfile. Still get the same error. I tried the same…
azerIO
  • 375
5
votes
2 answers

Nextcloud client : No keychain service available

I have installed the nextcloud-client package from slackbuilds.org, with qtkeychain, libgnome-keyring and gnome-keyring. I run the daemon in my .xinitrc like explained on the ArchWiki: eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK And…
dblouis
  • 411
4
votes
0 answers

Making grub boot into chroot directory

I am trying to make grub boot into a chroot directory /slack containing a Slackware Linux installation. This directory was created by issuing the following command: installpkg --root /slack a/*.t?z where a/ directory contains the basic a/…
4
votes
1 answer

Shorewall - Allow Client to Ping Internet but Not Use the Browser or Port 80

My network address is 192.168.5.0. My host machine is 192.168.5.1 and my client machine is 192.168.5.2. How will I enable my client to ping the internet through the terminal but restrict it from accesing port 80 or the browser? Below is my…
3
votes
2 answers

How do I check for dependencies before installing a Slackware package?

I have a question with regard to dependency checking. Before I download a package, I need to check to see if I have some of the dependencies already installed. How do I do that? I don't want to spend time downloading something I already have.
Terence
  • 31
3
votes
0 answers

mounting a multi-drive USB enclosure in linux

I have a OWC Mercury Elite 2-bay USB drive enclosure (OWCMEPT934AL2C). I have it set on "individual" settings for the disks, so the 2 disks show up as two separate drives on my Mac (no raid, or spanning). I'm trying to mount them on my slackware…
whiteatom
  • 143
3
votes
1 answer

Linux groups for standard user

I have recently migrated to Slackware from Debian. I have done this for the purpose of learning, as such, I have a question. I have looked at the list of groups available on my system via less /etc/group and was wondering, which of these groups my…
Miles
  • 133
  • 6
3
votes
3 answers

Why are there special versions of GNOME maintained for Slackware?

Newbie here. I'm thinking about going from Ubuntu to Slackware and I just saw on Wikipedia that there is a number of projects that maintain GNOME binaries especially for Slack. So that made me wonder, why is that needed? What if I download a bare…
3
votes
2 answers

Open .rar files on Slackware

How can I open .rar files in Slackware?
Damir
  • 229
3
votes
0 answers

Emacs can not activate fcitx

I can use fcitx normally in all of other programs. But I can't not use fcitx in Emacs which means I can not switch to other input method such as Chinese input method. I tried a lot and Googled a lot didn't find solution. This confuses me a lot! I…
2
votes
2 answers

How can I join a Slackware desktop to an AD network?

It's been a long time since I last used Slackware professionally and the opportunity arose once more. How can I join it to my company's network that's using Microsoft AD?
gtludwig
  • 167
1
2 3 4 5 6 7 8