Difference between revisions of "Suse-ubuntu equivalent commands"

From Linuxintro
(LjtcNYAPjnwUTgeJQm)
imported>ThorstenStaerk
 
Line 1: Line 1:
Chris your plan    Chris your plan with vtaruilbox vtaruil server machines is a good one. I use it over a year.As a server I use Ubuntu server, it's also a file server.1. vtaruil server is a Debian Lenny web server that's connected by nfs to main server2. ubuntu desktop that I use for boring jobs like coding, torrents, and few of my friends use it via NX server.As for CPU intense jobs I put 200Gb of video files and was recoding them to H.264 with Avidemux in vtaruil Ubuntu desktop. Stable as a rock.
+
This describes differences in the default installations of SUSE and Ubuntu.
 +
 
 +
{| class="wikitable sortable" border=1
 +
! description                        !! SUSE  !! Ubuntu
 +
|-
 +
| edit a text file in text mode      || vi    || vim
 +
|-
 +
| provide a long list of a directory || ll    || ls -l
 +
|-
 +
| install a software package, e.g. firefox || yast -i firefox || sudo apt-get install firefox
 +
|}

Latest revision as of 13:31, 19 September 2013

This describes differences in the default installations of SUSE and Ubuntu.

description SUSE Ubuntu
edit a text file in text mode vi vim
provide a long list of a directory ll ls -l
install a software package, e.g. firefox yast -i firefox sudo apt-get install firefox