5
dd and Fat32view story

http://forums.fedoraforum.org – I have two questions; 1. Am trying to back up my hard drive to an external disk. The external disk is Fat32 formatted and the problem is that it can only take files which are maximum 4gb in size. The disk am trying to back up has 18gb data. Whats the way around this? This is the command am using (HowTos)

6
[other] iptables questionview story

http://ubuntuforums.org – I use ddwrt to redirect traffic to my squid/dansguardian box. It does this transparently using the iptables script below. #!/bin/sh PROXY_IP=192.168.1.2 PROXY_PORT=8080 LAN_IP=`nvram get lan_ipaddr` LAN_NET=$LAN_IP/`nvram get lan_netmask` iptables -t nat -A PREROUTING -i br0 -s $LAN_NET -d $LAN_NET -p tcp --dport 80 -j ACCEPT (HowTos)

4
[ubuntu] Trying to find 2nd public ip address on networkview story

http://ubuntuforums.org – HOPEFULLY SOMEONE CAN HELP, IM LOST!! (HowTos)

4
Cron help pleaseview story

https://www.centos.org – Sometimes cron has a limited $PATH when compared to other things. Sometimes, it can be fixed by putting the full path to the script, and, in the script, the full path to each command the script runs. [by scottro] (Distributions)

6
[ubuntu] unable to see samba share from client machinesview story

http://ubuntuforums.org – Hi, I just set up an ubuntu 9.10 server (no desktop environment, command line only) and I'm unable to see my samba share. I followed these instructions. Here are the relevant parts of my smb.conf file: (HowTos)

4
[ubuntu] Ubuntu Koala - no wireless networks showingview story

http://ubuntuforums.org – I have been working on this problem for a while but might be narrowing the options. This is an HP laptop running Ubuntu Koala. Until last week, the wireless had been working perfectly but suddenly it lost the wireless connection (to a Bell modem/wireless router) and all local wireless networks had disappeared. (HowTos)

6
[ubuntu] Sudo commandview story

http://ubuntuforums.org – Hello i have been working alot getting my computer online on wireless agian and now i have but i have to type this following command sudo route add default gw 192.168.1.1 Any way i can get it to pick that ip it self since i shall type that each time i re-boot my computer? (HowTos)

5
Mistelix, a DVD authoring and Slideshow creating application for Linuxview story

http://linuxers.org – (General)

6
[ubuntu] ubuntu 9.10 PPPoE problemview story

http://ubuntuforums.org – Hello all.... I have a working PPPoE connection which works fine with XP .. I have installed ubuntu 9.10 inside windows recently...But PPPoE is not working with ubuntu... (HowTos)

10
[all variants] Open VPN Issueview story

http://ubuntuforums.org – Hi i have question. I'm trying to connect OpenVPN server using shell command. I've installed all needed packages (I guess) if type Code: sudo openvpn client.ovpn and i've got messages: Code: Mon Feb 15 12:29:25 2010 OpenVPN 2.1_rc19 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] built on Oct 13 2009 (HowTos)