I’ve wanted a wireless router for some time although never bothered my ass but I got my Wanadoo Livebox today. I have been frustrated for some time with the Speedtouch 330 and although I got it working on Suse 9.2 and 9.3 there were still some services I could not use with the SPeedtouch (e.g…. Read more »
Posts Categorized: Uncategorized
Perfect Suse Setup
http://www.howtoforge.com/perfect_setup_suse_9.3 includes Apache, PHP, Mail, DNS etc
Helpful Linux Commands
TAR RPMrpm -Uvh packagename.rpm APT on SUSEapt –no-checksig install softwarename APT on Ubunut sudo apt-get install softwarename GETTING THE IP ADDRESSsu (to be root)ifconfig
APT on SUSE
To Install Apt4RPM Choose your architecture/version from this directory:ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/and then navigate to the RPMS.suser-rbos directory. To install Apt for SUSE download the following packages:aptapt-libs Install with:rpm -Uvh *.rpm –nodeps Upddate the Sources List: /etc/apt/sources.listor use this one (substituting the suse version number e.g. 9.2 with 9.3.)http://madpenguin.org/images/articles/20050305/sources.list.tar.gz Next: apt-get update To install software by apt use:apt… Read more »