LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-17-2009, 03:33 PM   #1
OK2BCK
LQ Newbie
 
Registered: May 2009
Location: New Zealand
Distribution: Fedora 16, LinuxMint, Puppy
Posts: 18

Rep: Reputation: 0
trying to fine-tune SLACKw 12.2 so it's the way I had XP


Greetings.

I am fairly new to all OSs other than Windows. Ended up installing Slackware after I added new HDD and I wish I can use my old HDD as a storage only pretty soon.
Anyways..

★How do I make hyperlinks in Thunderbird to be active?
I mean they are, but not those for firefox.

★Where is all the 'program files' schtuff? If is there someone who can shortly explain me the structure of things, it would be very appreciated!
(I am losing my enthusiasm when reading tons of useless material but learning fast)

★I keep re-naming my external USB disk from 'Hard drive device' in few different Konqueror windows already, is this normal? Is the label in properties just on top of other label?

★can I easily change my system hotkeys or do I learn new? Is there >replace ready< file with Microsoft hotkeys for Linux?

★this is good one: how can I tell that I installed new software successfully when I CANNOT SEE IT ANYWHERE

Linux Rock!
 
Old 05-17-2009, 03:39 PM   #2
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
All your answers can be found here:

http://www.slackbook.org/html/book.html

http://www.slackbook.org/

Best resources for a Slackware n00b. I recommend bookmarking them for future reference.
 
Old 05-17-2009, 03:50 PM   #3
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
As you are using KDE, consider the following:

1. Open the KDE Control Center.
2. Select KDE Components.
3. Select Component Chooser.

a. Change the email client to ThunderBird.
b. For the browser, place the following in the text box:

firefox -new-tab

Quote:
can I easily change my system hotkeys or do I learn new? Is there >replace ready< file with Microsoft hotkeys for Linux?
In KDE, look in the KDE Control Center, Regional & Accessibility, Keyboard Layout and Keyboard Shortcuts.

Quote:
Where is all the 'program files' schtuff?
Slackware is a Linux based system, using the GNU tool chain, which is all based on the Unix model. You should spend about 10 minutes becoming familiar with the file system hiearchy.

Generally, all executable files are stored in /bin, /sbin, /usr/bin, /usr/sbin, /usr/local/bin, and /usr/local/sbin. Some executables are stored in /opt.

Generally, the system equivalent of DLLs usually are stored in /usr/lib.

Most system configuration files are stored in /etc.

User account files are stored somewhere in /home.

Quote:
this is good one: how can I tell that I installed new software successfully when I CANNOT SEE IT ANYWHERE
In Slackware, open a command terminal and as root, type pkgtool.

Slackware is not a typical operating system where everything is point-and-click. Read a lot and ask a lot of questions. Here at LQ, check the links provided in a user's signature and you'll be on your way to learning about Slackware.
 
Old 05-17-2009, 10:43 PM   #4
joutlancpa
Member
 
Registered: Apr 2009
Location: Orlando, FL
Distribution: Scientific Linux 6 x64
Posts: 211
Blog Entries: 1

Rep: Reputation: 31
the signposts are different here....you can "SEE" what programs and libraries are installed on your system by looking in /var/log/packages...the executable files for applications normally go to a directory, several, ending in bin or sbin, and some to /opt....remember the word 'patience' as it all will pay off for you.

Last edited by joutlancpa; 05-17-2009 at 10:51 PM.
 
Old 05-18-2009, 06:01 AM   #5
OK2BCK
LQ Newbie
 
Registered: May 2009
Location: New Zealand
Distribution: Fedora 16, LinuxMint, Puppy
Posts: 18

Original Poster
Rep: Reputation: 0
Wow, this is brilliant!

I am absolutely amazed by the level of possible 'customization' of Linux!
I don't have to adopt myself, I will adopt OS to me...yay!

I rise my glass on KDE and all its options!!


There's still few things I'm trying to figure out:

★How do I mount .iso? Can I simply add device in K3b? What would be the 'device name'?

★Is it possible do activate/add password protection on folder?

★Is good idea to install Wine? Or is fight for native solution worth the hassle?

★Any 'System Restore' kinda plan B?

Thank you Woodsman!
 
Old 05-18-2009, 07:23 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Just a few links to help you with your endeavors;

Slackware® Essentials
Slackware® Basics
Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Linux Newbie Admin Guide
LinuxSelfHelp
Getting Started with Linux

These links and others can be found at 'Slackware-Links' .
More than just Slackware® links!
 
Old 05-18-2009, 11:48 AM   #7
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
How do I mount .iso?
From the command line, like this:

mount -o loop,ro /full/path/name.iso /mnt/iso1

The mount point /mnt/iso1 must first exist. You can create and use any mount point you want, but creating human readable mount point names is helpful.

Quote:
Can I simply add device in K3b?
I'm unsure what you are seeking. If you want only to use K3B to burn an ISO image to a disk, then K3B provides that option directly. You do not need to mount the ISO image to burn the image to disk.

Quote:
Is it possible do activate/add password protection on folder?
The general approach toward protecting directories and files from certain users is performed with directory and file permissions. If a user account fails to satisfy those permissions then the user will be unable to access the files. The usual approach is to create a group, configure the group permissions, and then add users to the group. Thereafter, group ownership of files can be assigned to that group and all users in that group will have access.

For a quick example, as a normal user try accessing the files in /root. You can't.

Quote:
Is good idea to install Wine? Or is fight for native solution worth the hassle?
Ask 10 people and you'll receive 11 opinions. WINE is a challenge for many people to configure. For me, the easier solution is VirtualBox.

Quote:
Any 'System Restore' kinda plan B?
Not inherently. If you want to roll back files to a certain date, then you'll need some kind of backup plan. I run such a plan on my box using rsnapshot. Every three hours I run a script through cron that backs up configuration files, certain user files, etc. The rsnapshot utility uses rsync, so after the first backup, most of the subsequent backups are hard links and consume very little disk space. You can read more here: A Backup Strategy.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Doc on fine tune LAMP server. satimis Linux - Server 0 10-08-2007 11:36 PM
'Fine Tune' 2.6 kernel AphoxemaG Linux - Kernel 5 02-16-2007 11:31 AM
How to fine tune POSTGRESQL selva_pondy Linux - Software 1 05-20-2006 04:20 PM
Fine Tune Performance Help? Sabeer Linux - General 4 06-05-2003 03:55 AM
Fine Tune Performance Help? Sabeer Linux - General 1 06-03-2003 08:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration