Difference between revisions of "Xubuntu Applist"

From WA2IAC Wiki
Jump to: navigation, search
(Created page with "= Xubuntu App List for New Installs = So many computers, so many Xubuntu installs. So little time. Here is my list of default apps to add to a fresh install... == apt-get ap...")
 
m (apt-get apps)
Line 7: Line 7:
 
These use the default repos...
 
These use the default repos...
  
rcs
+
*rcs
screen
+
*screen
gparted
+
*gparted
audacity
+
*audacity
liquidsoap (add: which packages!)
+
*liquidsoap (add: which packages!)
chromium
+
*chromium
tcl-tk (to do: specify)
+
*tcl-tk (to do: specify)
expect
+
*expect
komodo
+
*komodo
vpn-stuff (specify) see also: http://askubuntu.com/questions/153333/always-on-vpn-connection  
+
*vpn-stuff (specify) see also: http://askubuntu.com/questions/153333/always-on-vpn-connection  
ogg-stuff (specify)
+
** nmcli con up id YourVPNName My nmcli version is 0.9.4.0
gst123
+
** Ubuntu market VPNautoconnect
 +
*ogg-stuff (specify)
 +
*gst123
 +
* whois (find authoritative version or build repos)
  
  
 +
 +
== Related: CentOS 5 ==
 +
<pre>
 +
# fragments from iws init.sh
 +
echo "Installing software..."
 +
set +x
 +
yum install -y iptables
 +
yum install -y dstat
 +
yum install -y httpd
 +
yum install -y php
 +
yum install -y screen
 +
yum install -y rcs
 +
yum install -y traceroute
 +
yum install -y ftp
 +
yum install -y tcl8.5
 +
# GEOip requirements
 +
yum install -y httpd-devel
 +
yum install -y zlib
 +
yum install -y zlib-devel
 +
set -x
 +
</pre>
  
 
== Ubuntu Marketplace Apps ==
 
== Ubuntu Marketplace Apps ==

Revision as of 16:43, 5 September 2013