środa, 20 lipca 2016

bash-it

Bash-it is a collection of community Bash commands and scripts. (And a shameless ripoff of oh-my-zsh :smiley:) Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. Bash-it provides a solid framework for using, developing and maintaining shell scripts and custom commands for your daily work. 


If you're using the Bourne Again Shell (Bash) on a regular basis and have been looking for an easy way on how to keep all of these nice little scripts and aliases under control, then Bash-it is for you!
Stop polluting your ~/bin directory and your .bashrc file, fork/clone Bash-it and start hacking away.

INSTAL

piątek, 15 lipca 2016

Google Earth under Debian

To avoid unnecessary time loos witch downloading and ruining google earth under Debian
cd ~;sudo apt-get install googleearth-package libfreeimage3 
sudo apt get install  libcurl3:i386 libraw10:amd64 libidn11:i386 librtmp1:i386 libssh2-1:i386
 cd ~; make-googleearth-package
 -----------------------------
Success!
You can now install the package with e.g:
sudo dpkg -i googleearth_6.0.3.2197+1.2.0-1_amd64.deb

~$ sudo make-googleearth-package 
Refusing to run as root; use --force to override


 linux debian install Googleearth-package as it says


sudo apt-get install googleearth-package
sudo aptitude install  libfreeimage3 libcurl3:i386 libidn11:i386 librtmp1:i386 libssh2-1:i386  

Narzędzie do automatycznej budowy pakietu Google Earth do Debiana

Google Earth jest przeglądarką naszej planety w 3D, która umożliwia interaktywną nawigację po zdjęciach satelitarnych, mapach, i tak dalej.
Oprogramowanie Google Earth jest dostępne do GNU/Linuksa ze strony internetowej producenta, lecz jest to niewolne oprogramowanie, nie nadające się do dystrybucji. Nie integruje się dobrze z systemem Debian.
To narzędzie pozwala budować własny pakiet Google Earth do Debiana. Samo opakowanie jest Wolnym Oprogramowaniem, ale program Google Earth jest regulowany przez posiadacza praw autorskich (Google), więc mogą istnieć ograniczenia co do dysponowania ostatecznym pakietem (tj. redystrybucji, itp.). Googleearth-package po prostu pomaga w tworzeniu pakietu - użytkownik jest odpowiedzialny za rozsądne korzystanie z ostatecznego pakietu.
NAME
       make-googleearth-package - builds a googleearth Debian package
SYNOPSIS
       make-googleearth-package [options]
DESCRIPTION
       Creates a Debian package from the Google Earth GNU/Linux installer.  By default, will look for the installer in the current directory.  If  not found it will be downloaded automatically.
OPTIONS
       --fullname name Use name as full name in Maintainer field
       --email email Use email as email address in Maintainer field
       --file file Use file instead of GoogleEarthLinux.bin
       --download Always try to download a new version
       --cleanup Delete the installer after building successfully
       --quiet Suppress all intermediate build output
       --force Attempt to build an unsupported version
                                4 October 2014     make-googleearth-package(1)

Google Earth under Debiana

To avoid unnecessary time loos witch downloading and ruining google earth under Debian
cd ~;sudo apt-get install googleearth-package libfreeimage3 
sudo apt get install  libcurl3:i386 libraw10:amd64 libidn11:i386 librtmp1:i386 libssh2-1:i386
 cd ~; make-googleearth-package
 -----------------------------
Success!
You can now install the package with e.g:
sudo dpkg -i googleearth_6.0.3.2197+1.2.0-1_amd64.deb

~$ sudo make-googleearth-package 
Refusing to run as root; use --force to override


 linux debian install Googleearth-package as it says


sudo apt-get install googleearth-package
sudo aptitude install  libfreeimage3 libcurl3:i386 libidn11:i386 librtmp1:i386 libssh2-1:i386  

Narzędzie do automatycznej budowy pakietu Google Earth do Debiana

Google Earth jest przeglądarką naszej planety w 3D, która umożliwia interaktywną nawigację po zdjęciach satelitarnych, mapach, i tak dalej.
Oprogramowanie Google Earth jest dostępne do GNU/Linuksa ze strony internetowej producenta, lecz jest to niewolne oprogramowanie, nie nadające się do dystrybucji. Nie integruje się dobrze z systemem Debian.
To narzędzie pozwala budować własny pakiet Google Earth do Debiana. Samo opakowanie jest Wolnym Oprogramowaniem, ale program Google Earth jest regulowany przez posiadacza praw autorskich (Google), więc mogą istnieć ograniczenia co do dysponowania ostatecznym pakietem (tj. redystrybucji, itp.). Googleearth-package po prostu pomaga w tworzeniu pakietu - użytkownik jest odpowiedzialny za rozsądne korzystanie z ostatecznego pakietu.
NAME
       make-googleearth-package - builds a googleearth Debian package
SYNOPSIS
       make-googleearth-package [options]
DESCRIPTION
       Creates a Debian package from the Google Earth GNU/Linux installer.  By default, will look for the installer in the current directory.  If  not found it will be downloaded automatically.
OPTIONS
       --fullname name Use name as full name in Maintainer field
       --email email Use email as email address in Maintainer field
       --file file Use file instead of GoogleEarthLinux.bin
       --download Always try to download a new version
       --cleanup Delete the installer after building successfully
       --quiet Suppress all intermediate build output
       --force Attempt to build an unsupported version
                                4 October 2014     make-googleearth-package(1)