Tag: Unix
Instalasi dan Konfigurasi VAULT – Secret & Credential Management Server
INSTALASI VAULT
Install package yang dibutuhkan
# yum -y update && yum -y wget nano mlocate
(lebih…)
Mengganti nilai Prefork MPM pada InterWorx (CentOS 5.8)
Pada InterWorx saya mempunyai masalah loading website yang lambat akibat load dari MySQL dan Apache yang tinggi dari salah satu client. Untuk mengoptimize hal ini perlu saya coba ubah nilai prefork.c pada httpd.conf namun hasilnya tidak berubah, setelah mencari dan membaca sana sini, akhirnya ketemu juga cara meningkatkan nilai prefork.c. Caranya sebagai berikut :
- Akses server melalui SSH (PuTTy), backup dan buka file swtune.conf :
# cp /etc/httpd/conf.d/swtune.conf /etc/httpd/conf.d/swtune.backup.`date +{0f9ecfa77f025499b7b443bb4e4a3b8b29e89cbd27910fde589c4c0261f54013}F-{0f9ecfa77f025499b7b443bb4e4a3b8b29e89cbd27910fde589c4c0261f54013}H-{0f9ecfa77f025499b7b443bb4e4a3b8b29e89cbd27910fde589c4c0261f54013}M`
# vi /etc/httpd/conf.d/swtune.conf - Lalu ubah nilai ServerLimit, MaxClients dan Max RequestsPerChild yang ada pada file swtune.conf (disesuaikan dengan kebutuhan), dengan mengunakan editor file (vi/nano/pico/emacs) :
ServerLimit 10
MaxClients 10
MaxRequestsPerChild 1000
menjadi :
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000 - Simpan dan keluar dari editor (nano).
- Restart Apache (httpd) :
# service httpd restart
Walaupun load dari MySQL tinggi (100{0f9ecfa77f025499b7b443bb4e4a3b8b29e89cbd27910fde589c4c0261f54013}) tapi website (Apache) tetap bisa berjalan, tentunya hal ini ada batasnya ketika visitor/script/dll sudah semakin banyak dan sesak, saatnya anda mengupgrade server ke spesifikasi yang lebih tinggi.
OpenBSD 4.4 Release !
What’s New
This is a partial list of new features and systems included in OpenBSD 4.4. For a comprehensive list, see the changelog leading to 4.4.
Lowongan
A fast growing ISP located in Cyber Building Jakarta is seeking for individual with qualification as follows:
* Intermediate to OpenBSD
* Experience using OpenBSD since versi 3.8
* Capable to setup and maintenance all Internet service related using OpenBSD (DNS, Mail, FTP, etc)
* Depth knowledge in Shell script or related stuff like sed, awk dan perl
* Good knowledge in Networking (cisco related) and Linux would be an advantage
* Reliable, dicipline and self motivated
* Ability to work in team or individual
* Good interpersonal, communication dan relationship
* Capable to write reports and documentation
* Minumum D3 di Computer Science atau other IT diciplines
* Male or Female, umur tidak lebih dari 27 tahun
* Good analytical skill and fast learner
* Willing to work overtime
If you think that you are the right person for this position, silahkan send your CV, recent photograph, salary yang diinginkan and other supporting documents ke:
[email protected] (lebih…)
Komentar Terbaru