Parfum Shop's Blog

You come when you need, away when you get

Archives for the ‘Programming’ Category

FTP Shell Script for sending File with auto login and multiple put.

By admin • Jul 6th, 2009 • Category: Linux, Programming

FTP Shell Script for sending File text and XML

#/bin/sh
ftp -vin catur.web.id < quote user username
quote pass password
cd antara/
lcd /ftpserver/tarekot-home/kontan/
mput *.txt
mput *.xml
bye
!!
mv /ftpserver/send/*.txt /home/backup
mv /ftpserver/send/*.xml /home/backup

Create file called ftp.sh and save. Then open add cronjob with command

# crontab -e

For example I put this job every 5 minutes;

*/5 * * * * sh /root/ftp.sh > /dev/null 2>&1


Shell Script to check if Directory exist.

By admin • Jan 15th, 2009 • Category: Programming

shell programming


Cron 2 database on separate server, to get same content (Syncrhonize content multiple site)

By admin • Dec 17th, 2008 • Category: Programming, Web Programming

If you need to make 2 or more site with same content, but have different design and server and domain, you can use this script. If you want to run automatically every hour, day, week or month, you can use PHPJobSceduler To Run This Script. Or you can just put this script on your source [...]


Visual Basic 6.0 Portable Edition

By admin • Feb 7th, 2008 • Category: Programming, Software

Setelah membaca salah satu artikel dari vb-bego.com, yang berjudul Membuat Visual Basic Menjadi Portable. Aq berpikir benar ga sih bisa??? mulai deh aku ikuti artikelnya satu persatu, sayang di situs tersebut tidak menyediakan fil-file yang dibutuhkan (takut ilegal kale…, tp klo dipikir” lagi legal ga sih???), file”nya adalah sebagai berikut :

Setelah coba ngumpulin file-file yang [...]


Mempercepat Download Firefox

By admin • Jan 27th, 2008 • Category: Internet, Programming, Software, Tips and Tricks

Mau mempercepat download dengan firefox? Buat kamu yang suka dan hobby memakai browser Firefox buat browsing di dunia maya, yang maniak download apa saja terkadang kesal dan bete banget kalau pas mau download koneksinya lambat ( alias dodol banget… ukh! ).
Untuk itu jangan pusing-pusing atau marah-marah dech! Gunakan aja addons Firefox untuk download yaitu [...]


Memunculkan Hidden file / folder pada Komputer / Flashdisk

By admin • Jan 14th, 2008 • Category: Anti Virus, General, Programming, Tips and Tricks

Kasus yang sering ditemukan pada komputer yang sudah terinveksi virus adalah hilangnya file atau folder yang asli, biarpun komputernya sudah steril dari virus. Kasus ini bisa ditemukan juga pada flashdisk. Bagaimana cara memunculkan lagi file atau folder yang tidak kelihatan lagi…? (yang biasanya bukan cuma di-hidden tapi super hidden), sehingga mengutak-atik Folder Option…pun tidak ada [...]