Inspiration – Go Open Source

rainbow

Warning: include() [function.include]: URL file-access is disabled in the server configuration

If your PHP installation is secure and you try to include a file using an absolute path or a remote file then you will face this issue. For example … Read the rest of this entry »

local r00t exploit zeroday pada FreeBSD

Pada kesempatan kali ini saya akan menulis tentang exploit yang ditemukan pada sistim operasi FreeBSD baru-baru ini. Exploit ini adalah exploit lokal yang jika dijalankan akan mengakibatkan user biasa dapat mendapat akses sebagai root pada sistem.
berikut ini adalah laporan adanya local r00t exploit ini di sebuah archive milis http://seclists.org/fulldisclosure/2009/Nov/371 Read the rest of this entry »

SQUID | High-performance Proxy caching server

wawan bahtiar, System Administration
PT. Cakra Lintas Nusantara
sysadmin[at]cakralintas.net.id
Publish © 2005 Wawan Bahtiar a/n PT. Cakra Lintas Nusantara, Amacom Building, Jl. By Pass Ngurah Rai 274 Jimbaran, Bali Indonesia.
Diperbolehkan untuk diperbanyak, disebarluaskan dan atau perubahan pada dokumen ini, asal dengan menyertakan penulis dan konten hak milik. Read the rest of this entry »

FORCE_PKG_REGISTER

Output Error;

1
2
3
4
5
6
An older version of textproc/expat2 is already installed (expat-1.95.8_3)
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of textproc/expat2
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.

kemarin dapat masalah seperti diatas ketika mengistal smokeping di freebsd ,
via port’s sih
tapi kok ada pesen seperti diatas , binun juga
eh baca baca lagi ternyata sudah ada requierment yang sudah ada
dan si mesin menyarankan untuk meng unistall dan install lagi ,bete kan

tapi ,dari pada lakuiin hal diatas
lakuiin aja hal seperti ini

1
# make FORCE_PKG_REGISTER="YES" install clean

beres deh ,
Source : http://bagustyo.blogspot.com/2009/03/forcepkgregister.html

FreeBSD Fix Package

1
#pkgdb -F

Options;

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
   -h, --help                     Show this message
    -c, --collate=PKGNAME          Show files installed by the given packge
                                   that have been overwritten by other packages
    -f, --force                    Force;
                                   Specified with -u, update database
                                   regardless of timestamps
                                   Specified with -F, fix held packages too
    -F, --fix                      Fix the package database interactively
    -a, --auto                     Turn on automatic mode when -F is also specified
        --autofix                  Shorthand of --auto --fix (-aF)
    -i, --interactive              Turn on interactive mode
    -L, --fix-lost                 Check and restore lost dependencies
                                   against the ports tree
    -o, --origin=PKGNAME[=ORIGIN]  Look up or change the origin of the given
                                   package
    -O, --omit-check               Specified with -F, turn off checks
                                   dependencies against the ports tree. Useful
                                   if you need a speed-up
    -Q, --quiet                    Do not write anything to stdout;
                                   Specified twice, stderr neither
    -q, --noconfig                 Do not read pkgtools.conf
    -s, --substitute=/OLD/NEW/     Substitute all the dependencies recorded
                                   as OLD with NEW
    -u, --update                   Update the package database
    -v, --verbose                  Be verbose