Archive

Archive for October 23rd, 2008

be positive

October 23rd, 2008 Administrator No comments

be positive…
apa yg terjadi selama ini, be positive ajah deh….
gak tahu mo nulis apa
yg pasti harus menenangkan kepala…
harga diri is harga diri, dan itu harga mati bagi seorang IT
tapi harus tetap postive
apapun yg terjadi, Alloh Tidak Tidur…..
biarlah balasan itu datangnya dari Alloh…..

so be positive dan semangaat

Read original post at http://feeds.feedburner.com/~r/bundaAysar/~3/429358861/be-positive.html

Categories: Alumnus Blog Tags:

you have talent

October 23rd, 2008 Administrator No comments

MMS dari Lia kemarin malam
*) note: gambarnya aku retouch sedikit pake GIMP ma Picassa 3
Posted in karsa, rasa, dan cipta      

Read original post at http://devie.wordpress.com/2008/10/23/you-have-talent/

Categories: Alumnus Blog Tags:

Mount NTFS and FAT32 Drive Manually

October 23rd, 2008 Administrator No comments

Mount digunakan untuk membaca hardisk ato media pada linux,adapun caranya adalah sebagai berikut :
1. Bikin folder dulu untuk tempat mount hardisk tersebut
Misal kita mau naruh data yang kita mount di “DiskMount” –> taruh di media

mkdir /media/DiskMount

2. Kita harus mengetahui type dari partisi hardisk tersebut dengan cara :

fdisk -l /dev/hda –>untuk hardisk ATA, hda –> dia 1
fdisk -l /dev/hdb –>untuk hardisk ATA, hda –> dia 2

fdisk -l /dev/sda –>untuk hardisk SATA, hda –> dia 1
fdisk -l /dev/sdb –>untuk hardisk SATA, hda –> dia 2

hda,hdb,hd…… –>tergantung ada berapa hardisk di pc kita

3. Setelah itu ketik command ini

mount -t vfat –o umask=000 /dev/hdb1 /media/DiskMount

–> untuk meng mount partition1 pada hardis ATA dengan type FAT

——————————————————————

mount -t ntfs –o umask=000 /dev/hdb1 /media/DiskMount

–> untuk meng mount partition1 pada hardis ATA dengan type NTFS

Untuk mengunmount tinggal tuliskan command ini

umount /media/DiskMount

CMIWW,…… keeps it

Read original post at http://www.sarunkgenk.com/2008/10/23/mount-ntfs-and-fat32-drive-manually/

Categories: Alumnus Blog Tags:

File Permissions di Linux

October 23rd, 2008 Administrator No comments

–>> fungsi dari permission ini adalah untuk memberi hak akses pada pengguna apa dia hanya bisa membaca (read), menulis (write) ato bisa kedua duanya.
Saat kita melakukan Listing Files (ls -l)
Maka kita akan menemui tampilan seperti berikut :
-rw-r–r–   ->> nah ini dalah permission filenya

permission

Type of File –>> – (dash),symbol – pling depan akan menunjukkan type dari file. keterangan tentang type file ada di bawah
User permissions –>> 3 buah — (dash) selanjutnya dibuat untuk memberi akses pada user, adapun keterangannya berupa r(read) dan w(write)
Groups permission  –>> 3 buah — (dash) selanjutnya dibuat untuk memberi akses pada group
Everyone else’s permissions –>> 3 yang terakhir adalah untuk memberi permission pada user lain dilain group.

————————————————————————
Code  File Type
—————————-
-    Standard file

d    Standard directory

l    Symbolic link (a shortcut to another file)

p   Named pipe (a file that acts as a conduit for data between two programs)

s    Socket (a file designed to send and receive data over a network)

c    Character device (a hardware device driver, usually found in /dev)

b    Block device (a hardware device driver, usually found in /dev)

Nah untuk memberi hak akses digunakan comman

chamod <bentuk permission> <namafile>
contoh :
chmod 777 data

CMIWW,…..
*   3-   style try to reach my dreams….

Read original post at http://www.sarunkgenk.com/2008/10/23/file-permissions-di-linux/

Categories: Alumnus Blog Tags:

Ad Destroy 4.1 released

October 23rd, 2008 Administrator No comments

First off i would like to inform you that the latest installment of Ad Destroy 4.1 has been released!
It has support for the full official release of Yahoo Messenger 9.0.0.1912
Some new options have been added as extras
(oldies but goldies)
- Polygamy (run multiple copies)
- Backup support
- Ad removal
(new)
- Disable PTP/P2P
- Disable Yupdater
- Disable Smileys
- [...]

Read original post at http://orakanggo.wordpress.com/2008/10/23/ad-destroy-41-released/

Categories: Alumnus Blog Tags:

BSD World

October 23rd, 2008 Administrator No comments

akhirnya kesampaian juga pake keluarga besar BSD,,
awalnya masih malez, karena waktu pertama dulu install g pernah berhasil, frustasi, . tapi dengan datangnya manager baru di kantor, yang mulai memperkenalkan BSD, koneksi internet lancar, n setelah baca-baca forum, kayaknya asik juga, akhirnya datang lagi semangat untuk belajar OS varian UNIX ini .
untuk next step, [...]

Read original post at http://devnix.wordpress.com/2008/10/23/bsd-world/

Categories: Alumnus Blog Tags: