welcome: please sign in
location: Diff for "Ubuntu"
Differences between revisions 47 and 48
Revision 47 as of 2017-07-26 08:16:26
Size: 6306
Editor: 172
Comment:
Revision 48 as of 2017-07-26 08:19:33
Size: 6353
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * --(jitsi)--
  * --(Version: jitsi_2.10.5550-1_amd64.deb (stand 14.2.2017))--
  * --(for this I had to solve two dependencies)--
   * --(jitsi-archive-keyring_1.0.1_all.deb)--
   * --(and missing libappindicator1)--
  * --(Installation:)--
   * --(after downloading, switch to folder with downloaded files, or {{{wget -c https://download.jitsi.org/stable/jitsi_2.10.5550-1_amd64.deb to add }}})--
   * --({{{sudo dpkg -i jitsi_2.10.5550-1_amd64.deb}}})--
   * --({{{sudo apt-get -f install}}} (will mostly solve second dependency, if not sudo apt-get install libaapindicator1))--
   * --(if first dependency occures, download it from jitsi repository.)--
   * --({{{sudo dpkg -i jitsi-archive-keyring_1.0.1_all.deb}}})--
Line 27: Line 16:
jitsi crashed after reawake from suspend, so testing/trying new clients.
 * --(pidgin)-- has no carbon copy support you can get it from here https://github.com/gkdr/carbons. BUT it did not work well for me, your own message is not send to other clients just messages from others.
 * --(empathy)-- has no carbon copy support

currently testing:
 * gajim - jabber (XMPP) Chat client with carbon-copy support
Line 38: Line 21:
 * Dropbox
Line 50: Line 32:

== Chat Clients ==
'''currently testing''':
 * gajim - jabber (XMPP) Chat client with carbon-copy support

'''not using following clients anymore for different reasons''':
 * --(jitsi)-- crashed after reawake from suspend
  * --(Version: jitsi_2.10.5550-1_amd64.deb (stand 14.2.2017))--
  * --(for this I had to solve two dependencies)--
   * --(jitsi-archive-keyring_1.0.1_all.deb)--
   * --(and missing libappindicator1)--
  * --(Installation:)--
   * --(after downloading, switch to folder with downloaded files, or {{{wget -c https://download.jitsi.org/stable/jitsi_2.10.5550-1_amd64.deb to add }}})--
   * --({{{sudo dpkg -i jitsi_2.10.5550-1_amd64.deb}}})--
   * --({{{sudo apt-get -f install}}} (will mostly solve second dependency, if not sudo apt-get install libaapindicator1))--
   * --(if first dependency occures, download it from jitsi repository.)--
   * --({{{sudo dpkg -i jitsi-archive-keyring_1.0.1_all.deb}}})--
 * --(pidgin)-- has no carbon copy support you can get it from here https://github.com/gkdr/carbons. BUT it did not work well for me, your own message is not send to other clients just messages from others.
 * --(empathy)-- has no carbon copy support

Sammlung von Ubuntu Befehlen

gimicks für Ubuntu

  • to see right away that you are root atm; add following line to root .bashrc export PS1='\[\e[31m\]\u@\h:\w\[\e[0m\]\$'.

Software unter Ubuntu

Chat Clients

currently testing:

  • gajim - jabber (XMPP) Chat client with carbon-copy support

not using following clients anymore for different reasons:

  • jitsi crashed after reawake from suspend

    • Version: jitsi_2.10.5550-1_amd64.deb (stand 14.2.2017)

    • for this I had to solve two dependencies

      • jitsi-archive-keyring_1.0.1_all.deb

      • and missing libappindicator1

    • Installation:

      • after downloading, switch to folder with downloaded files, or wget -c https://download.jitsi.org/stable/jitsi_2.10.5550-1_amd64.deb to add 

      • sudo dpkg -i jitsi_2.10.5550-1_amd64.deb

      • sudo apt-get -f install (will mostly solve second dependency, if not sudo apt-get install libaapindicator1)

      • if first dependency occures, download it from jitsi repository.

      • sudo dpkg -i jitsi-archive-keyring_1.0.1_all.deb

  • pidgin has no carbon copy support you can get it from here https://github.com/gkdr/carbons. BUT it did not work well for me, your own message is not send to other clients just messages from others.

  • empathy has no carbon copy support

Programm Languages

java8

  • Installing Java 8 on Ubuntu
     sudo add-apt-repository ppa:webupd8team/java
     sudo apt-get update
     sudo apt-get install oracle-java8-installer
  • Configuring Java8 Environment
    • In Webupd8 ppa repository also providing a package to set environment variables, Install this package using following command.
     sudo apt-get install oracle-java8-set-default

python

  • sudo aptitude install python-pip

nodejs

Konfiguration

System Settings

  • Multiple workspaces, with the following two simple comands you can activate and configurate compiz. Arrangements of virtual desktops can be adjust with hsize (horizontal) and vsize (vertikal):
    gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 4
    gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 1
  • Alternative there is gui tool: unity-tweak-tool
    sudo apt-get install unity-tweak-tool

Drucker/ Printer

  • download and extract to Downloads

    ftp://ftp.dell.com/printer/Dell-5130cdn-Color-Laser-1.3-1.noarch.rpm

  • or use Dell_5130cdn.ppd

  • open printer-window -> New printer -> Network Printer -> find Network Printer -> enter current IP-address of printer (if it is not in same subnet as your laptop) -> press Find -> Choose IPP (xxx.xx.xxx.xx) -> press Forward -> provide PPD file -> choose your extract ppd file -> choose 2-Tray option and finish installation with a test page

Verwalten von ppa/ Management of ppa

Hinzufügen/ add

  • sudo add-apt-repository ''ppa:benutzer/paketname''
    • Beispiel für java8: sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    oder
    sudo aptitude update
    sudo apt-get dist-upgrade
  • Installieren von software per commandline:
    sudo aptitude install ProgrammName

Entfernen/ remove

  • sudo ppa-purge ''ppa:benutzer/paketname''

Anschauen von FremdPPAs/ checking foreign ppas

  • find /etc/apt -name „*\.list“ -exec grep -v „\s*#“ ‚{}‘ \; | grep -v „deb-src“ | grep -Piso „ppa.launchpad.net/[^/]+/[^/ ]+“ | sed -r ’s~^ppa.launchpad.net/~ppa:~‘

Probleme mit google PPA (depracted)

  • sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list"

PPA - list

  • indicator-multiload/stable-daily  - paket: indicator-multiload
    ppa:mozillateam/thunderbird-next

SSH -key

Generieren eines SSH-keys

  • ssh-keygen -t rsa

Ausgabe :

  • Enter file in which to save the key (/home/demo/.ssh/id_rsa):

Mit Enter wird eine Datei id_rsa im Verzeichnis .ssh erstellt.

  • Enter passphrase (empty for no passphrase):

Public key auf server kopieren

  • cat ~/.ssh/id_rsa.pub | ssh user@123.45.56.78 "mkdir -p ~/.ssh && cat >>  ~/.ssh/authorized_keys"

video converting by using ffmpeg

ffmpeg -i <input-file> -ar 44100 -ab 96 -f flv <output-file; e.g test.flv>

If you want to cut end of movie, you can use -t option: -t duration Set the recording time in seconds. “hh:mm:ss[.xxx]” syntax is also supported

hepe: Ubuntu (last edited 2018-10-10 09:10:42 by 172)