installing adobe reader 8.1.1 for slackware linux
since there is no Adobe Reader package (*.tgz) for Slackware, we have to compile it from source *.tar.gz
1. download the source at Adobe Reader Homepage
2. select the source and download it
Operating System: Linux
Select a version: Linux x86 (.tar.gz)
Select a language: English
3. once download finish, cd to the directory of downloaded file and issue:
tar -zxvf adobe-reader-version.tar.gz
e.g
$ tar -zxvf AdobeReader_enu-8.1.1-1.i486.tar.gz
AdobeReader/
AdobeReader/INSTALL
AdobeReader/ReadMe.htm
AdobeReader/COMMON.TAR
AdobeReader/ILINXR.TAR
4. cd to AdobeReader/ and run:
./install
5. once asked, specify where do you want Adobe Reader to be installed. By default, on Linux, Adobe Reader is installed in /opt/Adobe. But I choose mine on /usr/lib/adobe
6. cd to the installation path (e.g /opt/Adobe or /usr/lib/adobe) and run:
$ acroread
(or you may double click Adobe Reader icon at the Desktop)
7. I do have minor issue while installing the reader saying that Adobe Reader cannot find gtk library.
Error: "Unable to find the HTML rendering library (libgtkembedmoz)."
explanation from Adobe.com:
This happens if acroread was unable to find libgtkembedmoz.so and related component files on your system.
solution is here
what is libgtkembedmoz library for?
- This library is required for rendering HTML content in Adobe Reader.
since I got Mozilla Firefox installed, i just search for file name libgtkembedmoz and point Adobe Reader to its directory
$ locate libgtkembedmoz
/usr/lib/seamonkey-1.1.4/libgtkembedmoz.so
8. open Adobe Reader >> Edit >> Preferences >> Internet >> libgtkembedmoz Folder >> put in the directory (e.g /usr/lib/seamonkey-1.1.4/), click OK and you're done!
Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
Wednesday, October 17, 2007
Tuesday, September 4, 2007
::managing spam email::
with linux, i have no issue managing my spam email
just:
# cat /dev/null &>/var/mail/myemail
drools... bye bye spam!
just:
# cat /dev/null &>/var/mail/myemail
drools... bye bye spam!
Monday, September 3, 2007
::installing azureus 3.0.2.2 for slackware linux::
::installing azureus 3.0.0.2 for slackware linux::
1. Install Java JRE client:
choose the Linux (self-extracting file) which is non-RPM file
tutorial for installing Java: http://java.com/en/download/help/5000010500.xml#selfextracting
2. Download the latest Azureus client
Latest Azureus 3.0 Release [3.0.2.2] from http://azureus.sourceforge.net/download.php
3. Extract the Azureus tarball
tar -xvjf Azureus_x.x.x.x_linux...tar.bz2
#this will create a new directory named azureus
4. cd to azureus/ directory and edit azureus file with your favourite editor
pico azureus
5. edit this line:
######## CONFIGURATION OPTIONS ########
JAVA_PROGRAM_DIR="/usr/java/jre1.6.0_02/bin/" # use full path to java bin dir, ex. "/usr/java/j2sdk1.4.2/bin/"
PROGRAM_DIR="/pato-to-your/azureus" # use full path to Azureus bin dir
#######################################
6. the installation is done
#you may fire below command for azureus to start
./azureus &
1. Install Java JRE client:
choose the Linux (self-extracting file) which is non-RPM file
tutorial for installing Java: http://java.com/en/download/help/5000010500.xml#selfextracting
2. Download the latest Azureus client
Latest Azureus 3.0 Release [3.0.2.2] from http://azureus.sourceforge.net/download.php
3. Extract the Azureus tarball
tar -xvjf Azureus_x.x.x.x_linux...tar.bz2
#this will create a new directory named azureus
4. cd to azureus/ directory and edit azureus file with your favourite editor
pico azureus
5. edit this line:
######## CONFIGURATION OPTIONS ########
JAVA_PROGRAM_DIR="/usr/java/jre1.6.0_02/bin/" # use full path to java bin dir, ex. "/usr/java/j2sdk1.4.2/bin/"
PROGRAM_DIR="/pato-to-your/azureus" # use full path to Azureus bin dir
#######################################
6. the installation is done
#you may fire below command for azureus to start
./azureus &
Sunday, September 2, 2007
::changing default editor::
#default editor in UNIX/Linux is usually vi, but you can change the default editor to pico/nano/vim using this command:
export EDITOR=pico
#or
export EDITOR=nano
#or
export EDITOR=vim
#you may then edit your crontab using your preferred editor
crontab -e
export EDITOR=pico
#or
export EDITOR=nano
#or
export EDITOR=vim
#you may then edit your crontab using your preferred editor
crontab -e
Thursday, August 30, 2007
::crontab::
[22:23] * DigitallyBorn (~ricky@72.236.65.199) has joined #linux
-
DigitallyBorn is ~ricky@72.236.65.199 * ricky
DigitallyBorn on #linux #C#
DigitallyBorn using punch.va.us.dal.net Experience comes from bad judgement.
DigitallyBorn End of /WHOIS list.
-
[22:23] I'm having problems with a cronjob being run .. does cron keep a log file I can view?
[22:24] * The_Machine (~The_Machi@65.91.185.36) has joined #linux
[22:24] crontab -l
[22:25] <@KeyLimePirate> keep: No, he asked for a log file
[22:25] <@KeyLimePirate> /var/log/cron
[22:25] oh thanks
[22:25] <@Enchanter_tim> /var/log/messages or /var/log/cron
[22:26] <@Enchanter_tim> or even /var/log/*cron (different crons can have different logs)
[22:26] yeah .. it doesn't look like it's runnin
[22:26] .. I created the crontab as my user, should I create it as root?
[22:26] .. I kind of assumed that it would run all users' crontabs
[22:27] * pcrack (~pcrack@122.53.134.47) Quit (Read error: Connection reset by peer)
[22:28] DigitallyBorn, no shouldn't be root unelss it needs to me
[22:28] user can create their own crontab
[22:29] yeah .. and I created it as a user
[22:29] if they are in cron.allow
[22:29] DigitallyBorn, the only things that should be run as root are things that must
[22:29] Cancel: Yeah .. I got that as a general rule of thumb ..
[22:29] DigitallyBorn, no different for cron jobs
http://pastebin.ca/675830
-
DigitallyBorn is ~ricky@72.236.65.199 * ricky
DigitallyBorn on #linux #C#
DigitallyBorn using punch.va.us.dal.net Experience comes from bad judgement.
DigitallyBorn End of /WHOIS list.
-
[22:23]
[22:24] * The_Machine (~The_Machi@65.91.185.36) has joined #linux
[22:24]
[22:25] <@KeyLimePirate> keep: No, he asked for a log file
[22:25] <@KeyLimePirate> /var/log/cron
[22:25]
[22:25] <@Enchanter_tim> /var/log/messages or /var/log/cron
[22:26] <@Enchanter_tim> or even /var/log/*cron (different crons can have different logs)
[22:26]
[22:26]
[22:26]
[22:27] * pcrack (~pcrack@122.53.134.47) Quit (Read error: Connection reset by peer)
[22:28]
[22:28]
[22:29]
[22:29]
[22:29]
[22:29]
[22:29]
http://pastebin.ca/675830
::linux1::
[13:32] * NiXeR (mbh@Tyt.Org) has joined #linux
[13:32] ok
[13:32] Greetings earthlings
[13:33] now from planet i use FXO
[13:33] and Pansonic i use port connect to CO
[13:33] yep...
[13:33] is it possible ?
[13:33] is that right ?
[13:33] try it...its worth trying...
[13:33] * acappella (~neitharoy@203.111.236.40) Quit (Quit: )
[13:33] yap
[13:34] zinhell, May I ask what are you trying to do?
[13:34] how do we confirm iptables marking is working other thanviewing the packet hits in the tables itself ?
[13:34] but theory is possible ? cause if i must to try .. i must to disconnect a port
[13:35] routerman do this more /proc/net/ip_conntrack
[13:35] i just need your conviction if that possible :)
[13:35] or theres a tool called conntrack
[13:36] just by theory :)
[13:36] read this http://forums.whirlpool.net.au/forum-replies-archive.cfm/556159.html
[13:36] wow you are a good advisor pcrack :)
[13:37] not like Strykar lol
[13:37] thanks...
[13:38] i think that..is that same u are having...
[13:39] yes !!!
[13:39] great :)
[13:39] thx2
[13:39] i'm having problem to find solution from google hehehehe
[13:39] thanks pcrack :)
[13:39] i'll read 1st
[13:39] it shows the mark values
[13:40] hi pcrack where you come from ?
[13:40] routermen wat do u mean?
[13:40] zinhell just around the corner....
[13:41] :)
[13:45] <@_popeye_> Just because, I'm going to paste the lovely dialog I had with Interex last night. It has been submitted to bash.org :)
[13:45] <@_popeye_> ...ready?
[13:45] Yeah!
[13:46] Share the link
[13:46] <@_popeye_> <_popeye_> i love friend chicken, dark meat only
[13:46] <@_popeye_> <_popeye_> I love fried chicken, white meat only
[13:46] <@_popeye_> <_popeye_> i dont like white meat all that much because it always seems to need a lot of chewing which tires the gums before the belly is done
[13:46] <@_popeye_> <_popeye_> :)
[13:46] <@_popeye_> <_popeye_> * Q-1 has quit (Read error: Operation timed out)
[13:46] <@_popeye_> <_popeye_> * The-Quiet-One is now known as Q-1
[13:46] <@_popeye_> <_popeye_> anyway i'm out, ttyl rob
[13:46] <@_popeye_> <_popeye_> No, no, no, not this chicken -- it's crispy/crusty on the outside, steamy/moist/delicate inside
[13:46] <@_popeye_> <_popeye_> :)
[13:46] <@_popeye_> <_popeye_> sorta like a chick with teh herpes
[13:46] <@_popeye_> <_popeye_> oh god
[13:46] <@_popeye_> <_popeye_> :(
[13:46] <@_popeye_> NiXeR: not approved yet
[13:46] ah
[13:47] LOL
[13:47] <@_popeye_> Quote #787540 is pending moderation.
[13:47] And KeyLime would be JulieAnn, right?
[13:48] <@_popeye_> No, I'm KeyLimePirate
[13:48] Fantastic!
[13:48] Still teasing him with that aih? hehehe
[13:48] <@_popeye_> Yeah, I even registered it
[13:49] * _popeye_ is now known as KeyLimePirate
[13:49] LOL!!
[13:49] <@KeyLimePirate> heh
[13:49] have u guys have problem blocking skype on your linux firewall?
[13:49] "Your key limes are belong to me, har har har" :p
[13:49] KeyLimePirate: i put a quote up there like a month ago and its still pending
[13:50] <@KeyLimePirate> "Walk the crust, you scurvy preventing dog!"
[13:50] <@KeyLimePirate> kfoo: Gotta admit, that one I did yesterday was a classic
[13:51] pcrack, I haven't tried, but I'm going to soon .. a lot of employees are abusing the Internet link with VoIP :/
[13:51] pcrack, I usually use Ethereal/Wireshark to sniff on the ports a certain application uses and which IP addresses it connects to (in case of server communication)
[13:52] god with a sniper rifle
[13:52] pcrack, I believe if you block the IP address of the Skype service server, it would solve your problem.
[13:52] ic...but its random..and sometimes is uses http and https...
[13:52] try to block it at the proxy...
[13:52] brb..need to go somewhere...
[13:52] Well, Skype is account-based .. so it has to connect to a server to login first
[13:52] Just block the IP of the authentication server
[13:54] * @jeian (~jeian@user-12hci5n.cable.mindspring.com) Quit (Quit: Pain, can't get enough)
[13:55] heh
[13:55] KeyLimePirate: http://bash.org/?464385
[13:55] hi guys..i have a config file and i want to change all web.html ---> web.war, how can i do it? do i use a bash scripting?
[13:56] * wagung (~wagungs@125.160.34.78) has joined #linux
[13:56] Unlimited Power from OpenSource
[13:56] * wagung (~wagungs@125.160.34.78) has left #linux
[13:56] <@KeyLimePirate> kfoo: AHAHAHAHAHAH
[13:58] night guys
[13:59] * DevilsX (~DevilsX@adsl-19-69-34.asm.bellsouth.net) Quit (Quit: Leaving)
[14:03] * suphler (~suphler@firewall.snt.ua) has joined #linux
[14:06] Nixer still there ?
[14:07] Yeah
[14:07] NiXeR: zinhell, May I ask what are you trying to do? <---- i try to trunking between IP PBX Planet and PABX Panasonic (4-wire extension port)
[14:07] i mean keyphone Panasonic
[14:07] cause that's 4-wire
[14:08] Yeah, I figured after pcrack gave you the forum link
[14:08] yap :)
[14:08] My company is a Panasonic retailer .. so I was interested
[14:08] bingo !!
[14:09] do you know Panasonic A-series
[14:09] skype is a pain in the neck to sysadmins when it comes to blocking
[14:09] Routermen, only way to block it is to setup proxy's and control data, i've been trying for a long time to trafic shape skype traffic
[14:10] yup .. proxied every ports and control it from there
[14:11] zinhell, Don't private-msg me please .. I'm not into PBX .. I said my company is a panasonic retailer .. there are people who are specialized in that, not me.
[14:11] o ic
[14:11] :)
[14:11] there is also modules for iptables to enable it to check for strings in the packet for skype . but i never try it
[14:12] But since we're going to tie branches with VoIP .. I thought using Asterisk would be cool
[14:12] ic
[14:14] Most likely the managers are going to crusify me for suggesting that, since it will hurt the Panasonic PBX sales....
[14:14] * Guest72185 is now known as Bambin0
[14:18] :)
[14:18] hehehe
[14:18] ok ... anyone know a good forum for PBX, VoIP or IP PBX ?
[14:25] * evilz (~CF@213.132.241.203) has joined #linux
[14:25] 1
[14:25] 1
[14:25] 1
[14:25] 2
[14:25] 1
[14:25] 2
[14:25] 1
[14:25] 21
[14:26] * evilz (~CF@213.132.241.203) has left #linux
[14:27] zinhell, configuring Asterisk,, or configuring home phone, router... ?
[14:29] * Interex (~interex@cpe-69-215-120-142.netwitz.net) has joined #Linux
[14:30] all of it
[14:31] dosingrat, all
[14:31] one of good places to chat about VoIP is a newsgroup: uk.telecom.voip
[14:31] * zinhell (~WinXPpro@202.91.15.131) Quit (Quit: Download Gaim: http://gaim.sourceforge.net/)
[14:32] lol! He was really in a hurry to go there
http://pastebin.ca/675834
[13:32]
[13:32]
[13:33]
[13:33]
[13:33]
[13:33]
[13:33]
[13:33]
[13:33] * acappella (~neitharoy@203.111.236.40) Quit (Quit: )
[13:33]
[13:34]
[13:34]
[13:34]
[13:35]
[13:35]
[13:35]
[13:36]
[13:36]
[13:36]
[13:37]
[13:37]
[13:38]
[13:39]
[13:39]
[13:39]
[13:39]
[13:39]
[13:39]
[13:39]
[13:40]
[13:40]
[13:40]
[13:41]
[13:45] <@_popeye_> Just because, I'm going to paste the lovely dialog I had with Interex last night. It has been submitted to bash.org :)
[13:45] <@_popeye_> ...ready?
[13:45]
[13:46]
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_> * Q-1 has quit (Read error: Operation timed out)
[13:46] <@_popeye_> <_popeye_> * The-Quiet-One is now known as Q-1
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> <_popeye_>
[13:46] <@_popeye_> NiXeR: not approved yet
[13:46]
[13:47]
[13:47] <@_popeye_> Quote #787540 is pending moderation.
[13:47]
[13:48] <@_popeye_> No, I'm KeyLimePirate
[13:48]
[13:48]
[13:48] <@_popeye_> Yeah, I even registered it
[13:49] * _popeye_ is now known as KeyLimePirate
[13:49]
[13:49] <@KeyLimePirate> heh
[13:49]
[13:49]
[13:49]
[13:50] <@KeyLimePirate> "Walk the crust, you scurvy preventing dog!"
[13:50] <@KeyLimePirate> kfoo: Gotta admit, that one I did yesterday was a classic
[13:51]
[13:51]
[13:52]
[13:52]
[13:52]
[13:52]
[13:52]
[13:52]
[13:52]
[13:54] * @jeian (~jeian@user-12hci5n.cable.mindspring.com) Quit (Quit: Pain, can't get enough)
[13:55]
[13:55]
[13:55]
[13:56] * wagung (~wagungs@125.160.34.78) has joined #linux
[13:56]
[13:56] * wagung (~wagungs@125.160.34.78) has left #linux
[13:56] <@KeyLimePirate> kfoo: AHAHAHAHAHAH
[13:58]
[13:59] * DevilsX (~DevilsX@adsl-19-69-34.asm.bellsouth.net) Quit (Quit: Leaving)
[14:03] * suphler (~suphler@firewall.snt.ua) has joined #linux
[14:06]
[14:07]
[14:07]
[14:07]
[14:07]
[14:08]
[14:08]
[14:08]
[14:08]
[14:09]
[14:09]
[14:09]
[14:10]
[14:11]
[14:11]
[14:11]
[14:11]
[14:12]
[14:12]
[14:14]
[14:14] * Guest72185 is now known as Bambin0
[14:18]
[14:18]
[14:18]
[14:25] * evilz (~CF@213.132.241.203) has joined #linux
[14:25]
[14:25]
[14:25]
[14:25]
[14:25]
[14:25]
[14:25]
[14:25]
[14:26] * evilz (~CF@213.132.241.203) has left #linux
[14:27]
[14:29] * Interex (~interex@cpe-69-215-120-142.netwitz.net) has joined #Linux
[14:30]
[14:31]
[14:31]
[14:31] * zinhell (~WinXPpro@202.91.15.131) Quit (Quit: Download Gaim: http://gaim.sourceforge.net/)
[14:32]
http://pastebin.ca/675834
::lol::
* dlacroix (~lacroix@89.108.131.70) has joined #linux
* ChanServ sets mode: +o dlacroix
* dlacroix is now known as lacroix_
type this -> ??
use javascript for that to openpop
:wq
type this
>> To write (save) to file and quit --> :wq
i told you right
* Routermen (~g3tv@budak.paling.hensem.dalam.dunia.nick.dia.routermen.com) Quit (Quit: changing servers)
ok
* Routermen (~g3tv@surau.com.my) has joined #linux
To write (save) to file --> :w
ask in web designing forums for your problem
ok
* Albatorsk (~per@ua-83-227-182-164.cust.bredbandsbolaget.se) Quit (Ping timeout)
* Albatorsk (~per@ua-83-227-182-164.cust.bredbandsbolaget.se) has joined #linux
* JulieAnn (Whimsy@lustfully.sensuo.us) has joined #linux
Of course you can redirect a browser. W browser reads a webpage, the webserver tells it to read "here" instead, and the browser is redirected.
that is url redirection technically not browsaer redirection
Yes, I know.
* abgdownload (~abgdownlo@126.102.48.60.wmu01-home.tm.net.my) Quit (Quit: )
* osko (~candra_pu@125.164.236.151) Quit (Quit: )
* Ekushey (~Russell@208.110.21.195) has joined #Linux
* _popeye_ (~rob@adsl-76-235-205-54.dsl.klmzmi.sbcglobal.net) has joined #linux
http://pastebin.ca/675832
* ChanServ sets mode: +o dlacroix
* dlacroix is now known as lacroix_
* Routermen (~g3tv@budak.paling.hensem.dalam.dunia.nick.dia.routermen.com) Quit (Quit: changing servers)
* Routermen (~g3tv@surau.com.my) has joined #linux
* Albatorsk (~per@ua-83-227-182-164.cust.bredbandsbolaget.se) Quit (Ping timeout)
* Albatorsk (~per@ua-83-227-182-164.cust.bredbandsbolaget.se) has joined #linux
* JulieAnn (Whimsy@lustfully.sensuo.us) has joined #linux
* abgdownload (~abgdownlo@126.102.48.60.wmu01-home.tm.net.my) Quit (Quit: )
* osko (~candra_pu@125.164.236.151) Quit (Quit: )
* Ekushey (~Russell@208.110.21.195) has joined #Linux
* _popeye_ (~rob@adsl-76-235-205-54.dsl.klmzmi.sbcglobal.net) has joined #linux
http://pastebin.ca/675832
Subscribe to:
Posts (Atom)