How to Disable Indexing Services

Indexing services is a small little program that uses large amounts of RAM and can often make a computer endlessly loud and noisy. This system process indexes and updates lists of all the files that are on your computer. It does this so that when you do a search for something on your computer, it will search faster by scanning the index lists. If you don’t search your computer often, or even if you do search often, this system service is completley unnessesary. Lanjutkan membaca How to Disable Indexing Services

Microsoft Windows XP Professional Configuration

After Installing Windows XP follow these steps

Instructions:
Click Start
Click Control Panel
Click Switch to Classic View
Click View
Click Details

Click Display
Click the Desktop tab
Click Customize Desktop
Uncheck Run Desktop Cleanup, and then click Lanjutkan membaca Microsoft Windows XP Professional Configuration

Windows Xp Shortcuts and Tutorial

  1. Useful key shortcuts available:
    • Windows key + D – shows the desktop
    • Windows key + M – minimizes all open windows
    • Windows key + Shift + M – maximizes all open windows
    • Windows key + E – Runs Windows Explorer
    • Windows key + R – shows the RUN dialog
    • Windows key + F – shows Search window
    • Windows key + Break – shows System Properties box
    • Windows key + TAB – Go through taskbar applications
    • Windows key + PAUSE Display the System Properties dialog box
    • Windows key + U Open Utility Manager
    • ALT + TAB – Cycle through opened applications
    • Hold down CTRL while dragging an item to Copy it
    • CTRL + ESC Display the Start menu
    • ALT + ENTER View the properties for the selected item
    • F4 key Display the Address bar list in My Computer or
    • NUM LOCK + Asterisk (*) Display all of the subfolders that are under the selected folder
  2. Lock Windows to protect computer
    You can lock Windows to protect the computer when leaving the station easily by creating a shortcut with the path rundll32.exeuser32.dll, LockWorkStation. The Windows key + L is also a shortcut to this feature.
    Lanjutkan membaca Windows Xp Shortcuts and Tutorial

How to extract multi-part zip files

Have you ever seen these file ?

  • zipfiles.zip
  • zipfiles.z01
  • zipfiles.z02
  • zipfiles.z03
  • ……
  • zipfiles.z10

These are the multi-part of zipped files, which mean  one big file are to big to make archive so it should split  into several files. These files were created by winzip. Probably for many people (included me) it such a weird file, and they don’t know how to extract the file archives.

After my research in whole google how to extract it, here i want to share to you how to extract it.

For window platform
There are so many software has support for these extension such as winzip, winrar, 7-zip, and many other, put those file in one folder, and then just click with your supported software above, and whala…. the file  extracted.

For linux platform
The problem for newbie user in linux is they don’t now how to combine the command within. I got the problem too with these platform, but that’s why i like most with this platform, it challenged me to know. Alright then here the command for solve this problem.

hendra-k@server $ cat zipfiles.* > zipfiles-full.zip
hendra-k@server $ zip -F zipfiles-full.zip
hendra-k@server $ unzip zipfiles-full.zip

here the description for these command above :

hendra-k@server $ cat zipfiles.* > zipfiles-full.zip
= merging those file into one full zipped file

hendra-k@server $ zip -F zipfiles-full.zip
= Fixing the archive of the overall zipped files

hendra-k@server $ unzip zipfiles-full.zip
= Extract the full zipped fil

Hope this tutorial is usefull for you

Protected: Tips belajar PHP

Menanggapi posting berjudul “Perdalam Pemrograman”, mungkin ini tips yang bisa saya sumbangkan khususnya untuk fokus belajar 😛 . Sorry agak panjang.

  1. PHP secara umum digunakan untuk membuat situs/web-based application, jadi langkah awal menurut saya adalah menguasai HTML terlebih dahulu. Tanpa penguasaan HTML dasar, rasanya PHP kurang bermanfaat untuk dipelajari. (https://www.w3.org/TR/1998/REC-html40-19980424/) Lanjutkan membaca Protected: Tips belajar PHP

How do I add jobs to cron under Linux or UNIX oses?

Cron job are used to schedule commands to be executed periodically i.e. to setup commands which will repeatedly run at a set time, you can use the cron jobs.

crontab is the command used to install, deinstall or list the tables used to drive the cron daemon in Vixie Cron. Each user can have their own crontab, and though these are files in /var/spool/cron/crontabs, they are not intended to be edited directly. You need to use crontab command for editing or setting up your own cron jobs. Lanjutkan membaca How do I add jobs to cron under Linux or UNIX oses?

Setup File Transfer Protocol (FTP) bagian II

1. Pendahuluan

Pada bagian I sudah diuraikan bagaimana menginstal ftp pada sebuah server yang sedang berjalan. Dalam uraian berikut, diuraikan bagaimana menginstal ftp pada server yang baru dibuat. Ketika proses instalasi sistem operasi server dilakukan, kita juga harus membuat slice untuk ftp. Kemudian di dalam uraian ini dipaparkan bagaimana menginstal ftp pada server Caldera OpenLinux sebagai contoh server unix disini.
Servis FTP begitu sederhana untuk digunakan dan dikelola, sehingga langkah setup servis FTP menarik untuk dilakukan pada waktu setup sebuah server. Syaratnya software unix Linux atau FreeBSD yang dimiliki harus sudah dilengkapi dengan file program FTP server. Langkah utama pada setup servis FTP antara lain : Lanjutkan membaca Setup File Transfer Protocol (FTP) bagian II

Setup File Transfer Protocol (FTP) bagian I

Di era Internet, orang yang akan mengambil file atau memindahkan file dari komputer server ke komputernya sendiri memakai program aplikasi FTP client. Program FTP server hanya dijalankan di dalam komputer server saja untuk menjawab request pemindahan file yang dikirim oleh komputer user dan akan mendownload file dari server ke komputer tersebut. Direktori FTP di dalam server merupakan sebuah slice tersendiri, dan dikendalikan oleh daemon tp.Bila hendak membuat file database dari user ftp, pergunakanlah gid dan uid dari system yang ada dan pilihlah gid serta uid yang tidak tidak terpakai.

Lanjutkan membaca Setup File Transfer Protocol (FTP) bagian I