Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
installation [2018/09/02 10:46] – use 'admin' group not 'sudo' Zbigniew Jędrzejewski-Szmekinstallation [2018/09/02 10:53] – move Fedora part to bottom Zbigniew Jędrzejewski-Szmek
Line 44: Line 44:
 </code> </code>
  
-Fedora:+As student user:
 <code> <code>
-dnf -y --best install gcc gcc-c++ make autoconf automake libtool flex bison gdb gimp inkscape geeqie graphviz graphviz-doc lz4 firefox git gitg gitk git-core-doc git-gui git-email kcachegrind emacs vim gnome-builder gedit gedit-plugins htop ncurses-compat-libs moreutils 
- 
-... 
-</code> 
- 
-<code> 
-# As student user: 
 #aversion=5.2.0 #aversion=5.2.0
 #curl https://repo.continuum.io/archive/Anaconda3-$aversion-Linux-x86_64.sh -O #curl https://repo.continuum.io/archive/Anaconda3-$aversion-Linux-x86_64.sh -O
Line 71: Line 64:
 echo $'PROMPT_COMMAND=\'__git_ps1 "\\u@\\h:\\w" "\\\\\\$ "\'' >> ~/.bashrc echo $'PROMPT_COMMAND=\'__git_ps1 "\\u@\\h:\\w" "\\\\\\$ "\'' >> ~/.bashrc
 echo 'stty -ixon' >> ~/.bashrc echo 'stty -ixon' >> ~/.bashrc
 +gsettings set org.gnome.desktop.session idle-delay 0
 +gsettings set org.gnome.desktop.lockdown disable-lock-screen true
 </code> </code>
  
 Disable screen lock in settings → privacy. Disable screen lock in settings → privacy.
 Pin terminal and atom and spyder to sidebar. Pin terminal and atom and spyder to sidebar.
 +
 +
 +
 +
 +Fedora (ignore this part):
 +<code>
 +dnf -y --best install gcc gcc-c++ make autoconf automake libtool flex bison gdb gimp inkscape geeqie graphviz graphviz-doc lz4 firefox git gitg gitk git-core-doc git-gui git-email kcachegrind emacs vim gnome-builder gedit gedit-plugins htop ncurses-compat-libs moreutils
 +
 +...
 +</code>