Tingkat terakhir di kampus (sebut saja ITB) merupakan hal-hal yang paling sibuk. Why not? untuk mengerjakan Tugas Akhir yang 5 SKS dan dipaksa untuk menyelesaikan secepat mungkin, semua cara dilakukan dari awal hingga menemukan sebuah inspirsai. Yah walau cuma ide sesaat. Contohnya: Saat ini (12 April 2012) subuh-subuh di lab ICA (Intelligent Control System), saya seorang mahasiswa yang mencoba-mencoba untuk "ngoprek" Software OpenTLD aka Predator aka TLD Vision. Saat itu sedang berusaha keras mencoba menggunakan software tersebut di laptop pribadi (Intel(R) Core(TM)2 CPU T5300 @1.73GHz) dengan OS Linux Ubuntu 10.04.
Perlengkapan tempur dalam laptop: 1. OpenCV 2.3.1 2. Matlab R2011b Setelah mencoba-coba baca dari beberapa referensi tiba-tiba DAMN, untuk running file "compile.m" diperlukan gcc-4.3 (Matlab R2011b) sedangkan yang tersedia saat ini gcc-4.4. Next, dengan segala car ... Read more » |
Berikut adalah cara atau langkah-langkah pengoprasian aplikasi Surfer 8.0 untuk pembuatan kontur.
|
Bank terkenal di Republik Kaya-Raya, baru meluncurkan program transfer secara online melalui mesin ATM. Hanya tinggal memasukkan jumlah yang ditransfer, maka uang nasabah akan ditransfer, canggih sekali bukan? :D Namun sayangnya, program ATM tersebut mengandung vulnerability yang sangat berbahaya karena dapat membocorkan data bank yang kategorinya "very very top super classified". Pokoknya kalau sampai data ini bocor, bank bisa bangkrut! Quiznya: 1. Dimanakah letak kesalahannya? 2. Exploitlah program ini untuk mencuri data rahasia bank. 3. Sertakan screenshot sebagai bukti anda berhasil mengexploit program ini.
...
Read more »
|
Kalkun is open source web-based SMS (Short Message Service) management,
it use gammu-smsd as SMS gateway engine to deliver and retrieve messages from your phone/modem.
Kalkun and gammu is two different things. you have to install and configure gammu at yourself.
Kalkun only manage database that given by gammu. Now we will install kalkun 0.2.1 Before install kalkun, we must install web server.
...
Read more »
|
deb ftp://ftp.itb.ac.id/pub/ubuntu lucid main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu lucid-security main restricted universe multiverse deb ftp://ftp.itb.ac.id/pub/ubuntu lucid-updates main restricted universe multiverse deb ftp://ftp.itb.ac.id/pub/ubuntu lucid-backports main restricted universe multiverse deb ftp://ftp.itb.ac.id/pub/ubuntu lucid-proposed main restricted universe multiverse deb-src ftp://ftp.itb.ac.id/pub/ubuntu lucid main restricted universe multiverse deb-src ftp://ftp.itb.ac.id/pub/ubuntu lucid-security main restricted universe multiverse deb-src ftp://ftp.itb.ac.id/pub/ubuntu lucid-updates main restricted universe multiverse deb-src ftp://ftp.itb.ac.id/pub/ubuntu lucid-backports main restricted universe multiverse deb-src ftp://ftp.itb.ac.id/pub/ubuntu lucid-proposed main restricted universe multiverse |
Recently I installed Ubuntu 10.04. When I want to install VMware Workstation 7 there is a slight problem. Here are the steps I did:
|
![]() We are pleased to inform you that the Computational Material Design and Quantum Engineering Laboratory, Research Group of Engineering Physics, Faculty of Industrial Technology, Institute of Technology Bandung (ITB), in cooperation with the Kasai Laboratory of the Osaka University will organize 2nd Asia Computational Materials Design Workshop. This workshop will provide lectures of leading-edge researches in Computational Materials Design (CMD) Science and hands-on practical training of the quantum simulation. The invited speaker
...
Read more »
|
The Apache server’s mod_rewrite module gives
you the ability to transparently redirect one URL to another, without
the user’s knowledge. This opens up all sorts of possibilities, from
simply redirecting old URLs to new addresses, to cleaning up the ‘dirty’
URLs coming from a poor publishing system — giving you URLs that are
friendlier to both readers and search engines.An Introduction to Rewriting Readable URLs are nice. A well designed website will have a logical
file system layout, with smart folder and file names, and as many
implementation details left out as possible. In the most well designed
sites, readers can guess at filenames with a high level of
success. However, there are some cases when the b ... Read more » |
# Hotmail Settings
As other web based email services, Hotmail is using the HTTP protocol
for connecting you to your mailbox. If you want to send and receive
Hotmail emails using an email client software, then your software must
support Hotmail HTTP access for your email account. Some email clients,
such as Outlook Express or Microsoft Outlook, offer builtin support for
Hotmail accounts, so you only have to select HTTP when you are asked to
select your email account type and select Hotmail as the HTTP Mail
Service Provider.Mail Server Settings for Hotmail using the Microsoft Outlook Connector If you are using Microsoft Outlook & the Outlook Connector, you can define your Hotmail account just like any regular POP3 email account: Hotmail Incoming Mail Server (POP3) - pop3.live.com (logon using Secure Password Authentification - SPA, mail server port: 995)   ... Read more » |
Setting the http_proxy variable
Here's how you set the variable: bash$ export http_proxy=http://proxy:8080 If you're required to use your username and password for your proxy, they can be specified this way. Obviously, port 8080 can and should be replaced with the valid port for your proxy server (sometimes it's 3128): bash$ export http_proxy=http://username:password@proxy:8080 =============================================================================================================================================================== Using adept apt-get behind proxy Create or edit /etc/apt/apt.conf Acquire::http::Proxy "http://[[user:password]@]proxy:port”; Sometimes you don’t need [user:password]. Just type: Acquire::http::Proxy "http://proxy:port" |