I recently found myself forced to work with Ubuntu.
I would like to ask what are the equivalence for some common administration tasks.
What is the equivalent of:
where do I add the SERVICE_ENABLE="YES" and other flags?
where do I store the ethernet config on Ubuntu?
I read about init.b, upstart and systemd, I'm looking for some simple non-outdated info.
Is Ubuntu storing configs in
What is the IPTABLE equivalent? Is there a short and sweet cheatsheet?
I read about
What is the equivalent of our precious ports-mgmt/portmaster?
would that be
how do you recompile world on Ubuntu?
I see that it is managed from another place, what's the best way to update the nameserver?
I noticed that Ubuntu is deprecating ifconfig for "ip" or "ethtool" why is that?
How does command-history work on bash?
I just want to be able to start a command line and "arrow up" the history to find a previous command.
I tried ctrl-R and !! but this seem clumsy, is there something i'm missing?
Please don't add to my misery by starting a flame war on which system is better.
I am a fanatic FreeBSD user who is instructed to manage a Ubuntu server.
I understand that my question would be useful the other way around on this forum.
I figure that any answer would also help Linux users migrate to FreeBSD.
I would like to ask what are the equivalence for some common administration tasks.
What is the equivalent of:
/etc/rc.conf
where do I add the SERVICE_ENABLE="YES" and other flags?
where do I store the ethernet config on Ubuntu?
I read about init.b, upstart and systemd, I'm looking for some simple non-outdated info.
/usr/local/etc/
Is Ubuntu storing configs in
/etc
? how do you distinguish between the original Ubuntu configs and the custom added software? how do you avoid messing up the /etc folder? ipfw add 10 allow ip from me to any 80
What is the IPTABLE equivalent? Is there a short and sweet cheatsheet?
pkg install www/apache24
I read about
apt-get
or apt
but then I have to update a repository in /etc/apt/sources. how does that work? portsnap fetch update
What is the equivalent of our precious ports-mgmt/portmaster?
freebsd-update fetch install
would that be
apt-get install dist-upgrade
? make buildworld && make buildkernel && make installkernel && make installworld
how do you recompile world on Ubuntu?
sysctl -a
/etc/sysctl.conf
and /boot/loader.conf
kldstat
and kldload
service apache24 start
/etc/resolv.conf
I see that it is managed from another place, what's the best way to update the nameserver?
ifconfig em0 inet 10.0.0.1/24
I noticed that Ubuntu is deprecating ifconfig for "ip" or "ethtool" why is that?
/bin/tcsh
vs bash
How does command-history work on bash?
I just want to be able to start a command line and "arrow up" the history to find a previous command.
I tried ctrl-R and !! but this seem clumsy, is there something i'm missing?
Please don't add to my misery by starting a flame war on which system is better.
I am a fanatic FreeBSD user who is instructed to manage a Ubuntu server.
I understand that my question would be useful the other way around on this forum.
I figure that any answer would also help Linux users migrate to FreeBSD.