Cara Mengatur Pendapatan Ala Herman

Melalui opini ini saya mencoba untuk berbagi ide untuk mengelola
pendapatan kita agar dapat dikelola dengan lebih terkontrol
pengalokasiannya sehingga tujuan untuk membangun kesejahteraan keluarga
dapat tercapai. Apalagi disaat ini, yang hampir 100% kebutuhan pokok
kita harganya mulai membumbung tinggi. Lalu Bagaimana cara yang baik
mengaturnya padahal pendapatan kita masih pas-pasan ?


1. Daftar Prioritas Pengeluaran Biaya Keluarga

Cobalah untuk selalu membuat daftar pengeluaran rutin pada setiap
bulannya, daftar tersebut di urutkan dari yang nilainya tetap sampai
pada yang nilainya tidak tetap. Paksakan diri kita untuk berdidiplin
mengikuti daftar tersebut. Tanpa adanya kedisiplinan maka sewaktu
pulang dari pasar Anda akan sadari bahwa ternyata cukup banyak yang
telah Anda beli namun sesungguhnya belum dibutuhkan saat itu.


2. Sisakan Dana Untuk Menabung Dan lindungilah Harta Anda

Bagaimana caranya jika pendapatan yang sudah pas-pasan ini masih harus
kita sisihkan untuk keperluan menabung ? jika pertanyaan itu yang
muncul maka masalahnya sekarang adalah begaimana cara kita untuk lebih
hemat lagi dalam mengatur pengeluaran. Semakin besar dana yang berhasil
Anda hemat dari sisi pengeluaran maka akan semakin besar pula dana yang
tersedia untuk keperluan Anda menabung. Selama pendapatan masih
paspasan,
Tengoklah kembali daftar prioritas pengeluaran yang telah Anda buat
tadi. Buatlah seleksi ulang sehingga yang tersisa hanya kebutuhan
penting yang tidak dapat Anda tawar-tawar lagi.
Jika diet ketat ini sudah berlaku, tanamkan pada diri Anda bahwa untuk
setiap keinginan, Anda terlebih dahulu harus membayarnya. Hal ini untuk
menghindari kita dari budaya berhutang yang pada akhirnya akan semakin
membelit pengeluaran Anda.
Selain dari menabung, masih ada lagi kebutuhan penting yang harus kita
keluarkan yaitu asuransi. Banyak sekali program perlindungan aset yang
ditawarkan oleh perusahaan.
Sekarang yang perlu dipertimbangkan adalah jenis produk yang ditawarkan
harus sesuai dengan kebutuhan anda dan juga pertimbangan bonafiditas
dari perusahaan tersebut. Ingat jangan menunggu sampai musibah
menghampiri Anda terlebih dahulu baru terfikirkan adanya peluang untuk
menghindari musibah itu.


3. Melihat kebelakang Dan Mengendalikan Diri Anda

Apa yang telah disusun bukanlah harga mati, lihat dan tinjau kembali
bersama pasangan Anda setelah satu bulan atau beberapa minggu untuk
mengetahui apakah semuanya telah berjalan sesuai dengan yang Anda
rencanakan. Lakukan komunikasi secara terbuka untuk membahas kondisi
keuangan keluarga Anda. Rencana sebagus apapun tidak akan berjalan
dengan baik tanpa dilandasi dengan kemauan yang keras juga kerja keras.
Dengan menjalani langkah-langkah di atas dengan sunguh-sunguh maka saya
yakin masa depan yang baik akan ada dalam genggaman Anda sekarang.

Opini ditulis oleh herman_ir

How to make and run Visual Basic programs from MS Excel or Word programs

Within Word or Excel there is a Visual Basic
Editor, together with tools, for writing Visual Basic programs and running
them. This brief note is aimed at showing how to get started and a little of
what is possible. It does not aspire to teach the ins and outs of how to
program in Visual Basic – there are plenty of books available on that.

The Visual Basic Editor is also present in MS
Access and Powerpoint.

Part A – getting started.

1. Start Excel.

2. On the task bar click Tools\Macro\Visual
Basic Editor. You will get the Visual Basic Editor containing a blank
worksheet.

3. On the task bar click on Insert\User Form.
You will get a form, called UserForm1, and a toolbox superimposed on the
worksheet. Drag the toolbox to one side.

4. Click on UserForm1 and drag the lower,
right hand corner to make the form larger.

5. In the toolbox click on the ‘ab’ icon (the
textbox icon) and then click on UserForm1 – a text box is dropped onto the
form, and its name is TextBox1. Move the textbox to the top left corner and
then drag the lower right corner to enlarge it.

6. In the toolbox click on the command button
icon (middle of the 2nd row) and then click on a free part of
UserForm1 – a command button is placed there, called CommandButton1.

7. Double click on the command button; you
will get a white form, or code window, with the following brace:

 

Private Sub CommandButton1_click()

 

End Sub

 

Between these two lines we write our program
code. As an example:

(a)

Private
Sub CommandButton1_click()

 

Line = Line + “Output is “

For j = 1 to 10

   Line = Line + Str(j)

Next j

TextBox1.Text = Line

 

End
Sub

(b)

Click on the taskbar Run\Run. The program runs and you get UserForm1
with the textbox and command button.

 

(c) Click the command button: the program executes and displays in the
textbox the expected

Output
is 1 2 3 4 5 6 7 8 9 10

 

(d) click the ‘x’ on the top right corner of
UserForm1 to stop the program.

Part B – running the ‘Make Values’ program.

1. Double click on the CommandButton1 to
bring up the code window. Delete the program we have just written in, but leave
the braces there. Paste in, or type in, the program ‘Make Values’ from the
Crypto Drop Box.

2. On the Task Bar click View\Project
Explorer and in the box that appears click on UserForm1 to get our form back.

3. On the Task Bar click on View\Properties
to get a small box called ‘Properties_TextBox1’. In this box

-
click ‘MultiLine’ and choose true

-
click Font and a small button will appear on the font line. Click this button
to get a dialogue box, in which choose Courier New and size 10.

4. Now click Run\Run to run the program and
click CommandButton1.

5. The program will create indices for each
of the three words STUBTOES, FOURDOOR and DUOAORBB. Then from the perm
5089721463 the values of the three words will be
calculated. Finally the program displays all this data as follows:

 

word(0) = STUBTOES

word(1) = FOURDOOR

word(2) = DUOAORBB

 

derived alpha=STUBOEFRDA

 

index(0)= 0 1 2 3 1 4 5 0

index(1)= 6 4 2 7 8 4 4 7

index(2)= 8 2 4 9 4 7 3 3

 

if perm = 5 0 8 9 7 2 1 4 6 3

 

value(0) = 50890725

value(1) = 17846774

value(2) = 68737499

Part C – running the ‘Make Perms’ program.

Proceed as described above.

The program will display all the perms for 5
digits. Perms for a different number of digits (say 8) can be displayed by
changing the 6th line in the program to

 

length = 8

 

To solve an addition cryptarithm this program
would be combined with the ‘Make Values’ program and the display section
adjusted to show the solution rather than all the perms.

Part D – conclusion.

I am indebted to photon for pointing out to
me that Word and Excel contain this hidden nugget of Visual basic.

This little introduction is to help you get
started. Computer solving programs, such as BION and I describe in our columns,
are just one type to work on. Equally rewarding are interactive programs that
take the labour out of pencil and paper work, and leave you to solve with your
own initiative rather than the computer’s muscle. photon is an arch-exponent of
this art.

Help is available from the Visual Basic Editor
taskbar, from the MS Visual Basic web site and from numerous manuals.

squid.conf

Squid_1

http_port 3128 8080
icp_port 3130

hierarchy_stoplist cgi-bin ? % = + asp jsp php exe  phtml xml jhtml cgi pl dll
acl QUERYWWN urlpath_regex -i swf\? jpg\? gif\? Compose\? ad\? html\? fpl\?
acl QUERY urlpath_regex cgi-bin \?
#no_cache allow QUERYWWN
no_cache deny QUERY
cache_mem 6 MB
cache_swap_low 75
cache_swap_high 95
maximum_object_size 128 MB
minimum_object_size 0 KB
maximum_object_size_in_memory 32 KB
ipcache_size 8192
ipcache_low 95
ipcache_high 99
fqdncache_size 8192
query_icmp on
redirect_program /usr/local/adzap/scripts/wrapzap
redirect_program /usr/local/squirm/bin/squirm

redirect_children 20
pipeline_prefetch on

cache_effective_user nobody
cache_effective_group nogroup

cache_replacement_policy heap LFUDA
memory_replacement_policy heap GDSF
forwarded_for off

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl purge method PURGE
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
acl yahoo urlpath_regex yahoo
acl trading urlpath_regex trading
acl detik urlpath_regex detik

acl WIFI src 10.10.20.0/255.255.255.0
acl WARNET src 192.168.10.0/255.255.255.0
acl as_iix dst_as 4434 4622 4761 4787 4795 4800 4821 4832 4833 4855 7713 9251 9326 9340 9341 9448 9462 9875 9905 10137 10217 10220 10530 11919 17440 17451 17658 17671 17727 17826 17885 17910 17922 17988 17996 18004 18052 18059 18153 18156 18189 18347 18364 18393 18394 23691


http_access allow manager
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow purge
http_access deny purge
#http_access allow https
http_access allow WIFI
http_access allow WARNET
http_access allow localhost
http_access deny all

icp_access allow WIFI
icp_access allow WARNET
icp_access deny all

always_direct allow yahoo
always_direct allow trading
always_direct allow detik
always_direct deny all

cache_dir diskd /cache1 4500 64 384 Q1=64 Q2=72
cache_dir diskd /cache2 4500 64 384 Q1=64 Q2=72
cache_dir diskd /cache3 4500 64 384 Q1=64 Q2=72
cache_dir diskd /cache4 4500 64 384 Q1=64 Q2=72
cache_dir diskd /cache5 4500 64 384 Q1=64 Q2=72
cache_dir diskd /cache6 4500 64 384 Q1=64 Q2=72

store_dir_select_algorithm least-load
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
pid_filename /var/log/squid/squid.pid
cache_store_log none

#########################################
########External Functions###############
#########################################
ftp_user squid@sarkem.net
ftp_passive on
ftp_sanitycheck on
dns_nameservers 202.155.0.10 202.155.0.15 202.155.0.20

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
half_closed_clients off

log_fqdn off
always_direct deny all
never_direct allow yahoo

refresh_pattern ^ftp:// 1440 20% 10080
refresh_pattern ^gopher:// 1440 0% 1440
refresh_pattern /cgi-bin/ 60 70% 120
refresh_pattern . 0 20% 4320

icp_hit_stale on
range_offset_limit 4096 KB
visible_hostname djakarta.javamedia.net.id
quick_abort_min 16 KB
quick_abort_max 128 KB
quick_abort_pct 85

#quick_abort_min 0
#quick_abort_max 0
#quick_abort_pct 98

dns_retransmit_interval 5 seconds
dns_timeout 5 minutes

negative_ttl 5 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
cache_mgr admin@sarkem.net
ie_refresh on

############################################
###########  DELAY POOLS  ##################
############################################
#This is the most important part for shaping incoming traffic with Squid
#For detailed description see squid.conf file or docs at http://www.squid-cache.org

#We don’t want to limit downloads on our local network.

###acl magic_words1 url_regex -i 192.168

#We want to limit downloads of these type of files
#Put this all in one line

acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov .cab .swf .rhz .dat .hlp

#We don’t block .html, .gif, .jpg and similar files, because they
#generally don’t consume much bandwidth

#We want to limit bandwidth during the day, and allow
#full bandwidth during the night
#Caution! with the acl below your downloads are likely to break
#at 23:59. Read the FAQ in this bandwidth if you want to avoid it.

#acl day time 09:00-23:59

#We have two different delay_pools
#View Squid documentation to get familiar
#with delay_pools and delay_class.

#delay_pools 2

###########################################
##########First delay pool#################
###########################################

#We don’t want to delay our local traffic.
#There are three pool classes; here we will deal only with the second.
#First delay class (1) of second type (2).

#delay_class 1 2

#-1/-1 mean that there are no limits.

###delay_parameters 1 -1/-1 -1/-1

#delay_parameters 1 1000/64000 #semua network mendapat bandwidth sama di pool no 1. Sebesar 1 kbytes/sec (8 kbits/sec), dengan burstable file 64 kb.
#delay_parameters 1 32000/32000 1000/64000 #squid akan memakai bandwidth maksimum (32000*8) 256kbits dari semua bandwidth.
##delay_parameters 1 32000/32000 8000/8000 1000/64000 #setiap network akan dipaksa maksimum sebesar (8000*8) 64 kbits/sec

#magic_words1: 192.168 we have set before

#delay_access 1 allow magic_words1
#delay_access 1 allow day
#delay_access 1 deny !day

##############################
incoming_icp_average 3
incoming_http_average 2
incoming_dns_average 3
min_icp_poll_cnt 8
min_dns_poll_cnt 6
min_http_poll_cnt 6
#############################

#######################################################################
#######################################################################
#################      Second delay pool.   ###########################
#######################################################################

#we want to delay downloading files mentioned in magic_words2.
#Second delay class (2) of second type (2).

#delay_class 2 2

#The numbers here are values in bytes;
#we must remember that Squid doesn’t consider start/stop bits
#5000/150000 are values for the whole network
#5000/120000 are values for the single IP
#after downloaded files exceed about 150000 bytes,
#(or even twice or three times as much)
#they will continue to download at about 5000 bytes/s

#delay_parameters 2 5000/150000 5000/120000

#We have set day to 09:00-23:59 before.

#delay_access 2 allow day
#delay_access 2 deny !day
#delay_access 2 allow magic_words2

###################################################
##########  Tuning Squid Cache ####################
###################################################
wais_relay_host localhost
wais_relay_port 8000

request_header_max_size 10 KB
#request_body_max_size 1 MB
request_body_max_size 0 MB

range_offset_limit 17 MB
#connect_timeout 120 seconds
connect_timeout 180 seconds

read_timeout 10 minutes
#siteselect_timeout 4 seconds
request_timeout 30 seconds
pconn_timeout 180 seconds
peer_connect_timeout 60 seconds
persistent_request_timeout 1 minute
client_lifetime 1000 minutes
half_closed_clients off
reload_into_ims on
acl iix dst 202.0.0.0/8 203.0.0.0/8 # by pass IIX
always_direct allow iix
always_direct deny all 
offline_mode on

http_port 80 202.155.2.153
acl port80 port 80
http_access allow port80
always_direct allow all

shutdown_lifetime 10 seconds
memory_pools off

#acl blocksites dstdomain sex.com
#acl blocksites dstdomain .lalatx.com
#acl blocksites dstdomain .uh-oh.com
#acl blocksites dstdomain .playboy.com
#http_access deny blocksites

#acl blockdomains dstdomain "/etc/squid/blacklist/antidomain"
#http_access deny blockdomains
#acl deniedsites url_regex "/etc/squid/blacklist/antiurl"
#http_access deny deniedsites

pentaval.init

#!/bin/bash
# PENTAVAL

PATH=/usr/bin:/bin:/bin:/usr/bin
export PATH

# Source function library.
. /etc/rc.d/init.d/functions

# Source networking configuration.
. /etc/sysconfig/network

# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 0

# check if the pentaval conf file is present
[ -f /etc/pentaval.conf ] || exit 0

pentavalt=/bin/pentavalt
pentavald=/bin/pentavald
pentavalm=/bin/pentavalm
prog="pentaval"

RETVAL=0

start() {
    echo -n $"Starting $prog: "
    $pentavalt -a -d pentaval0 -f /etc/pentaval.conf
    RETVAL=$?
#    [ $RETVAL -eq 0 ] && echo_success
#    [ $RETVAL -ne 0 ] && echo_failure
    echo
    return $RETVAL
}

stop() {
    echo -n  $"Stopping $prog: "
    $pentavalt -q
    RETVAL=$?
#    [ $RETVAL -eq 0 ] && echo_success
#    [ $RETVAL -ne 0 ] && echo_failure
    echo
    return $RETVAL
}   

restart() {
    stop
    start
}

# See how we were called.
case "$1" in
  start)
    start
    ;;
  stop)
    stop
    ;;
  restart)
    stop
    start
    ;;
  *)
    echo $"salah mas"
    echo $"Pakai ini mas: $prog {start|stop|restart}"
    exit 1
esac

exit $RETVAL

/etc/pentaval.conf (Agila2)

[Transponder]
SatName=Agila2
Name=Trans1
Frequency=3680.000000
Symbol rate=26.6666
Polar=VER
;Polar=HOR
;Band=KU
Band=C
22Khz=Off
;22Khz=On
LnbPower=On
Viterbi=3/4
;Aviterbi lists -> 1/2, 2/3, 3/4, 5/6, 7/8, Auto
LnbType=Universal
;LNB type lists ->  None, 9300, 9750, 10000, 10600, 10750, 11300, Universal
DISEqC=None
;DISEqC lists -> None, Port1, Port2 ~ Port16
Count=1
PID0=585
;PID0=516
;PID0=567
;PID1=512
;PID2=5085
;PID3=5086
;PID4=5087
;PID5=5088
;PID6=5089
;PID7=5090
AutoPID=Off
;AutoPID=On
CrcChecksum=Off
;CrcChecksum=On

[Option]
SIP Count=0
;SIP0=4.5.6.7
;SIP1=1.2.3.4
;SIP2=0.0.0.0
;VMAC0=00:30:1D:00:41:B2
;VMAC0=00:D0:C1:01:12:57
;VMAC0=0
;VMAC1=0
[End]

/usr/local/bin/aba2030/bin/current_0 JCSAT3 HPT

[TUNER_SECTION]
LNB_FREQUENCY_HIGH=50000000
LNB_FREQUENCY_LOW=5150000
TUNER_FREQUENCY=1096500
SYMBOL_RATE=6438
TUNE_TO_FREQUENCY=1
SATELLITE_FREQUENCY=4055100
_22KHZ_SWITCH=0
POLARIZATION=1
LNB_TYPE=1

[PID_SECTION]
MPE_PID1=2064
MPE_PID2=0xFFFF
MPE_PID3=0xFFFF
MPE_PID4=0xFFFF
MPE_PID5=0xFFFF
MPE_PID6=0xFFFF
MPE_PID7=0xFFFF
MPE_PID8=0xFFFF

[DEBUG_SECTION]
NDVBS_DEBUG_LEVEL=1
ERROR_LOG_LEVEL=1
DEBUG_LEVEL=1
LOG_FILE=0

[CONFIGURATION_SECTION]
CRC_ENABLED=0
CHECKSUM_ENABLED=0
NET_MASK=255.255.255.0
HW_ADDRESS=
IP_ADDRESS=10.2.0.1

[MISCELLANEOUS_SECTION]
DMA_RING_SIZE=125952
OS_LINK=0
TIMER=10
CUSTOMER_ID=0
MAXIMUM_MULTICAST_LIST=32
SS_LOWER_LIMIT=22
SS_UPPER_LIMIT=88
POLL_TIMER=15
TIMER_UNIT=25
IPC_SENDBUF_SIZE=4096
IPC_RECVBUF_SIZE=4096
GB_FLUSH_TIME=5
NO_OF_CHANNELS=8
LATENCY_TIMER=32
CACHE_LINE_SIZE=32
NO_OF_PACKETS=100
XLT_FLAG=0
MEM_POLICY=0
MEM_START=60
RAW_TS_MODE=1
RETAIN_BCAST=0

[IP_DECRYPT_SECTION]
IPDECRYPT_FLAG=0

/usr/local/bin/aba2030/bin/current_0 Agila2 HPT

[TUNER_SECTION]
LNB_FREQUENCY_HIGH=50000000
LNB_FREQUENCY_LOW=5150000
TUNER_FREQUENCY=1470000
SYMBOL_RATE=26666
TUNE_TO_FREQUENCY=1
SATELLITE_FREQUENCY=3680000
_22KHZ_SWITCH=0
POLARISATION=0
LNB_TYPE=1

[PID_SECTION]
MPE_PID1=585,3,0000000000000000,0000000000000000
MPE_PID2=0xFFFF,0,0000000000000000,0000000000000000
MPE_PID3=0xFFFF,0,0000000000000000,0000000000000000
MPE_PID4=0xFFFF,0,0000000000000000,0000000000000000
MPE_PID5=0xFFFF,0,0000000000000000,0000000000000000
MPE_PID6=0xFFFF,0,0000000000000000,0000000000000000
MPE_PID7=0xFFFF,0,0000000000000000,0000000000000000
MPE_PID8=0xFFFF,0,0000000000000000,0000000000000000

[DEBUG_SECTION]
NDVBS_DEBUG_LEVEL=1
ERROR_LOG_LEVEL=1
DEBUG_LEVEL=1
LOG_FILE=0

[CONFIGURATION_SECTION]
CRC_ENABLED=0
CHECKSUM_ENABLED=0
NET_MASK=255.255.255.0
HW_ADDRESS=
IP_ADDRESS=10.2.0.1

[MISCELLANEOUS_SECTION]
DMA_RING_SIZE=125952
OS_LINK=0
TIMER=10
CUSTOMER_ID=0
MAXIMUM_MULTICAST_LIST=32
SS_LOWER_LIMIT=22
SS_UPPER_LIMIT=88
POLL_TIMER=15
TIMER_UNIT=25
IPC_SENDBUF_SIZE=4096
IPC_RECVBUF_SIZE=4096
GB_FLUSH_TIME=5
NO_OF_CHANNELS=8
LATENCY_TIMER=32
CACHE_LINE_SIZE=32
NO_OF_PACKETS=100
XLT_FLAG=0
MEM_POLICY=0
MEM_START=60
RAW_TS_MODE=1
FIXED_KEY_SIZE=48

[IP_DECRYPT_SECTION]
IPDECRYPT_FLAG=0

/usr/local/bin/aba2030/bin/current_0 Agila2 OCH

[TUNER_SECTION]
LNB_FREQUENCY_HIGH=50000000
LNB_FREQUENCY_LOW=5150000
TUNER_FREQUENCY=1096500
SYMBOL_RATE=12401
TUNE_TO_FREQUENCY=1
SATELLITE_FREQUENCY=3970000
_22KHZ_SWITCH=0
POLARIZATION=0
LNB_TYPE=1

[PID_SECTION]
MPE_PID1=1000
MPE_PID2=0xFFFF
MPE_PID3=0xFFFF
MPE_PID4=0xFFFF
MPE_PID5=0xFFFF
MPE_PID6=0xFFFF
MPE_PID7=0xFFFF
MPE_PID8=0xFFFF

[DEBUG_SECTION]
NDVBS_DEBUG_LEVEL=1
ERROR_LOG_LEVEL=1
DEBUG_LEVEL=1
LOG_FILE=0

[CONFIGURATION_SECTION]
CRC_ENABLED=0
CHECKSUM_ENABLED=0
NET_MASK=255.255.255.0
HW_ADDRESS=00:30:6a:80:6a:5a
IP_ADDRESS=10.2.0.1

[MISCELLANEOUS_SECTION]
DMA_RING_SIZE=125952
OS_LINK=0
TIMER=10
CUSTOMER_ID=0
MAXIMUM_MULTICAST_LIST=32
SS_LOWER_LIMIT=22
SS_UPPER_LIMIT=88
POLL_TIMER=15
TIMER_UNIT=25
IPC_SENDBUF_SIZE=4096
IPC_RECVBUF_SIZE=4096
GB_FLUSH_TIME=5
NO_OF_CHANNELS=8
LATENCY_TIMER=32
CACHE_LINE_SIZE=32
NO_OF_PACKETS=100
XLT_FLAG=0
MEM_POLICY=0
MEM_START=60
RAW_TS_MODE=1
RETAIN_BCAST=0

[IP_DECRYPT_SECTION]
IPDECRYPT_FLAG=0

~
~

Manajemen Waktu Bagi Orang Sukses

Anda yang ingin sukses, ikuti tips manajemen waktu orang-orang sukses berikut ini:

* Tetapkan tujuan dan cita-cita hidup Anda Tanyakan pada diri sendiri, `Untuk apa saya hidup?' `Apa yang saya inginkan?','Apa yang harus saya lakukan?'. Lalu tulis semua jawaban Anda dalam sebuah buku. Ingat, tetapkan tujuan dan cita-cita yang realistis dan terukur dalam arti sesuai dengan kemampuan Anda. Karena orang-orang yang sukses dan bahagia adalah orang-orang yang mengetahui tujuan hidup dan menyadari kemampuannya. 

* Lakukan perencanaan Luangkan waktu Anda untuk membuat perencanaan hidup Anda. Tetapkan rencana apa saja yang akan Anda lakukan untuk mencapai tujuan dan cita-cita hidup Anda. Buat rencana secara cermat. Misalnya rencana untuk menyusun proposal, mengadakan presentasi, menemui klien, memulai bisnis baru, dll. 

* Tetapkan skala prioritasSetelah membuat perencanaan, buatlah daftar hal-hal yang harus Anda capai dalam waktu dekat. Misalnya, apa yang harus Anda raih dalam minggu depan, bulan depan, tahun depan, dan seterusnya. Contohnya minggu depan Anda harus sudah bisa `menggolkan' tender, bulan depan Anda sudah menjalankan proyek penting, tahun depan Anda sudah bisa menikmati hasil kerja Anda, dsb. 

* Batasi rencana Anda Terlalu banyak rencana juga bukanlah hal yang baik jika Anda sadar tidak mungkin mengerjakan semuanya. Rencana yang terlalu banyak hanya akan membuat Anda stres. Bahkan jika Anda gagal mencapainya Anda bisa frustasi. Buatlah rencana yang Anda yakin dapat menyelesaikannya. 

* Luangkan waktuWalau Anda sudah memiliki sejumlah rencana yang akan segera Anda kerjakan, jangan lupa luangkan waktu Anda untuk melakukan hal-hal yang menyenangkan bagi Anda pribadi. Misalnya tidur/beristirahat, melakukan hobi, berkumpul dengan keluarga dan sahabat, berolahraga, belanja, dan bermain internet. Tetapi jangan sampai kesenangan itu menyita waktu Anda sehingga mengesampingkan hal-hal yang lebih penting. 

Dengan demikian waktu Anda yang berharga akan lebih efektif bukan? Jika Anda sudah mempraktekkan manajemen waktu ini dengan benar, semoga kesuksesan akan segera Anda raih. Selamat mencoba.! 

Kiat Manajemen Waktu

Bagi siapapun, melakukan
manajemen waktu secara bijak amat penting. Bila Anda melewatkan janji
penting dan tenggat waktu, tak ayal ini bakal mengganggu alur karir dan
kehidupan sosial Anda. Buntutnya, timbul rasa bersalah, frustrasi, dan
perasaan buruk lain. Berikut tips manajemen waktu yang tepat dari
George Mason University.

1. Lakukan survai waktu pribadi.

Untuk mulai mengatur waktu, Anda harus tahu pasti bagaimana Anda
menggunakan waktu. Survai waktu akan membantu Anda memperkirakan berapa
banyak waktu yang telah Anda habiskan dalam aktivitas tertentu. Untuk
memperoleh perkiraan akurat, Anda dapat melihat waktu yang telah
dihabiskan selama satu minggu.

2. Perhatikan jadwal harian.
Ada beragam jadwal waktu yang sesuai dengan kepribadian Anda. Begitu
Anda memutuskan satu gaya tertentu, langkah berikut adalah
membentuknya. Yang paling baik sisakan sedikit waktu untuk istirahat
pada tiap jam, sedangkan setengah jam lainnya disiapkan untuk jadwal
yang benar-benar padat.

3. Jangan menjadi perfeksionis.

Berusahalah agar menjadi orang sempurna yang siap menghadapi kekalahan.
Tidak ada orang yang sempurna. Anda butuh tujuan yang dapat dicapai
dengan kemampuan yang ada. Tugas-tugas sulit biasanya berakhir dengan
penolakan dan penundaan.

4. Belajarlah berkata tidak.
Misalnya, teman dekat Anda mengajak jalan-jalan. Sebenarnya, Anda tidak
tertarik. Tapi, Anda tidak sampai hati mengecewakan orang. Berkata
tidak dengan sopan selayaknya menjadi kebiasaan.

5. Belajar menentukan prioritas.
Sangat penting melakukan prioritas pada tanggung jawab dan kesepakatan
yang telah dicapai. Orang-orang yang tidak tahu bagaimana melakukan
prioritas bakal menjadi orang yang gemar menunda-nunda pekerjaan.

6. Gabungkan sejumlah aktivitas.
Bila memungkinkan, gabungkan sejumlah aktivitas dalam satu waktu.
Ketika dalam perjalanan, baca catatan-catatan penting. Banyak cara
untuk memadukan aktivitas, tapi yang penting adalah berusaha agar
selalu kreatif.

7. Adaptasi diri.
Setelah penjadwalan sukses dilakukan, maka tinggal Anda berusaha keras
untuk menyesuaikan diri. Namun, yang paling penting adalah bagaimana
agar upaya ini dapat berhasil untuk Anda. Jadwal waktu yang tidak jujur
dan jadwal kegiatan pribadi bukan jadwal waktu yang tepat.

Next Page »