Install Pine di fedora core 5

Ngetes install pine lewat yum dan apt ndak berhasil2 juga akhirnya tanya paman google di beri lah infonya.
biar gak lupa aku aku tulis di blogs ajah ahh kali2 aja besok butuh lagii.
lebih jelas nya buka disini http://rpm.livna.org/rlowiki/
pine adalah email cleant di shell. jadi kita langsung bsia baca email meski hanya text mode saja.
sebelum bisa install pine kita update packages dulu dengan download paket add on nya
http://rpm.livna.org/livna-release-5.rpm
[root@lpds-125-163-0-1 ~]# wget http://rpm.livna.org/livna-release-5.rpm
–06:36:08–  http://rpm.livna.org/livna-release-5.rpm
Resolving rpm.livna.org… 193.28.235.40
Connecting to rpm.livna.org|193.28.235.40|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 8718 (8.5K) [application/x-rpm]
Saving to: `livna-release-5.rpm’
100%[=======================================>] 8,718       12.0K/s   in 0.7s
06:36:10 (12.0 KB/s) – `livna-release-5.rpm’ saved [8718/8718]
[root@lpds-125-163-0-1 ~]# rpm -ivh livna-release-5.rpm
warning: livna-release-5.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
Preparing…                ########################################### [100%]
1:livna-release          ########################################### [100%]
[root@lpds-125-163-0-1 ~]# yum update livna-release
Loading “installonlyn” plugin
Setting up Update Process
Setting up repositories
livna                                                                [1/4]
livna                     100% |=========================| 1.9 kB    00:00
core                                                                 [2/4]
updates                                                              [3/4]
extras                                                               [4/4]
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 134 kB    00:07
livna     : ################################################## 356/356
Added 356 new packages, deleted 0 old in 4.79 seconds
Could not find update match for livna-release
No Packages marked for Update/Obsoletion
[root@lpds-125-163-0-1 ~]# yum install pine
Loading “installonlyn” plugin
Setting up Install Process
Setting up repositories
livna                                                                [1/4]
core                                                                 [2/4]
updates                                                              [3/4]
extras                                                               [4/4]
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
–> Populating transaction set with selected packages. Please wait.
—> Downloading header for pine to pack into transaction set.
pine-4.64-5.lvn5.i386.rpm 100% |=========================|  10 kB    00:00
—> Package pine.i386 0:4.64-5.lvn5 set to be updated
–> Running transaction check
–> Processing Dependency: libc-client.so.2006 for package: pine
–> Restarting Dependency Resolution with new changes.
–> Populating transaction set with selected packages. Please wait.
—> Downloading header for libc-client2006 to pack into transaction set.
libc-client2006-2006g-2.f 100% |=========================| 9.8 kB    00:00
—> Package libc-client2006.i386 0:2006g-2.fc5 set to be updated
–> Running transaction check
Dependencies Resolved
=============================================================================
Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
pine                    i386       4.64-5.lvn5      livna             2.0 M
Installing for dependencies:
libc-client2006         i386       2006g-2.fc5      extras            662 k
Transaction Summary
=============================================================================
Install      2 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 2.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): pine-4.64-5.lvn5.i 100% |=========================| 2.0 MB    07:10
(2/2): libc-client2006-20 100% |=========================| 662 kB    01:15
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a109b1ec
Public key for pine-4.64-5.lvn5.i386.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
Importing GPG key 0xA109B1EC “Livna.org rpms <rpm-key@livna.org>”
Is this ok [y/N]: y
Key imported successfully
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: libc-client2006              ######################### [1/2]
Installing: pine                         ######################### [2/2]
Installed: pine.i386 0:4.64-5.lvn5
Dependency Installed: libc-client2006.i386 0:2006g-2.fc5
Complete!
[root@lpds-125-163-0-1 ~]# rpm -qa pine
pine-4.64-5.lvn5
[root@lpds-125-163-0-1 ~]#
============================================================
asik bisa juga deh install pine padahal aslinya gak bisa2 uy pake perintah yum install pine
payah dah.
thanks to google.com, http://rpm.livna.org/rlowiki/ dan http://www.washington.edu/pine/getpine/linux.html

Freebsd permit root login via ssh

mengizinkan root login via ssh, default dari system freebsd tidak mengizinkan root login via remotely. Hal ini dengan satu alasan yaitu keamanan dan ada beberapa bugs di openssh yang menjadikan di system freebsd defaultnya root tidak bisa remotely.
tetapi untuk memudahkan konfigurasi sering kita harus  meng enable kan root via remote(ssh) dengan melempar masalah security ini jauh2 dan  ke arah firewall saja. untuk bisa remote ssh via putty ke mesin maka yang harus kita rubah adalah di file
sshd_config        <<< letaknya ada di /etc/ssh/
coba cari permitrootlogin
sshd_config   <<< ini masi default belum bisa root via ssh
# Authentication:
#LoginGraceTime 2m
#PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6
sshd_config  <<< setelah dirubah supaya ssh with account root bisa dilakukan
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
setelah dirubah simpen dengan perintah esc lalu ketik :wq  lalu tekan enter
setelah itu kita reload configurasi sshd kita dengan perintah
lpds-125-163-ardan# /etc/rc.d/sshd reload
Reloading sshd config files.
lpds-125-163-ardan#
===============================================================
selesai sekarang kita coba remote system freebsd kita dengan putty menggunakan account root :P~
login as: root
Using keyboard-interactive authentication.
Password:
Last login: Mon Jun  4 06:16:20 2007 from 192.168.0.101
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
FreeBSD 6.2-RELEASE (SMP) #0: Fri Jan 12 11:05:30 UTC 2007
Welcome to FreeBSD!
Before seeking technical support, please use the following resources:
o  Security advisories and updated errata information for all releases are
at http://www.FreeBSD.org/releases/ – always consult the ERRATA section
for your release first as it’s updated frequently.
o  The Handbook and FAQ documents are at http://www.FreeBSD.org/ and,
along with the mailing lists, can be searched by going to
http://www.FreeBSD.org/search/.  If the doc distribution has
been installed, they’re also available formatted in /usr/share/doc.
If you still have a question or problem, please take the output of
`uname -a’, along with any relevant error messages, and email it
as a question to the questions@FreeBSD.org mailing list.  If you are
unfamiliar with FreeBSD’s directory layout, please refer to the hier(7)
manual page.  If you are not familiar with manual pages, type `man man’.
You may also use sysinstall(8) to re-enter the installation and
configuration utility.  Edit /etc/motd to change this login announcement.
lpds-125-163-ardan