Category Archives: dreamlinux

Setting Up Linux Router Using Debian

Setting Up Linux Router Using Debian In this tutorial I am going to walk through with you the steps to setup a Linux Router.You can choose any Linux distribution, but in my case, I will be using Debian Lenny. You … Continue reading

Posted in dreamlinux, firewall, iptables, nat, network, router | 1 Comment

Configuring Network Interface by Command Line in Dreamlinux 2.2

Configuring Network Interface by command line in Dreamlinux 2.2 To set the IP address of your LAN card, say eth0, type: root@mars:/etc/init.d# nano /etc/network/interfaces Edit the file to include the following: auto eth0 iface eth0 inet static address 172.16.0.2 netmask … Continue reading

Posted in dreamlinux, network | Leave a comment

Exploring USB Wireless Network Connection in Dreamlinux 2.2

Exploring USB Wireless Network Connection in Dreamlinux 2.2 When you plugged in the USB Wireless Adapter, type: root@mars:~# lsusb Bus 001 Device 002: ID 148f:2573 Ralink Technology, Corp. Bus 001 Device 001: ID 0000:0000 This shows that Dreamlinux detected a … Continue reading

Posted in dreamlinux, wireless | Leave a comment

Changing the Time Zone in Dreamlinux 2.2

Changing the Time Zone in Dreamlinux 2.2 To configure your timezone, type: root@mars:~/Desktop# tzselect Please identify a location so that time zone rules can be set correctly. Please select a continent or ocean. 1) Africa 2) Americas 3) Antarctica 4) … Continue reading

Posted in dreamlinux, timezone | Leave a comment

Exploring minicom in Dreamlinux 2.2

Exploring minicom in Dreamlinux 2.2 Minicom is used to terminal into a router via serial port to configure, the router settings. To start off, install minicom. root@mars:~# apt-get install minicom After installation, proceed to configure minicom, by typing: root@mars:~# minicom … Continue reading

Posted in dreamlinux, network | Leave a comment

Installing Packages in Dreamlinux 2.2

Installing Packages in Dreamlinux 2.2 To install packages, type: # apt-get install telnetd But let’s say you receive the following error message: Reading Package Lists… Error! E: Dynamic MMap ran out of room E: Error occured while processing orange (NewVersion1) … Continue reading

Posted in dreamlinux, packages | Leave a comment

Configuring Sound In Dreamlinux 2.2 via Command Line

Configuring Sound In Dreamlinux 2.2 via Command Line To launch the sound mixer, type : root@mars:~# aumix &

Posted in dreamlinux, sound | Leave a comment

Accessing Removable Storage Devices in Dreamlinux 2.2

Accessing Removable Storage Devices in Dreamlinux 2.2 Insert your USB thumbdrive or external harddisk Dreamlinux will automatically detect your device and mount it. To check the device, type: root@mars:~# fdisk -l Disk /dev/hda: 8622 MB, 8622931968 bytes 255 heads, 63 … Continue reading

Posted in dreamlinux, thumbdrive | Leave a comment

Connecting to the Internet in Dreamlinux 2.2 via GUI

Connecting to the Internet in Dreamlinux 2.2 via GUI To configure the network settings to access the Internet, go to Start Program icon (this is the Linux Mint icon at the top left hand corner)–>Settings–>Network Settings and Select Configure settings. … Continue reading

Posted in dreamlinux, network | Leave a comment

Exploring SSH in Dreamlinux 2.2

Exploring SSH in Dreamlinux 2.2 In this exercise, you will need a ssh server and a ssh client. I have assigned Ubuntu as my ssh server while Dreamlinux takes the role of a ssh client. On the SSH server root@ismailrocks:~# … Continue reading

Posted in dreamlinux, ssh, X | Leave a comment