Questions tagged [slackware]

Slackware is a free and open source Linux distribution. It was one of the earliest operating systems to be built on top of the Linux kernel and is the oldest currently being maintained (it was created by Patrick Volkerding in 1993).

Slackware aims for design stability and simplicity, and to be the most "Unix-like" Linux distribution, making as few modifications as possible to software packages from upstream and using plain text files and a small set of shell scripts for configuration and administration.

he name "Slackware" stems from the fact that the distribution started as a private side project with no intended commitment. To prevent it from being taken too seriously at first, Volkerding gave it a humorous name, which stuck even after Slackware became a serious project.

Latest version: 14.2 (2016-07-01)

Links

88 questions
0
votes
1 answer

IPtables exception on block facebook access

I have 3 ip ranges on my network, I blocked Facebook access with the command line: iptables -I FORWARD -m string --algo bm --string "facebook.com" -j DROP I would like to make an exception to the network range "192.168.0.x" How can I do that? Thanks…
Albert E. Souza
  • 116
  • 2
  • 12
0
votes
2 answers

Vi Editing and Cursor Position at End of Line?

When I am using vi (which I think invokes elvis by default on Slackware 13.37) I am able to insert text as expected but when I edit out typos by using ESC x the cursor movement key l as well as $ places the cursor on the last letter rather than…
haziz
  • 12,994
  • 16
  • 54
  • 75
0
votes
1 answer

Djava.library.path= On Eclipse.ini

I just changed my distro from ubuntu to slackware but my eclipse folder, wich was at the /home partition is still the same, I did not format it. It has a -Djava.library.path=/usr/lib/x86_64-linux-gnu/jni/ on eclipse.ini but this directory does not…
Vitor Hugo
  • 1,106
  • 1
  • 15
  • 35
0
votes
0 answers

RXTX serial port write binary data at boot

I've beed into a strange problem today and can't find anything to solve it the right way. I have a Java program that is started with /etc/rc.d/rc.local on Slackware 12.1. The program works perfectly. It have to send data on ttyS0 after some requests…
Alexandre Lavoie
  • 8,711
  • 3
  • 31
  • 72
0
votes
1 answer

can not be updated resolv.conf file in slackware

Recently, I set up a slackware box, but some questions trouble me. I fire up the netconfig route using the dhcp configuration, after that I can't access the network. I issue the ping command for google.com, but I got the ping unknown server google…
viscroad
  • 203
  • 2
  • 9
-1
votes
1 answer

How to hot backup (online backup) on a Slackware 14.2 with MariaDB 10.0.37?

I'm trying mysqldump right now with the following script, but I need to verify that there are no locks in the process. What could I add to the code to confirm whether or not there are locks? Script input_mysql_bash_usuario.sh: #!/bin/bash i=1 #…
-1
votes
1 answer

ORA-00130: invalid listener address, configure failure

In Slackware distributive after installing 11.2 package tried configuring as sudo /etc/rc.d/rc.oracle-xe configure CloneRmanRestore.log is fine and in cloneDBCreation.log has some errors ... ORA-00119: invalid specification for system…
zhen_khokh
  • 69
  • 1
  • 8
-1
votes
1 answer

Slackware64 Android Bundle Kit Segmentation fault

I had no problems installing the "android bundle kit" (eclipse + ADT) on Slackware64 14.0. However, a lot of weird errors appeared with the project, and when trying to run after a lot of suffering, I receive a "Segmentation fault". I thought that…
-1
votes
1 answer

Slackware on Google Compute Engine

I have an iso image for slackware 14.1 and i want to boot it on GCE. Can anyone please guide me in doing so. Thanks.
-2
votes
1 answer

Add User to Group 'Root' in Slackware

I have a user xyzong and I want it to grant root permission. How will I add her in a group 'Root' in Slackware 14.2? Slackware documentation is so rare, so please help. Thanks.
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
-2
votes
1 answer

Slackware freeradius install

I cannot make from source freeradius server. CC src/modules/rlm_krb5/rlm_krb5.c :0:17: error: expected identifier or «(» before numeric constant. What's the problem?
Dmytro
  • 11
-2
votes
1 answer

Can apt-get work in Slackware or other Linuxes?

I know that apt-get is meant to be a packaging manager for Debian. But I'd like to learn if this software can be also ported to different operating systems, especially to Slackware. I am the author of Slax, a Slackware-based operating system, so I…
Tomas M
  • 6,919
  • 6
  • 27
  • 33
-2
votes
1 answer

how much time does it take to slackbuild the chromium package?

I am new to the Slackware and I was trying to install chromium browser. I found out that i can download the slackbuild and source file from the slackbuild.org and can build and install it. So, I did the same. what i did was Downloaded both the…
amanraj
  • 47
  • 1
  • 6
1 2 3 4 5
6