Trouble: Windows XP BOOT LOOP

Kesalahan: Menghapus file NTDETECT.COM dan ntldr dari root

Petualangan:

  • Mencari penyebab boot gagal yang berulang (boot loop) dengan browsing
  • Download Hirens Boot CD versi 15.2
  • Membuat Hirens Boot USB


Hikmah:

  • Hirens Boot adalah tool yang hebat untuk repair komputer
  • Hirens Boot CD lebih dikenal
  • Bisa membuat Hirens Boot CD menjadi Hirens Boot USB
  • Booting windows xp masuk semua mode gagal dan semua opsi menyebabkan restart berulang terus disebabkan oleh hilangnya file NTDETECT.COM

Membuat Batch File untuk Menjalankan Bitvise SSH Client & Proxifier Sekaligus

Bagi Anda yang menggunakan koneksi internet dengan SSH, biasanya ada 2 aplikasi yang harus dijalankan.
1. Bitvise SSH Client
2. Proxifier

Setelah konek modem GSM, untuk mempercepat menjalankan 2 aplikasi di atas buatlah file .bat atau dikenal sebagai batch file. Buka notepad. Paste kode di bawah. Simpan dan beri nama.

@echo off
rem BitviseSSH
START "BitviseSSH" "C:\Program Files\Bitvise SSH Client\BvSsh.exe"
rem Proxifier
START "Proxifier" "C:\Program Files\Proxifier\Proxifier.exe"
exit

Jalankan file .bat yang anda buat. Selesai.Sesuaikan path aplikasi di komputer anda.

Lumayan menghemat waktu untuk pekerjaan rutin tersebut. Semoga bermanfaat.

Rename Nama File Menggunakan Data dari Tabel Excel

Anda punya data excel yang terdiri dari 2 kolom. Kolom A: nama_file_asli. Kolom B: nama_file_baru

Buat perintah DOS untuk merename file.

Caranya:
di excel pada kolom C masukkan perintah:
=CONCATENATE("ren ",A1, " ", B1)

Lihat gambar:


Perintah ini akan menghasilkan perintah DOS ren nama_file_asli nama_file_baru.

Copy semua data di kolom C.

Paste di notepad. Simpan dengan nama rename.bat

Masuk ke Command prompt. Eksekusi file rename.bat.

DONE!

Alhamdulillah... Merename lebih dari 6000 file hanya butuh waktu 3 menit. :D

Catatan:
Bila nama file mengandung spasi, apitlah nama file itu dengan tanda petik.
Contoh: nama file.jpg ==> "nama file.jpg"

What is C:\Windows\Prefetch

I see it in perfmon process required much Disk Read (B/min). Can I delete all the file in this folder?

Prefetch folder is used to speed up the loading of boot files.

Open registry editor (Win + R) regedit and navigate to this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters



Under this key you should see a value named: EnablePrefetcher

It has 4 values:

0 - Disabled : The prefetch system is turned off.

1 - Application : The prefetch only caches applications.

2 - Boot : The prefetch only caches boot system files.

3 - All : The prefetch caches boot, and application files.

Don't disable it. This will make the boot time longer.

Select the number 2 option

Upload Files Menggunakan Putty (SSH)

Menggunakan putty. Pencet tombol Windows + R. Masukkan syntax di bawah ini.

"C:\Program Files\PuTTY\pscp.exe" -scp namafienya server.com:

namafile akan diupload ke direktori HOME pada server yang di remote.

Anda akan diminta memasukkan password setelah koneksi ke server remote tersambung.

CARA MUDAH Upload Files Lewat SSH


Gunakan software WinSCP atau PSCP. Keduanya software gratisan.

Interface-nya mirip dengan software FTP. Hanya saja bedanya WinSCP ini bekerja di port SSH.



Software WinSCP dapat didownload di sini: http://jaist.dl.sourceforge.net/project/winscp/WinSCP/5.5.1/winscp551.zip

Mengaktifkan Shell Access Lewat WHM

Log in ke WHM

Klik menu "Modify an Account" di kolom sebelah kiri.

Pilih website / domain yang ingin anda aktifkan SSH-nya.

Centang "Shell Access"

Save.

Setelah Shell Access aktif, anda bisa akses website/domain ini menggunakan putty dengan menggunakan
username dan password cpanel yg bersangkutan.

Perintah Linux yang umum digunakan di Putty

at
: execute commands at a specified time/date.

awk
: a scripting language, especially useful for manipulating text and automation.

bash
: invokes the Bourne Again Shell (standard on most boxes).

batch
: execute commands when load permits.

bc
: interactive C-like calculator (integers only).

cal
: displays a calender, also lets you choose month/year using parameters.

calender
: invoke a reminder service.

cancel
: cancel request to calender.

cat
: concatenate files (displays a file without scrolling ability. Simply dumps it to the standard output. Can be useful when chaining multiple applications to do complicated jobs, so one application can use another's output as input).

cd
: change the current working directory.

chgrp
: change group ownership of a file.

chmod
: change access patterns (permissions) to files.

chown
: change user ownership of files.

clear
: clear the screen.

cmp
: compare two files.

cp
: copy files.

cpio
: archive and extract files.

cron
: clock deamon (executes "batch" and "at" commands).

crontab
: schedules commands at regular intervals.

crypt
: encrypt , decrypt files using altered DES, standard to Unix passwords (restricted distribution).

csh
: invoke the C shell.

csplit
: split file into several other files.

cu
: call up another unix terminal.

cut
: cut selected fields from each line of file.

date
: displays the time and date (can also change it if you're root).

dd
: convert and copy a file.

df
: reports space (free, total etc') on all mounted file systems.

diff
: compare two files.

diff3
: compare 3 or more files.

dircmp
: compare two directories.

du
: report disk usage.

echo
: echo argument to standart output.

ed
: line oriented editor.

egrep
: extended version of grep (searches for extended regular expressions).

fgrep
: same as grep, only it interprets patterns as a list of fixed strings.

expr
: evaluate boolean and arithmetic expression.

false
: return nonzero (false) exit status.

file
: report type of file.

find
: find matching files and run specified programs on them (optional).

finger
: report user information (operates remotely only if a finger server is running on the remote host).

ftp
: (file transfer protocol) a client for FTP servers.

grep
: search files for regular expression matches.

haltsys
: gracefully shutdown sytem (can only be run by root. halt in Linux).

head
: display first 10 lines of a file.

join
: display the combination (lines with command field) of two fields.

kill
: send a signal to terminate a process.

ksh
: invoke the korn shell.

line
: read a specific line out of a file (shell script usage).

ln
: create a link to a file/directory.

logname
: gets your login name.

whoami
: which user you are logged in as at the moment. If you, for example, switch to a different user, logname will show the original username you logged in as, and whoami will show the current user.

lpr
: sends a request to printer.

lprint
: prints on local printer.

lpstat
: reports printer status.

lpq
: same as above.

ls
: lists the contents of directory.

mail
: send and recieve mail.

man
: displays manual pages.

mesg
: grant or deny permissions to recieve messages from other users using the write command.

mkdir
: create a new directory .

mknod
: build a special file.

more
: display file one page at a time.

mount
: mount a storage device.

mv
: move or rename a file.

news
: display news item from NNTP servers.

nice
: change priorities of processes.

nohup
: run a command after logout (ignores hangup signals).

nroff
: format files for printing.

nslookup
: retrieve information from DNS servers.

od
: displays a file in 8-based octals.

passwd
: create or change login password.

paste
: merge lines of files.

pr
: format and print file.

ps
: reports status of active processes.

pstat
: report system status.

pwcheck
: check /etc/passwd (default) file.

pwd
: display current working directory.

rm
: remove (erase) files or directories (unrecoverable).

rmdir
: remove an empty directory.

rsh
: invoke Restricted Bourne Shell.

sed
: the stream editor.

set
: assign value to variable.

setenv
: assign value to enviroment variable.

sh
: invoke Bourne shell.

sleep
: suspend execution of a command for a given period.

sort
: sort and merge files.

spell
: find spelling errors.

split
: split file to smaller files.

stty
: set options for a terminal.

su
: spawns a subshell with a different username, requires other user's password, unless you're root.

sum
: compute checksums and number of blocks for files.

tabs
: set tabs on a terminal.

tail
: display last 10 lines of file.

tar
: a simple compression tool that merges multiple files into a single one, originally made to make backing up materials on backup tapes easier.

tee
: create a tee in a pipe.

telnet
: access remote systems using the telnet protocol.

test
: test various expressions and files.

time
: display elapsed time (execution, process, and system times) for a command.

touch
: change time/date stamps of files.

tr
: substitutes sets of characters.

translate
: translates files to different format.

troff
: format files to phototypester.

true
: return zero (true) exit status.

tset
: set terminal mode.

tty
: report a name of a terminal.

umask
: set file-creation mode (permissions) mask.

umount
: unmount a device.

uname
: display the name of the current system.

uniq
: report any duplicate line in a file.

units
: convert numbers from one unit to another.

unzip
: extract files from zip archive.

uptime
: report system activity.

uucp
: copy files between two unix systems (oldie but still beautiful).

uulog
: report uucp status.

uuname
: list uucp sites known to this site.

uudecode
: decode to binary after "uuencode" transmission.

uuencode
: encode binary file for email transmission.

uustat
: report status of uucp or cancel a job.

uupick
: receive public files sent by uuto.

uuto
: send files to another public Unix system.

uux
: execute command to remote Unix system.

vi
: a screen oriented (visual) editor (cool ,but Vim is better).

wall
: sends message to all users (root only).

wait
: await completion of background process.

wc
: count lines, words, bytes etc' in one or more files.

who
: report active users.

whois
: search for user information.

write
: send a message for another user (see mesg).

zip
: archive file or files in zip format.

Tips Membuka Folder Forbidden

Tips ini berlaku bila server yang Anda pakai di set secara global dengan aturan tidak bisa membuka folder tanpa file index.

Masuk ke folder yang ingin anda buat spesial.
Buat file .htaccess
Tambahkan perintah...

Options +Indexes

Save.

Maka sekarang anda bisa membuka folder itu dan menampilkan isinya. Index of /folder.

Cara Mudah Menyembunyikan Email dengan CSS

Ingin menampilkan alamat email di blog anda namun takut jadi sasaran spam?

Ini ada cara mudah menyembunyikan Email yang anda tampilkan di website dengan CSS. Di hadapan pengunjung, alamat email ditampilkan dengan benar / normal. Namun ketika di vsource, di scrap ataupun di copy-paste, alamat email yang didapat berbeda. Boleh dikatakan ini cara kamuflase email di website.

moc.oohay@ilsaliame

Kelihatannya email normal kan? Coba anda view source bagian email di atas... Anda akan mendapati kode seperti di bawah ini...

<span style="unicode-bidi:bidi-override; direction: rtl;">moc.oohay@ilsaliame</span>

Spam bots atau software pengumpul email hanya akan mendapatkan moc.oohay@irat.selatnihs yang pada dasarnya bukan alamat emai yang sebenarnya.

File .dll icon archive

This post is the answer for the question "Does Windows have other icon files besides shell32.dll ?"

Folder: %SystemRoot%\system32
Find these files (include path):

1. C:\Windows\Explorer.Exe
2. C:\Windows\System32\AccessibilityCpl.Dll
3. C:\Windows\System32\compstui.dll
4. C:\Windows\System32\Ddores.Dll
5. C:\Windows\System32\DDORes.dll
6. C:\Windows\System32\GameUx.Dll
7. C:\Windows\System32\imageres.dll
8. C:\Windows\System32\mmcndmgr.dll
9. C:\Windows\System32\mmRes.Dll
10. C:\Windows\System32\MorIcons.Dll
11. C:\Windows\System32\NetCenter.Dll
12. C:\Windows\System32\netshell.dll
13. C:\Windows\System32\networkexplorer.dll
14. C:\Windows\System32\PifMgr.dll
15. C:\Windows\System32\PniDui.Dll
16. C:\Windows\System32\SensorsCpl.Dll
17. C:\Windows\System32\SetupApi.Dll
18. C:\Windows\System32\Shell32.Dll
19. C:\Windows\System32\wmploc.DLL
20. C:\Windows\System32\wpdshext.dll

How to change shortcut icon?

Find a shortcut on your desktop and right-click on it and select Properties. On most, you'll have an option to "Change Icon".

I've found there are any number of .exe and .dll files that have icons in the Windows and Windows sub-folder directories. You just have to use the "Browse" button after selecting "Change Icon" and click on an .exe file or .dll file. Of course, shell32.dll is probably the largest icon archive in Windows.

Tools untuk Scoring Load Time Website

Ada beberapa online tools untuk mengukur seberapa cepat load time website anda ditangani browser. Load time mencerminkan optimal atau tidaknya kode di dalam struktur html.

Berikut ini tool yang dapat digunakan:
http://gtmetrix.com/
http://tools.pingdom.com/

Umumnya parameter yang diukur adalah page speed dan yslow. YSlow menganalisa halaman web dan menunjukkan mengapa lemot di load berdasarkan aturan Yahoo untuk web dengan performa terbaik.

Create Chrome Incognito Shortcut

Create a shortcut for chrome browser as usual. And then add a flag code -incognito after the path.

Example: "C:\Program Files\Google\Chrome\Application\chrome.exe" -incognito

What is incognito mode in chrome browser?

Quote from google support website, incognito mode is browse in private. A site that you open and files that you download while you're in incognito aren't recorded in your browsing and download histories. All new cookies are deleted after you close all incognito windows that you've opened.

Browsing in incognito mode only keeps Google Chrome from storing information about the websites you've visited. The websites you visit may still have records of your visit. Also, any files saved to your computer or mobile devices will still remain.

For an example, if you sign into your Google Account while in incognito mode, your Google searches will be recorded in your Google Web History. In this case, to prevent your searches from being stored in your Google Account, you can turn off your Google Web History.

Abonemen Speedy Januari 2014 Naik

Biasanya saya membayar speedy dengan abonemen 166.200. Restitusi 18.700. PPN unsur kena pajak 14.750.

Hari ini saya membayar tagihan bulan Januari 2014. Tertera abonemen 178.700. Restitusi 18.700. PPN unsur kena pajak 16.000.

Ada kenaikan abonemen sebesar Rp. 12.500,- dan PPN pajak sebesar Rp. 1.250,-
Total kenaikan speedy per Januari 2014 adalah Rp. 13.750,-

Tidak ada pengumuman ataupun pemberitahuan. Telkom sebagai perusahaan negara tetap semena-mena terhadap pelanggannya. Tidak memberi contoh yang baik pada tataran moral berdagang.

Sama seperti perusahaan jasa layanan telekomunikasi yang lain di Indonesia. Tiap konsumen pasti memiliki pengalaman dicurangi atau layanan yang tidak sesuai dengan yang konsumen harapkan. Inilah Indonesia. Saya bangga jadi warga negara Indonesia. Tidak oleh pejabatnya. Tidak pula oleh rakyatnya. Saling memangsa.

Seluk Beluk Bisnis VCC

VCC = Virtual Credit Card

Bagaimana berdagang VCC?

Register ke perusahaan penyedia VCC

Beberapa website penyedia VCC:

http://www.neteller.com/
https://www.entropay.com/
https://bancore.com/

Deposit.

Generate code. :)

Crawl "Fetch as Google" Quota

Berapa kuota "Fetch as Google" di dalam Google Webmasters?

Per account: 500 URLs per minggu. Dan, 10 url & link di dalamnya (URL and linked pages ) tiap bulan.



Apakah berbahaya terlalu sering "Fetch Google"?
Saya sama sekali tidak khawatir. Toh fungsi ini memang disediakan untuk pemilik website. :) Lagian kan sudah ada batasannya tuh dari pihak mBah.

How to Fix Digsby from Twitter: Failed to Connect

I believe i managed to fix the issue as follows:



edit the file twitter.js in the path Digsby\lib\plugins\twitter\res,
find the apiRoot parameter (mostly you will find it at line 208)
just update it from 'https://api.twitter.com/1/' to 'https://api.twitter.com/1.1/'

and start digsby. Twitter will be working well!