Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-22-2013, 05:07 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Operating system › BSD v
« Previous 1 2

ports di freebsd dg csup

Home General Computer Multimedia Business Lounge

Pages (2): 1 2 Next »
Post Reply 
Tweet
Threaded Mode | Linear Mode
ports di freebsd dg csup
05-13-2011, 12:56 AM
Post: #1
mywisdom Offline
Administrator
*******
Administrators
Posts: 921
Joined: Dec 2009
Reputation: 44
ports di freebsd dg csup
[Image: port.jpg]

dengan adanya /usr/ports maka akan mempermudah instalasi berbagai program yg diperlukan di freebsd, di freebsd 8.2 utk mempersiapkan /usr/ports adanya csup :

mywisdom# csup
Usage: csup [options] supfile
Options:
-1 Don't retry automatically on failure (same as "-r 0")
-4 Force usage of IPv4 addresses
-6 Force usage of IPv6 addresses
-A addr Bind local socket to a specific address
-b base Override supfile's "base" directory
-c collDir Subdirectory of "base" for collections (default "sup")
-d delLimit Allow at most "delLimit" file deletions (default unlimited)
-h host Override supfile's "host" name
-i pattern Include only files/directories matching pattern.
May be repeated for an OR operation. Default is
to include each entire collection.
-k Keep bad temporary files when fixups are required
-l lockfile Lock file during update; fail if already locked
-L n Verbosity level (0..2, default 1)
-p port Alternate server port (default 5999)
-r n Maximum retries on transient errors (default unlimited)
-s Don't stat client files; trust the checkouts file
-v Print version and exit
-z Enable compression for all collections
-Z Disable compression for all collections
mywisdom#


berikut ini daftar 2 port dari sample file cvsup (dulu persiapan port dg cvsup sekarang pake csup):

-----------
mywisdom# cat /usr/share/examples/cvsup/ports-supfile
# $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.38.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current ports collection.
#
# CVSup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
# and efficiently (far more so than with sup, which CVSup is aimed
# at replacing). If you're running CVSup interactively, and are
# currently using an X display server, you should run CVSup as follows
# to keep your CVS tree up-to-date:
#
# cvsup ports-supfile
#
# If not running X, or invoking cvsup from a non-interactive script, then
# run it as follows:
#
# cvsup -g -L 2 ports-supfile
#
# You may wish to change some of the settings in this file to better
# suit your system:
#
# host=CHANGE_THIS.FreeBSD.org
# This specifies the server host which will supply the
# file updates. You must change it to one of the CVSup
# mirror sites listed in the FreeBSD Handbook at
# http://www.freebsd.org/doc/handbook/mirrors.html.
# You can override this setting on the command line
# with cvsup's "-h host" option.
#
# base=/var/db
# This specifies the root where CVSup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
# command line with cvsup's "-b base" option. This directory
# must exist in order to run CVSup.
#
# prefix=/usr
# This specifies where to place the requested files. A
# setting of "/usr" will place all of the files requested
# in "/usr/ports" (e.g., "/usr/ports/devel", "/usr/ports/lang").
# The prefix directory must exist in order to run CVSup.

# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

# If you seem to be limited by CPU rather than network or disk bandwidth, try
# commenting out the following line. (Normally, today's CPUs are fast enough
# that you want to run compression.)
*default compress

## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection. It includes all of the individual "ports-*"
# collections,
ports-all

# These are the individual collections that make up "ports-all". If you
# use these, be sure to comment out "ports-all" above.
#
# Be sure to ALWAYS cvsup the ports-base collection if you use any of the
# other individual collections below. ports-base is a mandatory collection
# for the ports collection, and your ports may not build correctly if it
# is not kept up to date.
#ports-base
#ports-accessibility
#ports-arabic
#ports-archivers
#ports-astro
#ports-audio
#ports-benchmarks
#ports-biology
#ports-cad
#ports-chinese
#ports-comms
#ports-converters
#ports-databases
#ports-deskutils
#ports-devel
#ports-dns
#ports-editors
#ports-emulators
#ports-finance
#ports-french
#ports-ftp
#ports-games
#ports-german
#ports-graphics
#ports-hebrew
#ports-hungarian
#ports-irc
#ports-japanese
#ports-java
#ports-korean
#ports-lang
#ports-mail
#ports-math
#ports-mbone
#ports-misc
#ports-multimedia
#ports-net
#ports-net-im
#ports-net-mgmt
#ports-net-p2p
#ports-news
#ports-palm
#ports-polish
#ports-ports-mgmt
#ports-portuguese
#ports-print
#ports-russian
#ports-science
#ports-security
#ports-shells
#ports-sysutils
#ports-textproc
#ports-ukrainian
#ports-vietnamese
#ports-www
#ports-x11
#ports-x11-clocks
#ports-x11-drivers
#ports-x11-fm
#ports-x11-fonts
#ports-x11-servers
#ports-x11-themes
#ports-x11-toolkits
#ports-x11-wm
mywisdom#
---------------


kopikan ke root:

cp /usr/share/examples/cvsup/ports-supfile /root/ports-supfile



lalu gunakan csup misal pake server malaysia (cvsup.free.MyBSD.org.my):

csup -h cvsup.free.MyBSD.org.my /root/ports-supfile
Find all posts by this user
Quote this message in a reply
 Reputed by :  kebijaksanaanku(+1)
05-13-2011, 01:05 AM
Post: #2
kebijaksanaanku Offline
./Devilz Officer
Posts: 57
Joined: Jan 2011
Reputation: 2
RE: ports di freebsd dg csup
aseeeeek BSD lagi dari kembaran ane mantap
Find all posts by this user
Quote this message in a reply
05-13-2011, 01:08 AM
Post: #3
chaer.newbie Offline
--------------------------
*****
Dewa
Posts: 5,272
Joined: Dec 2009
Reputation: 184
RE: ports di freebsd dg csup
gw malah buat portnya ga gw install dom. kwkwkwkwww
Find all posts by this user
Quote this message in a reply
05-13-2011, 01:24 AM
Post: #4
eidelweiss Offline
Devilzc0der
*****
DC Security Grup
Posts: 1,535
Joined: Mar 2010
Reputation: 69
RE: ports di freebsd dg csup
(05-13-2011 01:08 AM)chaer.newbie Wrote:  gw malah buat portnya ga gw install dom. kwkwkwkwww

ea..

pan bukan nya klw ndak salah default configuration nya udah di setting tuh masalah pembagian jatah port

kecuali mau menambahkan spesial or port tertentu boleh di config sendiri..

1+1 = 2 (hm.. ini program KB klw tokcer or KUNAP bisa lebih dari 2 hasil nya)

ngakak ngakak
Visit this user's website Find all posts by this user
Quote this message in a reply
05-13-2011, 01:28 AM (This post was last modified: 05-13-2011 01:28 AM by chaer.newbie.)
Post: #5
chaer.newbie Offline
--------------------------
*****
Dewa
Posts: 5,272
Joined: Dec 2009
Reputation: 184
RE: ports di freebsd dg csup
(05-13-2011 01:24 AM)eidelweiss Wrote:  
(05-13-2011 01:08 AM)chaer.newbie Wrote:  gw malah buat portnya ga gw install dom. kwkwkwkwww

ea..

pan bukan nya klw ndak salah default configuration nya udah di setting tuh masalah pembagian jatah port

kecuali mau menambahkan spesial or port tertentu boleh di config sendiri..

1+1 = 2 (hm.. ini program KB klw tokcer or KUNAP bisa lebih dari 2 hasil nya)

ngakak ngakak

gw pakenya custom suram

biar kenceng ini serper gw install seperlunya piss
Find all posts by this user
Quote this message in a reply
05-13-2011, 01:29 AM
Post: #6
eidelweiss Offline
Devilzc0der
*****
DC Security Grup
Posts: 1,535
Joined: Mar 2010
Reputation: 69
RE: ports di freebsd dg csup
(05-13-2011 01:28 AM)chaer.newbie Wrote:  
(05-13-2011 01:24 AM)eidelweiss Wrote:  
(05-13-2011 01:08 AM)chaer.newbie Wrote:  gw malah buat portnya ga gw install dom. kwkwkwkwww

ea..

pan bukan nya klw ndak salah default configuration nya udah di setting tuh masalah pembagian jatah port

kecuali mau menambahkan spesial or port tertentu boleh di config sendiri..

1+1 = 2 (hm.. ini program KB klw tokcer or KUNAP bisa lebih dari 2 hasil nya)

ngakak ngakak

gw pakenya custom suram

biar kenceng ini serper gw install seperlunya piss

gak ada yg nanya ngakak ngakak piss piss :P
Visit this user's website Find all posts by this user
Quote this message in a reply
05-13-2011, 01:30 AM
Post: #7
chaer.newbie Offline
--------------------------
*****
Dewa
Posts: 5,272
Joined: Dec 2009
Reputation: 184
RE: ports di freebsd dg csup
(05-13-2011 01:29 AM)eidelweiss Wrote:  
(05-13-2011 01:28 AM)chaer.newbie Wrote:  
(05-13-2011 01:24 AM)eidelweiss Wrote:  
(05-13-2011 01:08 AM)chaer.newbie Wrote:  gw malah buat portnya ga gw install dom. kwkwkwkwww

ea..

pan bukan nya klw ndak salah default configuration nya udah di setting tuh masalah pembagian jatah port

kecuali mau menambahkan spesial or port tertentu boleh di config sendiri..

1+1 = 2 (hm.. ini program KB klw tokcer or KUNAP bisa lebih dari 2 hasil nya)

ngakak ngakak

gw pakenya custom suram

biar kenceng ini serper gw install seperlunya piss

gak ada yg nanya ngakak ngakak piss piss :P

walah baru gw mau curhat sekalian..wkkkwkkw
Find all posts by this user
Quote this message in a reply
05-13-2011, 01:39 AM
Post: #8
mywisdom Offline
Administrator
*******
Administrators
Posts: 921
Joined: Dec 2009
Reputation: 44
RE: ports di freebsd dg csup
wis ora usah pusing2 rm -rf ja boxnya chaer
Find all posts by this user
Quote this message in a reply
05-13-2011, 05:52 AM
Post: #9
cbrnewbie Offline
./Devilz Advisor
Posts: 625
Joined: Jan 2011
Reputation: 19
RE: ports di freebsd dg csup
ora mudeng,..
Visit this user's website Find all posts by this user
Quote this message in a reply
05-13-2011, 11:02 AM
Post: #10
note Offline
DC Security terganteng
*****
DC Security Grup
Posts: 1,279
Joined: Feb 2010
Reputation: 13
RE: ports di freebsd dg csup
(05-13-2011 01:39 AM)mywisdom Wrote:  wis ora usah pusing2 rm -rf ja boxnya chaer

setuju dom hahhahaaaaaa
smangatsmangatsmangat
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  install webmin on freebsd chaer.newbie 10 1,120 02-27-2013 10:42 PM
Last Post: iblizkecil
  [Ask] (ASK) koneksi freebsd di virtualbox genbu 9 1,401 02-08-2013 12:01 AM
Last Post: go.id
  FreeBSD: Limiting closed port RST response chaer.newbie 13 309 11-12-2012 08:56 AM
Last Post: hackaday
  configurasi Squid di FreeBSD chaer.newbie 14 3,103 08-11-2012 08:46 PM
Last Post: devilzFrozen
  [Ask] Tool remastering freeBSD Neo 0 215 07-12-2012 12:09 AM
Last Post: Neo
  [Tutor] Mouse n Keyboard no respon dalam Desktop Environment. FreeBSD 9 Meonkzt 4 316 05-21-2012 01:21 PM
Last Post: beg3nk newb1e
  FreeBSD Kernel Game - Part 1 darkdante 3 373 01-17-2012 05:50 PM
Last Post: wahyu_devilzc0de™
  transparent proxy on FreeBSD chaer.newbie 16 1,743 01-09-2012 02:50 PM
Last Post: chaer.newbie
  FreeBSD KLD ev1lut10n 3 481 01-03-2012 06:18 PM
Last Post: mr_nothing
  [Ask] tentang zero hit penalty (ZPH) di freeBSD + squid gadis 25 3,858 10-16-2011 09:32 PM
Last Post: gadis

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-22-2013, 05:07 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE