====== First steps after installation ====== This article should list the first steps to do after DeLi Linux is installed. Think of it as a starting point for novice users. ===== Installing applications in Deli 0.7.2 ==== If you performed a netinstall or wish to install more packages than the base selection you can use the command deliget. 'deliget showlist' will list all the available packages and 'deliget install PackageName' will install any package you want. Note : Deli 0.8.0 uses pacman (see the pacman wiki page). ===== Configure the X-Window system (the GUI) ===== see also http://www.delilinux.org/forum/topic.php?id=762 ==== Configure X ==== Note: the Tiny X server is smaller than Xorg, but with __some__ hardware obviously a little bit buggy * Boot into DeLi Linux and log in as root. * run **mkdir /etc/X11** * start **delisetup** * choose ''Setup Tiny X Server'' or "Setup Xorg server" {{installation:deliconfig1.jpg|}} * Acknowledge the hint about Xorg * Choose a X server (appropiate for your hardware). As a basic solution ''Xvesa'' should work in most cases {{installation:deliconfig2.jpg|}} * Select a video mode. The mode are listed as hex number with width x height x color depth. 1024x768x16 means a resolution of 1024x768 with a color depth of 16 bit (65536 colors). Consult the manual of your monitor if you are not sure what resolutions your monitor can handle. {{installation:deliconfig3.jpg|}} * Choose a window manager. Ice WM is recommended as it is the only offer at the moment ;)) {{installation:deliconfig4.jpg|}} * Exit delisetup * Type **startx** * That's it. X should be up and running now. {{installation:deliconfig5.jpg|}} ===== Setup Icewm for the unprivileged user ===== * login as root * change the owner of the file **/tmp/return** to or the mode to 0666\\ * logout or start a second session with "Alt-F2"\\ * login as \\ * run **delisetup** or **/usr/lib/delisetup/delisetup** \\ * go to the windowmanger setup, select icewm and install it\\ * quit delisetup\\ ===== Configure network ===== Today most computers are connected to a network and/or the Internet. Because of this networking setup is essential. ==== Setup with a connection to a local network or a router ==== If your computer is connected to a router and/or a local network it is possible that a DHCP server is running and the computer will get its IP address automatically. * As root run ''delisetup'' and choose ''Setup local network'' {{configuration:netconfig1.jpg|}} * Acknowledge the following message * Enter the hostname. This is the name of your computer. Choose any name you like. {{configuration:netconfig2.jpg|}} * Now enter the domain name. If you are connected to a local network ask your system administrator. Otherwise choose the appropriate domain name. If your computer is behind a router at home choose a random one with a top level domain that doesn't exist in the internet. I suggest ''.local'' as top level domain. {{configuration:netconfig3.jpg|}} * If you want to get the IP address automatically choose ''DHCP'' in the next window {{configuration:netconfig4.jpg|}} * If you haven't setup your network card already choose ''probe'' to detect the card automatically. * Acknowledge the card that has been found. Network setup is finished now. * You are now back in the main delisetup screen. Choose ''Setup the services to runs at boot'' * Select at least ''net'' {{configuration:netconfig5.jpg|}} * Quit delisetup * (note : at the moment you must have updated with **pacman -Syu** at first to fix a bug in order to use the "run at boottime" feature) * Back at the console run ''/etc/rc.d/net start'' * The network should be up and running now. Try to ''ping'' a site or open up the web browser and //surf the web//