Monday, February 20, 2012

PT. Chandra Asri Petrochemical, Tbk

Mechanical Engineer
PT. Chandra Asri Petrochemical, Tbk. – Cilegon

(Cilegon)
Requirements:
Bachelor degree from Mechanical Engineering of reputable university. Minimum of 3 years experience in the engineering works at chemical/ petrochemical process or oil & gas industry. Proficient in computer application programs like Excel, MS word, and MS Project will be an added advantage . Willing to hard work in the any kind of time and place. Have a strong technical knowledge, communication skills, English written and spoken.

Please send your detailed CV with contact number, e-mail address, and recent photograph within ten (10) days from the date of this advertisement to the following address. We regret that only short list applicants will be notified.

Email : recruitment@capcx.com

www.chandra-asri.com

Maintenance Technician – Instrument, Electrical & Controls

Maintenance Technician – Instrument, Electrical & Controls
Air Products and Chemicals, Inc. – Merak

This position performs the inspection, repair, installation, troubleshooting, and commissioning of various equipments in Global Operations (GO) operated facilities, joint ventures, subsidiaries, and SOE facilities as needed by Air Products GO.

In addition, to functional skills via experience and on the job training methods, great personal, interpersonal, leadership and communication skills to various degrees are required to successfully deal with these requirements. Refer to Responsibility section for details.

Nature and Scope

The maintenance technicians are located strategically at large ASU / ESG or HyCO facilities. They report functionally to the working lead (working supervisor) and administratively to country maintenance manager. No one reports to this position.

The maintenance technician have a very demanding position – are expected to respond to operations requirements on a 24 hrs per day, 7 days per week basis. Generally, the responsibilities are varied, depending on situation.

Responsibilities /
PRINCIPAL ACCOUNTABILITIES

1. Response to plant requirements. Prompt and timely response to requests for assistance and putting in the time and effort to meet internal and external customer’s expectations
2. Conduct new project commissioning/start-ups.
3. Plant equipment & facilities reliability improvement.
4. Technical-Provide technical skills to resolve problems either directly or through accurate identification of a problem and participating with functional engineering to resolve it.
5. Perform SAP PM Tasks, MI, BP, troubleshooting, repair for all responsibly equipment.
6. Support joint ventures, subsidiaries, regional PMO and third party.
7. Supervise the contractor’s work in the facility or shop to guarantee safety and quality and reliability of work.
8. Support unscheduled/emergency or schedule plant shutdown as required.
9. Reporting-Time entry weekly, and prepare technical reports either written or through entries into the resource management system to maintain accurate documentations on the plants, and to provide information for others in the organization to carry out their responsibilities effectively.
10. Support maintenance objectives.
11. Implement CI-, conduct CI event and have yellow belt certification.
12. Safety- Implement BSP work process, conduct or review JSA for major tasks.
13. Conduct CoNC root cause investigation and action plans.
14. Technical development-Contribute to the development of maintenance skills of maintenance teams.

JOB REQUIREMENTS

1. Educational: Diploma or ITE (2 year or 3 year ) technical college holder in engineering discipline
2. Working Experience: Start minimum at 5 years and progress thereafter.
3. Hands-on work experience is a must.
4. Position will have experience in major shutdown support, project work, plant operations and maintenance efforts.
5. Knowledge of vendor contracts and knowledge of shop support in the region is desirable.
6. Attitude and passion for the work group assigned.

Tuesday, December 14, 2010

Intruksi Directory

Dalam linux ada istilah user root dan user biasa dalam pengoprasiannya pun berbeda, dan memiliki hak akses masing-masing, untuk user biasa dia hanya bisa mengakses atau mengedit semua file yang user tersebut buat, tapi untuk user root dibisa merubah dan menghapus file yang dia sendiri buat maupun yang user bisa buat, jadi sifat root adalah administrator dari komputer tersebut.

Dalam Ubuntu 8.04 yang berbasis Debian pun instruksi menggunakan super user atau root-Nya berbeda, kalo Ubuntu bisa menggunakan “sudo bash” setelah itu masukan password root-Nya. Dia area root anda bisa merubah dan menghapus file apasaja.

Di linux untuk direktori file berbentuk seperti akar pohon contoh : root ‘ / ‘ yang umumnya dibawah ada (bin/, dev/, lib/, mnt/, var/, boot/, etc/, sbin/, tmp/, cdrom/, home/, media/, proc/, usr/). File /bin & /sbin menyimpan program penting yang digunakan untuk pemeliharaan sistem, sesuai dengan nama directorinya, file-file program yang tersimpan didalamnya berupa file binary yang dapat dieksekusi (fsck, fdisk, mkfs, lilo, init dll). File /etc menyimpan file-file konfigurasi systemwide yang dibutuhkan oleh program lainnya (passwd, shadow, hosts, shells dll). File /home menyimpan direktori masing-masing user yang ada di sistem termasuk httpd. File /mnt didalamnya mengandung subdirectori-subdirectori yang merupakan sebuah mount point untuk jenis device tertentu (cdrom/,floppy/ dll). File /tmp & /var directori tmp untuk menampung file-file sementara dan directori var menampung varying content atau macam-macam file. File /usr berisikan semua program dan file yang secara langsung berhubungan dengan setiap user dalam sistem.

Dalam implemtasi file tersebut kita bisa menggunakan terminal atau via consol dengan cara klik icon terminal setelah muncul anda bisa langsung menggunakannya. Pertama ketik ‘ls’ itu berguna melihat direktori file home, kalo kita tidak yakin berada di direktori mana bisa ketik ‘pwd’ maka kita akan ditunjukan keberadaan.

Selanjutnya kita masuk ke direktori /Desktop, /Music atau yang lain tapi hanya di sekitar user efran tersebut. Sekarang kita akan bermain ke user root atau super user, caranya ketik ‘sudo bash’ inget di linux case sensitif jadi huruf kecil dan besar pengaruh, setelah muncul ‘[sudo] password for efran :’ masukan password user root untuk komputer tersebut, jika sukses akan muncul ‘root@efran-leptop:~#’ tanda pagar ‘#’ itu menandakan root jika dolar $ menandakan user biasa.

Selanjutnya ada istilah ‘cd’ atau change directory instruksi ini untuk merubah atau berpindah direktori dari satu ke yang lain. Ketik ‘cd /’ maka kita akan berada di direktori root laku ketika ‘ls’ setelah itu ada banyak file root di situ yang tidak sama dengan user.

Berikutnya kita akan masuk ke dalam directori home dimana tempat file user biasa, ketik ‘cd home/’ laku kita adan berada daftar user yang ada di komputer tersebut untuk sementara hanya user efran saja yang ada di komputer. Kita masu ke user efran dan akan menemukan file-file user efran disitu, kita masuk ke file Documents/ bisa menggunakan dengan mudah dengan cara ketik ‘cd Do’ lalu tekan tab maka ada file-file yang memiliki awalan tersebut lalu kita bisa langsung pilih.

Kita bisa berpindah ke directori dengan hanya sekali ketik anggap kita sudah ada di derectori ‘/home/efran/Documents/’ selanjutya kita akan masuk ke root maka ketik ‘cd ../../../’ instruksi itu akan memasukan kita ke directori root dan kalo kita mau masuk ke Documents di user efran lagi kita bisa ketik ‘cd /home/efran/Documents/’ atau jika kita berada di file Documents di user efran kita akan ke file /etc didalam directori root dapat menggunakan ‘cd ../../../etc’.

Banyak instruksi-instruksi didalam linux tapi sebagian instruksi-instruksi yang bisa digunakan adalah :

cat file : Melihat isi sebuah file

head file : Melihat beberapa isi file yang ada di atas

tail file : Melihat beberapa isi file yang ada di bawah

mkdir dir : Membuat directori

cd dir : Merubah directori

pwd : Melihat directori sekarang

rmdir dir : Menghapus directory

ls dir : Melihat isi directori

ls -las dir : Melihat ditail isi directori

df -h : Melihat isi disk yang terpakai

unama -a : Melihat informasi kernel

touch file : Membuat file baru

rm file : Menghapus file

rm * : Menghapus seluruh file di directori tersebut

cp file1 file2 : Mengkopi file 1 ke file 2.

mv file1 file2 : Merename file 1 ke file 2

chown user file : Merubah owner sebuah file dari user

chmod +x file : Merubah hak akses file yang dibuat oleh owner

chmod a+x file : Merubah hak akses file yang dibuat siapa saja

shutdown now : Mematikan komputer

shutdown -r now : Mematikan komputer dan langsung reboot

sudo bash : Perintah untuk menjadi super user

fsck : Sama seperti chkdsk di windows

fdisk : Untuk memformat hardisk

Sumber : http://efrankarunia.wordpress.com/2009/04/01/instruksi-directory/