četvrtak, 8. siječnja 2015.

Telegram is a popular free Instant messenger application...

Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.

Telegram is a popular free Instant messenger application that can be used to chat with your friends all over the world.

Telegram is free forever, no ads, no subscription fees.

Telegram is available for many different platforms, including Linux, Android, iOS, Windows Phone, Windows, and Mac OS X.

https://telegram.org



Install telegram on Mint 17, Ubuntu 14.04

$ sudo add-apt-repository ppa:atareao/telegram
$ sudo apt-get update
$ sudo apt-get install telegram

srijeda, 7. siječnja 2015.

How to fix Virtualbox error

How to fix Virtualbox error “Kernel driver not installed (rc=-1908)”
on Ubuntu 14.04, Mint 17

$ sudo apt-get install build-essential module-assistant
$ sudo m-a prepare
$ sudo /etc/init.d/vboxdrv setup
$ sudo /etc/init.d/vboxdrv setup

nmon - Nigel's performance Monitor for Linux

nmon - Nigel's performance Monitor for Linux

This systems administrator, tuner, benchmark tool gives you a huge amount of important performance information in one go.

http://nmon.sourceforge.net/pmwiki.php


Install nmon on Mint, Ubuntu, and all Debian based distro...

$ sudo apt-get update
$ sudo apt-get install nmon
$ nmon


Popcorn Time streams movies and TV shows from torrents

https://popcorntime.io/

Watch Movies and TV Shows instantly
Popcorn Time streams movies and TV shows from torrents

 

Install on Mint, Ubuntu, Xubuntu, all Debian based...


$ sudo add-apt-repository ppa:webupd8team/popcorntime
$ sudo apt-get update
$ sudo apt-get install popcorn-time

---------------------------------------------------

Syncthing

Syncthing is still in development, although a large number of features have already been implemented:

Web GUI. Configure and monitor Syncthing via a responsive and powerful interface accessible via your browser.

Portable. Works on Mac OS X, Windows, Linux, FreeBSD and Solaris. Run it on your desktop computers and synchronize them with your server for backup.

Simple. Syncthing doesn't need IP addresses or advanced configuration: it just works, over LAN and over the Internet. Every machine is identified by an ID. Just give your ID to you friends, share a folder and watch: UPnP will do if you don't want to port forward or you don't know how.

Powerful. Synchronize as many folders as you need with different people.

http://syncthing.net

-----------------------------

Install Syncthing on Mint, Ubuntu...

$ sudo add-apt-repository ppa:ytvwld/syncthing
$ sudo apt-get update
$ sudo apt-get install syncthing



Install Syncthing GTK

$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install syncthing-gtk


srijeda, 24. rujna 2014.

How to start Xubuntu 14.04 everytime in text mode

Boot into CLI.

$ sudo apt-get install nano

$ sudo nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

to this

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”

$ sudo update-grub

$ sudo shutdown -r now

Monitorix - monitoring tool

Monitorix is a free, open source, lightweight system monitoring tool

How install to Raspbian

$ sudo apt-get update

$ sudo apt-get install rrdtool perl libwww-perl libmailtools-perl libmime-lite-perl librrds-perl libdbi-perl libxml-simple-perl libhttp-server-simple-perl libconfig-general-perl

$ cd ~/Desktop

Download file..
~/Desktop$ wget http://www.monitorix.org/monitorix_3.6.0-izzy1_all.deb

Install Monitorix..
~/Desktop$ sudo dpkg -i monitorix_3.3.0-izzy1_all.deb

~/Desktop$ sudo apt-get -f install

Remove *.deb file from Desktop
~/Desktop$ rm -f monitorix_3.3.0-izzy1_all.deb

~/Desktop$ cd

If you have ufw firewall on Raspberry Pi allow 8080 port
~$ sudo ufw allow proto tcp to any port 8080

Point your browser to http://localhost:8080/monitorix/ and enjoy!