Postingan

Menampilkan postingan dengan label how to

Upload XML File to Connect to FTP Server with FileZilla

Gambar
This morning, I've got a call from the client about permission of his FTP Client link. He is can't access and Could not connect to server with response: 530 Login incorrect (critical error). To see that condition, I suggest to check back host, username, and password which has been given. But still couldn't connect, he said. And then I try also to access on my computer, using his account. Hehehe.. He is right :D Then I suggest another way, namely by upload XML File to connect to FTP Server with FileZilla. Instructions are as follows : Open your FileZilla FTP client. Select the Import option from the File menu (File ⇀ Import). Select the XML file you have just downloaded and click OK. To open a connection to your FTP server, select the Site Manager feature from the File menu (File ⇀ Site Manager).

Cara Mengetahui Cuaca di Kota Padang Melalui text-terminal (CLI) di Linux

Gambar
Terkait posting H4nk mengenai Teknik Grabbing dengan CURL di PHP , saya jadi teringat dengan command line untuk mengambil beberapa teks berupa kata atau kalimat dari suatu web. Perbedaannya di sini adalah saya menggunakan Command Line Interface pada Terminal di Linux, lalu perintah yang saya gunakan menggunakan wget. wget selalu digunakan oleh user linux dalam men-download aplikasi atau informasi melalui protokol http, https, atau ftp. Berikut salah satu contoh perintah wget (sekaligus screenshot) untuk mengetahui cuaca kota Padang menggunakan Wget : Bagaimana cara dan penjelasannya, nanti akan saya post di tulisan berikutnya :D

easy way to install driver canon pixma mx328 on ubuntu 11.04

Also a little hesitant when I want to buy a printer Canon MX328, because as we all know that Canon is usually only include a driver CD for Windows and Mac operating systems (CMIIW), whereas I am used to using Ubuntu 11.04 compared to Windows 7. I think it's no big deal, because there is now a PPA that provides a variety of printers made ​​by Canon driver, so the Ubuntu users can easily install the drivers just by typing a few command line in Terminal To add a PPA that I mean, please type the following command in Terminal: sudo add-apt-repository ppa:michael-gruz/canon sudo apt-get update Then to install the Canon Pixma MX328 driver, we select the driver Canon Pixma MX320. Here's the command in a terminal: sudo apt-get install cnijfilter-mx320series finished already, just only three commands, you just try it ;)

How to Restore GRUB2 in Ubuntu 11.04

Losing GRUB2 happen again this time, this happens because I have updated the originally installed Windows 7 on my netbook. Like it or not, I can't use Ubuntu 11.04 Natty Narwhal or BackTrack 5 Revolution, the Operating System only can access directly into Windows 7. For this time, I posted how to restoring GRUB2 on Ubuntu 11.04. A simple step that is as follows : 1. Boot to Netbook with LiveUSB Ubuntu 11.04 2. Select " Try Ubuntu without Installing " 3. if already in ubuntu desktop, open terminal with keyboard key combination CTRL + ALT + T 4. Type sudo fdisk -l This command serves to find the location of your linux root. In my case, I found in sda9 5. Then type sudo mount /dev/sda9 /mnt 6. Then type sudo grub-install --root-directory=/mnt/ /dev/sda 7. And then, update GRUB with the command sudo update-grub 8. The last, reboot Netbook with the command sudo reboot from your terminal. Don't forget to change the setting boot loader from USB to hard dr...