LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-01-2011, 02:37 PM   #16
dxnxax
LQ Newbie
 
Registered: Aug 2005
Posts: 14

Rep: Reputation: 4

Quote:
Originally Posted by Bruce Hill View Post
That is not helpful, but rather, harmful and immature. I've reported your post but am asking you nicely that you edit and remove your command.
Yowzaa. Sorry you took it like that. April Fools Day and all. Hope you didn't use it.
 
0 members found this post helpful.
Old 04-01-2011, 03:22 PM   #17
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
cmus console music player. As they advertise it: small, fast and powerful. Also with vi-like keyboard shortcuts and command line.
 
1 members found this post helpful.
Old 04-02-2011, 09:09 AM   #18
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by dugan View Post
Command-line archive handler. Don't bother with unzip and unrar again: just enter "7x x" followed by the archive name.

http://slackbuilds.org/repository/13.1/system/p7zip/
Use bsdtar. It is already installed and handles a range of formats, including zips and iso files.
 
6 members found this post helpful.
Old 04-02-2011, 11:43 AM   #19
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
Use bsdtar. It is already installed and handles a range of formats, including zips and iso files.
Wow - I just tried this "bsdtar tf myiso.iso" and it listed the files on the .iso. No more "mount -o loop " to examine an iso. That's a wonderful find - thanks very much - I never knew the bsdtar version even existed - very useful.
 
2 members found this post helpful.
Old 04-02-2011, 01:43 PM   #20
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
bgeddy: use it to look at (and extract) rpm and deb files as well.
 
Old 04-02-2011, 02:29 PM   #21
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by bgeddy View Post
Wow - I just tried this "bsdtar tf myiso.iso" and it listed the files on the .iso. No more "mount -o loop " to examine an iso. That's a wonderful find - thanks very much - I never knew the bsdtar version even existed - very useful.
No need to install an external program to look at an ISO content. You have the cdrtools for that already.

For an "ls -lR" type of output, use
Code:
isoinfo -R -l -i /path/to/some.iso
And for a "find . -print" type of output use
Code:
isoinfo -R -p -i /path/to/some.iso
Eric
 
4 members found this post helpful.
Old 04-02-2011, 03:59 PM   #22
splintercdo
Member
 
Registered: Feb 2011
Posts: 141

Rep: Reputation: 11
InfraRecorder is not linux application, YET I hope developers will have resources to do that.
Anyway application is licensed under GPL.

Application works wonderfully under WINE.

You might say, pft..., we have already bunch of good cd burners(K3B, Brasero etc.)

I would answer not only InfraRecorder have more friendly user interface,

IT SIMPLY CAN DO THINGS, WHAT NO OTHER CD BURNER ON LINUX(WHICH I TESTED) COULD.
(Everything started from game Knights & Merchants game cd, I wanted to make iso image from disk to preserve game and non of linux burners made it possible, then I got interested and tested out some 20 old cd's which should be thrown out K3B and Brasero both had issues with 3 of them, InfraRecorder NONE[all 20 were copied succesfuly])

So I really, really recommend this application, mostly for QUALITY of it's work, and also very friendly user interface.
 
Old 04-02-2011, 04:51 PM   #23
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by Alien Bob View Post
No need to install an external program to look at an ISO content. You have the cdrtools for that already.
Umm .. but bsdtar is also part of a standard full install (it comes with libarchive), so it isn't an external program.

Code:
$ curl -s http://slackware.osuosl.org/slackware64-current/slackware64/MANIFEST.bz2 | bzcat | grep bin/bsdtar
-rwxr-xr-x root/root     66792 2010-12-03 13:34 usr/bin/bsdtar
 
Old 04-02-2011, 04:53 PM   #24
Ahmed
Member
 
Registered: May 2005
Location: München, Germany
Distribution: Slackware, Arch
Posts: 386

Rep: Reputation: 41
I've been using xfig quite heavily the past few days for schematic illustrations. The interface isn't pretty, but the power and flexibility is amazing. Key shortcuts and the grouping and update functions make it simply beautiful to use.

-A
 
Old 04-02-2011, 05:10 PM   #25
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
I like an oldie: Tgif is a decent, small and incredibly fast vector drawing program. It is the perfect companion for TeX/LaTeX, Gnuplot etc. and nicely complements other vector drawing programs, such as Dia or LibreOffice Draw. BTW, there's a SlackBuild script for Tgif available (My special thanks to Dario Nicodemi!).

Another program that has accompanied me for many years is ding. Nowadays I have its KDE incarnation KDing permanently on my desktop. This is a really nice and smart little dicitionary utility. There's a SlackBuild script for ding available (thank you, Martin Ivanov!). KDing can be easily built from source. I used src2pkg for that, if I recall it correctly.

gargamel
 
Old 04-02-2011, 05:11 PM   #26
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by Bruce Hill View Post
You underestimate the intelligence/technical level of Linux users.
I'm not really sure I understand your response. I'm pointing out that on modern Slackware (13.37 at least, I haven't checked previous versions) 'rm -fr /' isn't such a great risk. Here I'll do it for you on my main system as root:

Code:
# rm -fr /
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe
The link in my previous post about this explained why it doesn't work. For the lazy who don't want to scroll back GNU coreutils was altered to prevent you doing this without an extra switch.

This is not to say that it isn't a major mistake on old systems. In the past it was certainly a major mistake to do but it has been fixed for a while now I believe.

Last edited by ruario; 04-02-2011 at 05:30 PM.
 
1 members found this post helpful.
Old 04-02-2011, 11:08 PM   #27
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,971

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
Quote:
Originally Posted by bgeddy View Post
Wow - I just tried this "bsdtar tf myiso.iso" and it listed the files on the .iso. No more "mount -o loop " to examine an iso. That's a wonderful find - thanks very much - I never knew the bsdtar version even existed - very useful.
You can also examine ISO files with Dolphin via Ark. You can do the same with Nautilus. Plus mc handles ISO files too.
 
Old 04-03-2011, 03:06 AM   #28
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
No need to install an external program to look at an ISO content. You have the cdrtools for that already.
Thanks Eric - I didn't know cdrtools had those abilities.
Quote:
You can also examine ISO files with Dolphin via Ark. You can do the same with Nautilus. Plus mc handles ISO files too.
Thanks for the reply - I know about using Dolphin and midnight commander to do this but sometimes I want to get the archive contents in a script or something so the bsdtar is very useful. I'm just used to my old habits from years ago and one of those was always to "mount -o loop -t iso9660 myiso.iso /mnt/dvd" so it just sort of comes naturally. I like the quick CLI way of using bsdtar or isoinfo and will start using them a lot. Thanks to all who replied.

Last edited by bgeddy; 04-03-2011 at 04:38 PM.
 
Old 04-03-2011, 03:53 AM   #29
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by audriusk View Post
cmus console music player. As they advertise it: small, fast and powerful. Also with vi-like keyboard shortcuts and command line.
Just tried it, and have to say, that I truly like it!
Nice little thread, here!

gargamel
 
Old 04-03-2011, 04:34 AM   #30
phi11ip
Member
 
Registered: Jul 2007
Location: Nottingham, UK
Distribution: Slackware64-current
Posts: 93

Rep: Reputation: 23
My find of the year is rsync. Have used it in the past with instructions from others. Now I've read the manual - what a quick, powerful and flexible tool this is - Absolutely awesome!
 
1 members found this post helpful.
  


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
gems update divyashree Linux - Newbie 0 01-10-2011 12:35 AM
LXer: FOSS Gems Sparkle in the Summer Sun LXer Syndicated Linux News 0 05-28-2009 03:10 PM
Hidden Linux/GNU/Bash gems for the self learner? randomsel Linux - General 1 06-26-2008 06:34 PM
Trying to install Ruby gems with setup.rb - how to make it run Bartee Linux - Newbie 2 12-24-2007 01:49 PM
LXer: Gems aims to make large-scale Gentoo Linux management easier LXer Syndicated Linux News 0 08-03-2006 04:21 PM

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

All times are GMT -5. The time now is 10:48 AM.

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