Setting up the hosted developer workstation with Fedora: Difference between revisions
Jump to navigation
Jump to search
m (Pokorra moved page Setting up the hosted developer workstation to Setting up the hosted developer workstation with Fedora) |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
install software: | install software: | ||
yum install @ | yum install @xfce-desktop google-droid-*-fonts | ||
yum remove xscreensaver* xpad | yum remove xscreensaver* xpad | ||
yum install x2goserver | yum install x2goserver | ||
mv /usr/bin/startkde /usr/bin/startkde.bak | mv /usr/bin/startkde /usr/bin/startkde.bak | ||
ln -s /usr/bin/ | mv /usr/bin/startlxde /usr/bin/startlxde.bak | ||
ln -s /usr/bin/startxfce4 /usr/bin/startkde | |||
ln -s /usr/bin/startxfce4 /usr/bin/startlxde | |||
== Development environment == | == Development environment == |
Latest revision as of 11:14, 16 Ocak 2016
Same for Ubuntu
Operating System and Remote Desktop
Operating System:
Fedora 23
install software:
yum install @xfce-desktop google-droid-*-fonts yum remove xscreensaver* xpad yum install x2goserver mv /usr/bin/startkde /usr/bin/startkde.bak mv /usr/bin/startlxde /usr/bin/startlxde.bak ln -s /usr/bin/startxfce4 /usr/bin/startkde ln -s /usr/bin/startxfce4 /usr/bin/startlxde
Development environment
# mono-tools contains monodoc, so that you can browse the Mono documentation dnf install monodevelop xsp nunit-gui mono-tools dnf install nant uncrustify postgresql pgadmin3 konversation hexchat geany meld git-core git-cola dia firefox # Git integrated in context menu of Thunar, file manager: dnf install rabbitvcs-thunar thunar-vcs-plugin gnome-icon-theme-symbolic
sql2diagram, for nant dbdoc
:
dnf install 'dnf-command(config-manager)' dnf config-manager --add-repo https://lbs.solidcharity.com/repos/tpokorra/openpetra/fedora/23/lbs-tpokorra-openpetra.repo dnf install sql2diagram