Categories
blog Elementary OS Linux teamviewer

teamviewer ubuntu

sudo dpkg --add-architecture i386

sudo apt-get update

wget http://www.teamviewer.com/download/teamviewer_linux.deb

sudo dpkg -i teamviewer_linux.deb

sudo apt-get install -f
Categories
blog Design Elementary OS gtk+ Linux Theme

Elementry OS Theme Design – Day 1

3 hrs found just some css that reallyΒ matter to me.

gtk.css

@define-color colorPrimary #fff;

 

gtk-widgets.css

/*******
* CSD *
******/

.titlebar {
background-image: linear-gradient(to bottom,
shade (@colorPrimary, 0.95),
shade (@colorPrimary, 0.95)
);
border-color: shade (@colorPrimary, 0.56);
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 0 0 1px;

text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);
icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);

box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.20),
inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.60);

padding: 0 3px;
}

.titlebar:backdrop {
background-image: linear-gradient(to bottom,
shade (@colorPrimary, 0.96),
shade (@colorPrimary, 0.96)
);
background-color: shade (@colorPrimary, 1.10);
border-color: shade (@colorPrimary, 0.64);

box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);

-gtk-image-effect: dim;
}

Categories
blog Linux Sublime Text

Sublime Text 3 Repository

Add the Sublime Text 3 Repository to your Synaptic Package Manager:

 sudo add-apt-repository ppa:webupd8team/sublime-text-3

Update:

sudo apt-get update

Install Sublime Text:

sudo apt-get install sublime-text-installer
Categories
blog Elementary OS Linux

#bookmark #elementryos #UNetbootin

#bookmark #elementryos #UNetbootin
sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin

Categories
blog Elementary OS Linux

waiting #elementaryos Freya Beta 2

Its been a day πŸ™‚ …waiting #elementaryos Freya Beta 2

v2

Categories
blog Linux OS X

WebDev Drive Me Crazy

Again webdev become headache. macbook air freezing withΒ loading screen and Β ubuntu helpless.