Monday, November 9, 2009

screen capture software

Screen Capture Software

Read More..

Monday, September 21, 2009

membersihkan history terminal

yah walaupun terlihat sepele tapi ini sedikit berguna juga buat saya ketika bingung mencari history yg menyebabkan malas menghapal:
silahkan anda coba perintah berikut pada terminal
xxx@xxxxx:~$history -c
maka semua perintah2 yg sebelumnya anda tulis akan hilang atau dengan kata lain telah dibersihkan.....selamat mencoba....

Read More..

Friday, August 28, 2009

HAPPY BIRTHDAY LINUX /Selamat Ulang Tahun linux pinguinq tercinta....




25 Agustus 1991, 18 tahun yang lalu seorang remaja 21 tahun dari finlandia melontarkan idenya ke sebuah mailing list tentang proyek kecilnya untuk membangun sebuah kernel sederhana untuk unix-like operating system yang berjalan di processor intel 386.

Kernel itu akhirnya menjadi sistem operasi linux pada 1994 dan di distribusikan secara free di internet. berikut ini adalah petikan email Linus Torvald yang dia kirimkan ke milist comp.os.minix Usenet group yang berjudul “What would you like to see most in minix?“

Hello everybody out there using minix —

I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I’d like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things).

I’ve currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I’ll get something practical within a few months, and I’d like to know what features most people would want. Any suggestions are welcome, but I won’t promise I’ll implement them .

Linus (torvalds@klaava.helsinki.fi)

PS. Yes — it’s free of any minix code, and it has a multi-threaded fs. It is NOT protable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that’s all I have


sudah 18 tahun kau berkelana....18 tahun pula kau berjuang keras melawan ketidak adilan....maka kuatkanlah diriq dan semua orang yang sudah berkecimpung diduniamu untuk bertahan dan tidak henti2nya memamerkan dan memberdayakanmu didunia ini untuk orang banyak,,,
selamat ulang tahun pinguinq tercinta....

Read More..

Tuesday, July 7, 2009

how to invisible your hd or usb icon in your desktop

alhamdulillah...this is something that i forget....
to invisible icon in desktop....
1.alt+f2
2.write gconf-editor
3.go to app>>nautilus>>desktop
4.uncheck volume_visible
now,there's no visible volume icon in your desktop..

Read More..

Sunday, July 5, 2009

finnally i found it.....problem in my /home/.dmrc...

alhamdulillah...i found that problem in my ubuntu 8.04,,,but i'm gettin' to long to get the way to finish,,,,and then, i had installed ubuntu 9.04 in mu laptop....oh my....hiks....
soi found it at : http://milisdad.blogspot.com/2009/07/error-users-homedmrc-file-is-being.html
thanks mr dedy hariyadi....

this is the solution :
1. sudo chmod -R 755 /home/yourusername
2. sudo chown -R yourusername.yourusername /home/yourusername
3. sudo chown yourusername.namauseranda /home/yourusername/.dmrc
4. sudo chmod 644 /home/yourusername/.dmrc
5. Logout and Login back again

try and feel :)

Read More..

Tuesday, June 30, 2009

seminar linux....please,make sure you had already a ticket and attending to our party

Read More..

Saturday, June 27, 2009

Test Disk part 1

what is going on to you if your hdd or FlashDisk formating by your friend or something without do you wanted.....you don't have to be panic....
in ubuntu , you can get it back with TEST DISK
what is TEST DISK

"TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.

TestDisk can

  • Fix partition table, recover deleted partition
  • Recover FAT32 boot sector from its backup
  • Rebuild FAT12/FAT16/FAT32 boot sector
  • Fix FAT tables
  • Rebuild NTFS boot sector
  • Recover NTFS boot sector from its backup
  • Fix MFT using MFT mirror
  • Locate ext2/ext3 Backup SuperBlock
  • Undelete files from FAT, NTFS and ext2 filesystem
  • Copy files from deleted FAT, NTFS and ext2/ext3 partitions.

TestDisk has features for both novices and experts. For those who know little or nothing about data recovery techniques, TestDisk can be used to collect detailed information about a non-booting drive which can then be sent to a tech for further analysis. Those more familiar with such procedures should find TestDisk a handy tool in performing onsite recovery." (http://www.cgsecurity.org/wiki/TestDisk)

how to use it :

1.open your terminal and write this : testdisk

you will see this :



2.press enter on create panel and then you will see :

(in this case Disk /dev/sda - 80 GB / 74 GiB - ATA TOSHIBA MK8037GS are my hdd)

3.click to process > intel > analyze and you will see :

Disk /dev/sda - 80 GB / 74 GiB - CHS 9730 255 63
Current partition structure:
Partition Start End Size in sectors

1 * HPFS - NTFS 0 32 33 3569 159 46 57344000
2 P Linux 3570 0 1 5473 254 63 30587760
3 P Linux Swap 5474 0 1 5722 254 63 4000185
4 P Linux 5723 0 1 9728 254 63 64356390


4.and select backup, after that in my terminal :

Disk /dev/sda - 80 GB / 74 GiB - CHS 9730 255 63
Partition Start End Size in sectors
* HPFS - NTFS 0 1 1 4461 254 63 71681967
P HPFS - NTFS 4462 0 1 5904 254 63 23181795


continue at part 2

Read More..

how to format our usb or partition in ubuntu

if we wanted to format our usb or partision in ubuntu , is was not just like in windows..
this is good for learn for me,because i'm a newbie in linux.....now follow this way :
1. put your usb stick in your port usb
2.check your list of partition : fdisk -l (you have to be root for this one)
3.find the port active usb , to make sure that usb stick is active,write this in terminal
: lsusb
4.check your usb stick : fdisk -l ,,,in this condition my usb is /dev/sdb1
5.this is command for formatting : mkfs.vfat -F32 -n yournamedrive /dev/sdb1
(in this condition my drive name is arofah : mkfs.vfat - F32 -n arofah /dev/sdb1)
6.now your usb drive is succesfully format....

Read More..

Thursday, June 25, 2009

how to use your account or user in linux for webserver

usually when our ubuntu had installed a webserver,database and many more for web
mostly of user extract a that web or cms in directory /var/www
but now we can use an our public account for webserver
wanna know why is that could be happen'
and now,follow this way
1.go to your directory : cd /home/arofah
2.make direction : mkdir public_html
3.go to your directory : cd /public_html
4.extract your cms in public_html directory : unzip Joomla_1.5.11-Stable-Full_Package.zip
5.try this way in your terminal :
a. find /home/arofah/public_html/ -type d -exec chmod 755 {} \;
b. find /home/arofah/public_html/ -type f -exec chmod 644 {} \;
c. chown -R www-data:www-data public_html/
6.now check in your webrowser : http://localhost/~arofah/joomla
7.it's currently work in my lptop

note :
*d in type -d is change your user owner directory just root can create or delete and read in that directory
* f in type -f is change your user owner for file
*before you try this way,you have to log in root user

Read More..

Monday, June 22, 2009

how to install xampp on ubuntu 9.04

  • extract file XAMPP tar.gz to directory opt with command tar xvfz xampp-linux-1.6.7.tar.gz -C /opt
  • ceck your dyrectory opt anda,is there any folfer like lampp at there, directory opt is in filesystem. XAMPP for linux = LAMPP.
  • now you have to start your lampp,with command /opt/lampp/lampp start
  • and then in your terminalis ,you can see list like this : Starting XAMPP for Linux 1.6.6... XAMPP: Starting Apache with SSL (and PHP5)... XAMPP: XAMPP-MySQL is already running. XAMPP: XAMPP-ProFTPD is already running. XAMPP for Linux started.. and now your xampp is already running
  • check in your browser and write http://localhost
  • create your database
  • XAMPP / LAMPP now working in your computer

Read More..

linux is the one operating system on my laptop..

i know linux when i'm collegue,,,this is just for test,,,

Read More..