Results 1 to 6 of 6
Hello everyone, i'm very new to Linux and decided to use it to try and get away from Windows.
I have a few real easy questions:
How do I shut ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-25-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Hello - Newbie here, few very simple questions
Hello everyone, i'm very new to Linux and decided to use it to try and get away from Windows.
I have a few real easy questions:
- How do I shut down the computer? I go to log out in KDE and it brings me back to the shell prompt.
- When trying to connect to the internet, my connection box freezes when trying to access the modem (Speedtouch 330) although it is installed.
- How do I run and install applications that i've downloaded for the linux format? Kind of like whats the .exe file but in linux terms
Thanks guys, much appreciated
- 06-25-2008 #2Just Joined!
- Join Date
- Apr 2008
- Posts
- 15
To shutdown, you run:
as root.Code:shutdown -h now
and runing an app in linux format is just like running one in windows, just double click it. if that doesn't work try going into the terminal and runing
if it's a package for slackware you can also useCode:./the-application-name
Code:pkgtool
- 06-25-2008 #3
Hi johnyelland1234 and welcome to the forums!

The most expedient way to shutdown from there is to run:
Did you create a regular user account? If not, and your Internet is not functional, "sign in" to KDE as root. From the command line, run:Code:shutdown -h now
...which is also in your menu and create an account for yourself as a regular user. Sign back out to the command prompt and (as root) do:Code:kuser
and press enter. Now, sign in as the newly created regular user. When you sign out, it will throw you back to kdm. There, you can choose the options to shutdown. If you'd like for your box to boot directly to kdm, without having to envoke it as root each time, you can edit /etc/inittab to do this. See this post for more.Code:kdm
Haven't had any dealings with this modem. A little "Googleing" seems to show it can be made to function properly. See this page for more.When trying to connect to the internet, my connection box freezes when trying to access the modem (Speedtouch 330) although it is installed.
Slackware uses .tgz packages which you can install via pkgtool. Check out this for instruction. Also, visit Linuxpackages,net for packages for Slackware.How do I run and install applications that i've downloaded for the linux format? Kind of like whats the .exe file but in linux terms
EDIT: Bobalandi you beat me to it!
- 06-25-2008 #4Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
thanks alot for that Dan.
Still no luck with that speedtouch. Is there anyway of actually finding out for definite where the modem is connected to?
I'm given loads of options like /dev/modem and /dev/usb/usb001 or something.
Also, i've split my 40G HDD into 2x 20GB partitions, one for Linux and one for Windows.
I can't seem to access the other hard drives that have a NTFS file system which store all of my media on from Linux, although I can from windows.
It comes up with a error message when clicking on it from Linux.
Any ideas?
- 06-25-2008 #5Just Joined!
- Join Date
- Apr 2008
- Posts
- 15
Are you using slackware 12.0 or 12.1 or something else.?
In 12.0 there is a problem with HAL, so you'll have to add yourself to a bunch of the groups, I forget which ones, but if you google it, you'll find out.
- 06-25-2008 #6
Welcome to the forums!
There is an easier way to turn off the computer. If you add yourself to the 'power' group, and boot into runlevel 4 rather than to runlevel 3 and starting X with startx, then you can turn off the machine from the GUI.
To change the default runlevel you need to edit /etc/inittab
___
It would be handy if you include the error that the ntfs partition is giving you. I expect it to be a permission problem. If you want regular users to access the ntfs partition, you'll need to adjust /etc/fstab to reflect this.
This is true, but to an extend. It is not a 'problem' in Slackware, but a choice. Newly created users have severly limited rights on a Slack box. It is thought the job of the person holding root to hand out rights and turn on services. It's a very flexible and dependable system, Slackware, but it's very manual.
Originally Posted by Bobalandi
As a point to the OP: I don't know how you got to Slackware. And I don't know your preferences. But I do know moving from Windows to Linux by going down the Slack road might not be entirely easy.
If you want ease then I may recommend an easier distro. If you want to take the difficult road, then expect a steep learning curve, loads of work on the command line, but in the end a bigger reward IMHO. Once you understand the basic mechanism behind Slack, you'll see that it is set up logically and elegantly. It's also highly dependable. Ya know? I think I vaguely remember a crash that I could not attribute to some form of error on my side, but it's a long time ago and I'm not so sure.
But Slackware is not build with the Redmond refugee in mind. You have your hands on something completely different.
PS. I don't want to press any of my preferences on anyone. But VectorLinux is based on Slackware and it has many of the advantages. But it's more friendly to new users and a lot easier to set up.Can't tell an OS by it's GUI


Reply With Quote

