DennyHalim.com
gigya toolbar, a wibiya toolbar alternative
just add this into your web/blog html, optionally get your own partner id and you got yourself a gigya toolbar: or if you're using blogspot, just click on 'Add to blogger' icon: if (WIDGETBOX) WIDGETBOX.renderWidget('5e3ac0bb-e824-4ab5-8898-6bf2ed52d40f'); -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
the perfect mysql backup
this is the perfect mysql backup tool for me. how to use it: create LocalUserWithMinimalReadOnlyRight on mysql with your favourite tool. i only give it SELECT, RELOAD, LOCK TABLES privileges. download backup-mysql.logrotate, edit the file, change the username and password put the files in /etc/logrotate.d/ run this for the very first time: for i in `mysql --batch -e 'show databases' | tail -n +2`; do if [ ! -e /bak/mysql/$i ]; then mkdir -m 700 /bak/mysql/$i; fi mysqldump --opt
Google Chrome native builds for mac and linux
so you've been trying all possible ways to get google chrome installed in your mac and linux? now you can get the native builds from google early access release. it's unreleased, beta and developer channel. google chrome for mac debian package for linux and if you install the debian package on debian/ubuntu, it will also install google chrome repo to make sure you always get updated version of google chrome. and if you want better privacy and using ubuntu, you can use chromium daily builds.
srware iron for linux is here
srware iron is a browser built from chromium source. some people might consider google chrome as spyware. so if you want a clean browser with chrome power, then use chromium or iron. download for linux is here. and for mac is here. -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
Embed Addictives Flash Games on Your Web / Blogs, easily.
how would you like your visitors stays on your web/blogs for hours and keep coming back... free addictive online games is a great way to attract more traffic to your website and make your visitors stays for hours and hours playing their favorite games on your web/blogs. this is one of my free widgets to do just that. just click on the 'get widget' button and with few clicks it would be on your web/blogs. if (WIDGETBOX) WIDGETBOX.renderWidget('9b9b3436-2d6f-4ff4-9d59-a2f639234a34'); -- tips &a
search any words. in any languages. introducing the ultimate word search!
Search dozens of dictionaries, thesaurus, idioms, encyclopedia and more! Search any words in any languages with ease! Add the Ultimate Word Search Engine to your web/blog! Loading google.load('search', '1'); google.setOnLoadCallback(function(){ new google.search.CustomSearchControl('003127643427034444210:4rtzg2gih6q').draw('wordsearchcse'); }, true); -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
ubuntu restricted shell with lshell
lshell is a restricted shell, similar to rssh or ironbars, which you can use to restrict users shell. but rssh only allow scp/sftp and does not allow login to shell. lshell allow login, but restrict user to only few commands. i tested this with my ubuntu perfect webserver setup. but i believe it's same steps to install on any linux. wget http://downloads.sourceforge.net/project/lshell/lshell/0.9.5/lshell-0.9.5.tar.gz tar xvfz lshell-0.9.5.tar.gz sudo python setup.py install chsh -s /usr/bin/lsh
openSuse + Koffice2 + OOo3 + Kontact PIM = Office Konnect Linux
looking for the perfect linux desktop for office use? so did i. lucky me, i have access to susestudio. that allow me easily customize openSuse as i like it. so far, i built openSuse lxde livecd, which is the linux minimal desktop that only have lxde and firefox. this one i use for most every computer i can put it on. then, add up apps that i need. then from this, i made up kidSuse. the linux for kids. this is the one my kids (from 2yrs to 6yrs) are playing and learning with, everyday. but i s
chromium on linux, mac and xp
this might be a late news. but because people still gets here for this install google chrome on linux guide, so this short note only to tell you that you can now have chromium (which is the base for google chrome builds) on linux, mac and xp: chromium for linux chromium for mac chromium for windows xp just download the latest snapshot, unzip and run. simple as that. -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
always up-to-date pidgin and yahoo messenger connection problem solved
yahoo, msn, aim, icq, etc... always changing their protocol and always causing connection problem for third party messenger apps like pidgin. while linux distro always stick to one apps version at their release and do not upgrade to latest release. then, recently yahoo change their protocol again. all these causing all ubuntu users cant connect to yahoo messenger. you can use getdeb and install the current version. but then you need to manually update pidgin everytime new version released. o
12+ linux docking launch bar
it seem like a docking launch bar that really catchy for everyone started by apple osx. since then, everybody want it... there're lots of launch bar for linux. not only 5 or even 10. 1. Avant Window Navigator 2. ksmoothdock 3. cairo dock 4. kooldock 5. kiba dock 6. engage 7. menu bar 8. xqde 9. tuxbar 10. simdock; it's fast & simple. doesnt require xgl 11. wbar; another fast & simple dock. 12? kxdocker; discontinued. replaced by xqde. 13? gnome-dock; another dead one. 1
hardware virtualization cpu check
tools to check if your cpu support hardware virtualization: cpu-z secureable AMD Virtualization™ Technology and Microsoft® Hyper-V™ System Compatibility Check Utility or, in linux use this oneliner: egrep ‘(vmx|svm)’ /proc/cpuinfo -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
automount samba - windows network neighborhood
how to automatically mount windows/linux samba shares? that is the question... currently, there're two apps that i know can do this. use only one of them. or if you use both, make sure you use it on different folders. 1. fusesmb quick start: sudo aptitude install fusesmb sudo mkdir /mnt/Neighborhood sudo chown yourusername:fuse /mnt/Neighborhood fusesmb /mnt/Neighborhood -o allow_other 2. smbnetfs quick start: sudo aptitude install smbnetfs sudo mkdir /mnt/Neighborhood sudo chown yourusername
what you use for twitter image signature
many ways you can show your twitter as image signature on email or forums: twisig: twitsig: twittysigs: dynno: tweetbars: tweeterized: twitstamp: multisig: twittersticker: which one you use? -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
non javascript frame buster
there're so many javascript you can use to break out of frame. but javascript will not work if your visitor have javascript turned off. just add this in your html head section: < base target="_top" / > and all clicks on your site will gets your visitor out of any frame. works on all browser i know and works without javascript. -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
opensuse lxde minimal desktop livecd
now that tested and runs correctly, i dare myself to announce this public beta release of my opensuse minimal desktop livecd. features: openSUSE 11.1 LXDE with all its components Firefox 3.0.10 + Flash Player 10 huge thanks to all testers for the feedback. download here. all comments, complaints and critics are welcome. -- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain
cpanel addon domains - better way?
usualy, cpanel automatically add addon domains to /public_html folder. say i want to add dennyhalim.com as addon domain, cpanel will put it into /home/username/public_html/dennyhalim.com this way might give few problems. first, if search engine find it, it will hurt your SEO. because you have duplicated content and your domain could be marked as spam. so, if you do this, dont let search engine knows it. second, management problem. if you add few dozens domain, now you public_html folder will
install grub4dos, make usb bootable from windows
actually this already posted a lot and easily found if you google. yet, it seem not so obvious that everyone keep asking about this... so, i try to give extreme short guide to make usb bootable by installing grub4dos from windows (NT/2000/XP/2003/Vista). i just assume those who use linux already knows about grub and grub4dos or at least they can google... make sure you login as administrator and you only have ONE single usb flashdrive plugged in to avoid any possible mistake. make sure you hav
postfix + postgrey + clamsmtp + sanesecurity = easy, clean & light email server
what's wrong with spamassassin? everybody else are using spamassassin for their mail server spam protection. nothing wrong with it. it just use up too much resources. that's all. what if we can built lighter system on lower resources system (think vps) with as good spam protection as spamassassin can provide..? here's my attempt... first thing first. install all at once. sudo aptitude install postfix postgrey clamsmtp wget curl rsync gzip then, configure postfix to use postgrey and clamsmtp.
make sure syslog rotating your system log files
just check a computer i got and see huge system log files at /var/log. it was last rotated september last year. it's running everyday between 8am to 8pm. so why suddently (after sept 2008) it's stop rotating the log files? first, see when syslog run. syslog should be executed by cron.daily so, when this cron.daily runs? $ cat /etc/crontab # /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this f
boot .iso image file on usb / hdd with grub4dos
nowadays, there're too much livecd you can choose from. everyone have their own favorite livecd. mine, was puppy, now grml. the easiest way to use livecd is to burn it and reboot your computer with it. or, you can also run it on emulator like qemu, virtualbox, vmware, etc... then, you can also do 'frugal install' by copying the .iso file content to usb/hdd and boot it from there. this works best with linux livecd. now... this is another way to boot your .iso livecd. especially works best with
localepurge to Automagically remove unnecessary locale data
this very easy and simple trick can save you few hundreds megs of spaces. if you like me, still make use of old legacy computers hardware, like the old 4gigs harddrives with debian or ubuntu minimal desktop, few hundreds megs spaces is very precious. each and every apps/packages that you installed on your system do have lots of unused locales that is not the language you understand or use daily. these locales data is installed by default and can takes up to few hundreds megs of spaces, d
antivirus for grml / debian / ubuntu linux / LiveCD
yeah i never use antivirus for my linux desktop. but i always carry grml in my usb flash to clean up friends/family's dusty, infected windows. i used to use puppy linux with antivirus for this. but i'm tired keep downloading and reinstalling stuffs. with grml, all i need is aptitude upgrade to get the latest updated version. there are many good antivirus for linux. the ones i choose are f-prot and avast. the main reason i choose these are for their size. others antivirus usually at least twice
install latest cherokee webserver without compiling
one thing i hate when i need the latest version apps and it's not in official repo is compiling. actually, it's ok doing compilation on your desktop pc. you can have all the build-essential installed and have all your cpu, ram and perhaps time to compile everything and all will run just fine. but... if you're on a budget vps with very limited ram and cpu, you need every single bit of them to serve what your vps was supposed to serve. though installing build-essential wont waste any ram/cpu when
install ubuntu apps on debian
there are some apps available on ubuntu repo but not in debian repo. but ubuntu is based on debian. so i think.... i can just download the packages from ubuntu and install it on debian. here's how i do it... first, install gdebi for easier .deb packages installation: sudo aptitude install gdebi then, search the packages you want. example, i want to install pyneighborhood, so i open this link: http://packages.ubuntu.com/intrepid/pyneighborhood make sure your debian have correct dependencies. ex
PolarisNetwork.com
rebate Rp.20.000 per transfer domain
Wed, 04 Nov 2009 03:24:07 -0800
www.host-jet.com TURUN HARGA domain .com menjadi $10.99 (harga user) ditambah rebate rp.20.000,- untuk setiap domain yg ditransfer ke www.host-jet.com nb. *
File - products
Sun, 01 Nov 2009 04:37:28 -0800
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Thu, 01 Oct 2009 05:05:15 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Tue, 01 Sep 2009 04:41:34 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Sat, 01 Aug 2009 04:01:22 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Wed, 01 Jul 2009 04:42:28 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
OOT : WTS : Stylus Pen Multifungsi
Wed, 17 Jun 2009 03:14:54 -0700
Bos Moderator numpang jualan yach... Stylus Pen Multifungsi, terdiri dari Stylus, Ballpoint Hitam, Laser Pointer dan Senter. Barangnya exclusive gak keliatan
File - products
Mon, 01 Jun 2009 04:26:02 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Fri, 01 May 2009 04:44:37 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Sun, 01 Mar 2009 09:19:52 -0800
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Sun, 01 Feb 2009 09:58:11 -0800
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Thu, 01 Jan 2009 08:45:13 -0800
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Mon, 01 Dec 2008 11:46:27 -0800
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
File - products
Sat, 01 Nov 2008 11:26:05 -0700
we provide: * linux firewall/router/gateway/web/mail/server installation, security and maintenance * windows to linux migration and consulting * desktop
Managed Hosting for High Traffic Website
Fri, 20 Jun 2008 05:01:00 -0700
Is this happening to your website:
- Got a super busy website
- Overloaded traffic
- Slowing down website
- Bandwidth getting over the quota limits
- Account suspended
- Got kicked out from shared hosting
- Using too much CPU and memory resources
It's time to conside our Managed VPS or even Managed Dedicated hosting.
We manage all your hosting requirement just like you're on shared hosting. But this time you do not need to worry about using too much cpu or memory resources. you can use all the resources that's available to you. rest assure your server will perform.
What We Manage:
- Operating System installation. we will recommend a Linux distro to suite your requirement.
- Server installation: Postfix mail server, SpamAssassin, Apache web server, PHP, MySQL, PostgreSQL database server, Phyton, Ruby on Rails, etc.
- DNS configuration
- Remote Access. SSH, SFTP, etc.
- Optimization. Configure your system for optimal performance.
- Conserve Bandwidth using compression which also improve your website performance.
- Server Hardening. including but not limited to PHP Suhosin, Firewall, preventing brute-force attack, etc.
- Latest Security Update from choosen distro.
- Load Balancing to multiple VPS or dedicated servers.
What You Manage:
- Your Website. Usually CMS script like Joomla, Drupal, Wordpress, etc.
YMWWMS™: You Manage your Website, We Manage your Server. simple as that.
Contact Us Now.
--
Your Network & Internet Solutions