nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

How To View This Cbt And What To Do

This is a discussion on How To View This Cbt And What To Do within the Linux software forums, part of the Linux Getting Started category; I recently download CBT file (rar format) Issue (My OS is Redhat EL 5) 1. I was able to unrar,(rarlinux-3.6.0.tar.gz) ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 01-14-2008, 03:21 PM
Junior Member
User
 
Join Date: Jan 2008
My distro: redhat
Posts: 2
Rep Power: 0
linuxqu is on a distinguished road
Default How To View This Cbt And What To Do

I recently download CBT file (rar format)

Issue (My OS is Redhat EL 5)

1. I was able to unrar,(rarlinux-3.6.0.tar.gz) after unraring, it has created a file as follows.

[LINUX].Linux.CBT.Bash.Shell.Scripting-DDUiSO.bin

NOW THE POINT IS HOW TO VIEW THIS CBT AND WHAT TO DO.

CAN YOU PLEASE HELP.

Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-14-2008, 04:48 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 557
Rep Power: 6
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

.bin - binary self extracting shell script. You may have to use:
Code:
chmod +x [LINUX].Linux.CBT.Bash.Shell.Scripting-DDUiSO.bin
./[LINUX].Linux.CBT.Bash.Shell.Scripting-DDUiSO.bin
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat

Last edited by rockdalinux; 01-15-2008 at 01:28 AM.
Reply With Quote
  #3 (permalink)  
Old 03-24-2008, 07:09 PM
Member
User
 
Join Date: Mar 2008
My distro: Debian, Slackware, LFS
Posts: 83
Rep Power: 1
Tux-Idiot is on a distinguished road
Default

unrar t filename.rar
unrar x filename.rar
mkdir ~/bin2iso
cd ~/bin2iso
wget -c http://mange.dynup.net/linux/bin2iso/bin2iso-0.4.c
cc bin2iso-0.4.c -o bin2iso
cd ..
./bin2iso filename.bin filename.iso
mkdir -p /home/$user/cbt/bash-tut
mount -t iso9660 -o ro filename.iso /home/$user/cbt/bash-tut
echo $?
firefox /home/cbt/bash-tut &

why firefox? all video tuts these days are coded with metadata extracted from a .flv file results in a flash, get the firefox flashplugin autoinstall using mozplugger (debian specific)
$user = username like for me /home/idiot where $user = idiot
"click click learn learn" CD Image Conversion - LQWiki

Last edited by Tux-Idiot; 03-24-2008 at 07:19 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
MP3 player (Sansa View) Albion Ubuntu / Debian 1 05-02-2008 11:46 PM
How to view windows XP partitions(NTFS) in linux kar_siddharth Linux software 5 04-24-2008 05:22 PM
Unix route command view jerry Solaris/OpenSolaris 3 02-21-2008 01:24 PM
View log files under Linux sweta Getting started tutorials 0 05-30-2007 12:31 AM
View MRTG on webpage sueAnne Linux software 1 03-10-2005 12:12 PM


All times are GMT +5.5. The time now is 05:08 PM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36