Posts

Showing posts from January 25, 2015

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...