Changing default editor for “crontab -e” in Slackware 13.1

Just found this thread (posting here for future reference, without using Google): http://ubuntuforums.org/showthread.php?p=9789781#post9789781 sudo nano /etc/profile export EDITOR=”/usr/bin/nano” export VISUAL=”/usr/bin/nano” Note: you have to reboot or log out/log back in to see the changes take effect

Setting up Slackware 13 (64-bit) (part 2)

Create yourself a user: #adduser “desired_name” Allow yourself to sudo make a sandwich: #nano /etc/sudoers make sure you add the following updates: %users          ALL=(ALL)       ALL (In case you decided to create your user on a different group, change the line above acordingly) Install Gnome SlackBuild #echo “SOURCE=http://get.gnomeslackbuild.org/gsb/gsb64-2.26_slackware64-13.0/:CUSTOM” >> /etc/slapt-get/slapt-getrc #slapt-get… Continue reading