Posts

Showing posts from 2015

Mengetahui processor kita berapa bit

untuk mengetahui linux kita 32 atau 64 bit , cara yang paling mudah adalah mengetikan kode ini di terminal grep flags /proc/cpuinfo nanti akan keluar seperti ini flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt xsave avx lahf_lm arat pln pts dts tpr_shadow vnmi flexpriority ept vpid Perhatikan tanda yang ane bold , jika dalam baris tersebut terdapat lm berarti prosesor 64 bit, jika tm berarti 32 bit :D

Check internet speed by ubuntu terminal

open terminal ctrl-alt-t install apt wget -o speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py next chmod +x speedtest-cli for testing your internet speed ./speedtest-cli wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli - See more at: http://tuxplus.blogspot.com/2014/01/cara-cek-kecepatan-internet-di-terminal.html#sthash.b84T8gR0.dpuf wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli - See more at: http://tuxplus.blogspot.com/2014/01/cara-cek-kecepatan-internet-di-terminal.html#sthash.b84T8gR0.dpuf wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli - See more at: http://tuxplus.blogspot.com/2014/01/cara-cek-kecepatan-internet-di-terminal.html#sthash.b84T8gR0.dpuf wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/spee...

Install Photoshop on Ubuntu 14.04

This article is based on http://ajwebdesigner.in/blog/install-photoshop-cs6-on-linux-ubuntu-13-04/  and I made adjustment and notes based on my own experience. I already use Ubuntu 14.10 What is needed: 1. Internet Connection with huge internet quota (we are gonna need 2. Install bit torrent client from Ubuntu Software Center . I use  Transmission BitTorrent Client . What you need to know: 1. All command done in Command Line/Console/Terminal. Press  CTRL + ALT + T to open it 2. One line of command begins with ~$ thecommand  sign 3. Please copy-paste thecommand  only, without ~$ sign 4. Do it sequentially 5. Do it on your own risk LET'S BEGIN Install Wine 1. Add specific repository for wine       ~$ sudo add-apt-repository ppa:ubuntu-wine/ppa 2. Update your software database       ~$ sudo apt-get update 3. Install wine       ~$ sudo apt-get install wine1...