Fedora: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
Zeile 14: Zeile 14:
 
:- rpm downloaden
 
:- rpm downloaden
  
  sudo rpm -i flash-player-npapi-32.0.0.142-release.x86_64.rpm  
+
    sudo rpm -i flash-player-npapi-32.0.0.142-release.x86_64.rpm  
 +
 
 +
Upgrade und Programme
 +
    sudo dnf upgrade
 +
    sudo dnf install @kde-desktop
 +
    sudo dnf install java-1.8.0-openjdk
 +
    sudo dnf install keepass
 +
    chmod +x netbeans-8.0.2-php-linux.sh
 +
    ./netbeans-8.0.2-php-linux.sh
 +
 
 +
Keys
 +
 
 +
    cd ~
 +
    mkdir .ssh
 +
    cd .ssh
 +
    ssh-keygen
 +
    chmod 0600 id_rsa
 +
    vim config
 +
 
 +
  # ssh (secure shell) configuration file
 +
  Host test1
 +
    HostName 123.456.789.0
 +
    Port 980
 +
    User MeinBenutzerName
 +
 
 +
  Host test2
 +
    HostName test.mynet.local
 +
    User test
 +
    CheckHostIP no
 +
    Cipher blowfish
 +
 
 +
  Host foobar
 +
    HostName domain.tld
 +
    Port 55550
 +
    User fanta
 +
    IdentityFile ~/.ssh/private_ssh_key_rsa
  
 
; suspend
 
; suspend

Version vom 7. März 2019, 00:37 Uhr

Fedora Blog / Magazine

Fedoramagazine.org

INSTALL

Installierte RedHat, Fedora und CentOS Version anzeigen lassen

   cat /etc/redhat-release
   cat /etc/*-release

Flash für Firefox

- Firefox schliessen,
- Get flash bei google eingeben
- rpm downloaden
   sudo rpm -i flash-player-npapi-32.0.0.142-release.x86_64.rpm 

Upgrade und Programme

   sudo dnf upgrade
   sudo dnf install @kde-desktop
   sudo dnf install java-1.8.0-openjdk
   sudo dnf install keepass
   chmod +x netbeans-8.0.2-php-linux.sh 
   ./netbeans-8.0.2-php-linux.sh 

Keys

   cd ~
   mkdir .ssh
   cd .ssh
   ssh-keygen
   chmod 0600 id_rsa
   vim config
 # ssh (secure shell) configuration file
 Host test1
   HostName 123.456.789.0
   Port 980
   User MeinBenutzerName
 Host test2
   HostName test.mynet.local
   User test
   CheckHostIP no
   Cipher blowfish
 Host foobar
   HostName domain.tld
   Port 55550
   User fanta
   IdentityFile ~/.ssh/private_ssh_key_rsa
suspend
In gnome click at the battery status indicator in upper right corner and then hold 'alt'. You'll see, that shutdown button transforms to suspend button.
Grafik
HWinfo
Software
Link