login as: yusuf
   yusuf@yusufhadiwinata.com's password:
                _______                     _______  ______  ______ 
               |       |.-----.-----.-----.|       ||    __||      | 
               |   -   ||  _  |  -__|     ||   :--- |__    :|   |  | 
               |_______||   __|_____|__|__||_______|:______:|______| 
               F R E E  |__| F U N C T I O N A L   &   S E C U R E 

          OpenBSD 4.5 (COSTUM_KERNEL) #1021: Tue Sep 17 17:16:55 MDT 2009 
     Welcome to OpenBSD: The proactively secure Unix-like operating system blog.

Linux Kernel Hacking and Optimize

| September 2nd, 2010
#swapnpiness makin kecil makin di matiin swap
vm.swappiness=50
vm.overcommit_memory=2
vm.overcommit_ratio=80
 more »

securelevel openbsd

| May 21st, 2010
  • securelevel -1 : There’s no additional kernel security and many of the normal security features, such as permissions, are functional. Use this level for machines not in production use.
  • securelevel 0 : When OpenBSD first boots up securelevel 0 is used. If this level is set in your rc.securelevel file securelevel 1 will actually be used when the boot process is finished. There are no added features of securelevel 0. more »

Install CVSUP paketnya dl

# pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.7/packages/i386/cvsup-16.1hp2-no_x11.tgz
  • step 1. Membuat CVSUP Configuration File
  • step 2. Run cvsup with the configuration file
  • step 3. Rebuild and install your kernel
  • step 4. Rebuild and install your system more »

Kernel OBSD dan standar config kernel lainya cukup “gemuk” dan banyak makan resource jadi di butuhkan untuk mendietkan config kernel tersebut dan mengcompile ulang

berikut langkah2nya : more »

openbsd.biz.net.id
Location: Jakarta, Indonesia - BizNetwork.Com
Maintained by Yudhi Prasetyo <yudhi_prasetyo@biznetnetworks.com.>
Mirror Type : FTP (can be access via http://openbsd.biz.net.id, updated daily)
Mirror Type : CVSUP (update every 15 minutes from cvsup.jp.OpenBSD.org)
 more »

Securing CPanel

| May 12th, 2010

Berikut langkah – langkah yang dapat di gunakan untuk Mengamankan Server Cpanel dari RFI SQLI, Blind SQLI, Brute Froce, SYnc FLood, ICMP Flood, DDOS, XMAS Scanning, dll

more »

ACL Description

| May 12th, 2010
             ACL Entry                         Description
    ___________________________________________________________________
    u[ser]::perms                 File owner permissions.
    g[roup]::perms                File group owner permissions.
    o[ther]:perms                 Permissions for users other than  the
                                  file  owner  or members of file group
                                  owner. more »

Install RHEV-Manager

| May 12th, 2010

Instalasi RHEV manager di windows 2003 server

Requipment Software:
1. Windows 2003 Server SP1
2. Internet Information Service (IIS)
3. ASP.NET
4. Powershell
5. .NET SP1, .NET 2.0, .NET 3.5 SP1
6. Windows Active Directory
 more »

BGP di Juniper, Gimana sih?

| April 28th, 2010

Enabling BGP Routing

host1(config)#router bgp 100


Understanding BGP Command Scope

more »

BGP dengan quangga/ zebra

| April 28th, 2010

/etc/quagga/zebra.conf

  hostname jandakot
  ! define password for bgpd daemon (for connecting to daemon via telnet)
  password insertpasswordhere
  ! define enable password for bgpd daemon (for connecting to daemon via telnet)
  enable password insertpasswordhere
  !
  ! list interfaces
  interface eth1
  interface vlan0
  interface vlan1
  interface lo
  !
  ! null route to consolidate all subnets in this /24
  ip route 10.60.86.0/24 Null0 255
  !
  line vty

 more »