8
The openSUSE Conference – a Few Months Laterview story

http://news.opensuse.org – This article attempts to give a bit of an overview of what happened at oSC 12. And that is lots and lots, as you can see in the Google Plus event page for oSC12 and LinuxDays. You can find a lot of CC licensed pictures here and of course in this article. (Distributions)

7
Error during click on settings buttonview story

http://stackoverflow.com – I'm new to Android Development and was trying to get a Settings menu to show up on my app. The XML file for Preferences is here: <?xml version="1.0" encoding="UTF-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/settings"> <SwitchPreference android:title="Switch Preference" android:key="switchpref" android:switchT (HowTos)

7
Trying to setup an iptables port 80 to 8080 redirect on debian 6view story

http://serverfault.com – When trying to setup a redirect and save the iptables file via iptables-restore, i get the following error: iptables-restore v1.4.8: Line 31 seems to have a -t table option. Error occurred at line: 31 Here's the full file, with the line im trying to use to redirect at #31 *filter # Allows all loopback (lo0) traffic and drop all traffic to 127/8 that doesn't use lo0 -A INPUT -i lo -j ACCEPT - (HowTos)

7
fsck.ext3: Device or resource busy on server with RAID after power outageview story

http://serverfault.com – I am recovering Dell Poweredge R510 server running Scientific Linux 5.5 after an unexpected power outage. The server was set up by our previous system administrator (I'm a grad student). (HowTos)

7
Should HA hardware be in separate cabinets?view story

http://serverfault.com – I want to host (co-located) a service at a Pier1, Q9 or some similar hosting facility. Is it best practice to put my failover hardware in separate cabinets, and in your experience, will the hosting provider allow this? (HowTos)

7
How to route all Internet traffic from Windows 7 client through OpenVPN serverview story

http://serverfault.com – I'm having trouble setting up a private VPN to route all traffic from my clients through my VPS linux box in another country. I'm able to connect successfully and ping the internal IP of the VPN, but my client's Internet traffic still goes out through its local ISP (i.e. (HowTos)

7
Why can I reach a different interface's IP address?view story

http://unix.stackexchange.com – I'm wondering about this, and I can't seem to find an explanation on the internet. I have a linux gateway which has multiple interfaces: eth0: external ip eth1: 172.16.1.1/24 eth2: 172.16.2.1/24 ip_forward is enabled. IPtables is configured to NAT traffic from eth1 -> eth0 and eth2 -> eth0. (HowTos)

7
How to get Wine to work on Linux?view story

http://unix.stackexchange.com – I want to run a .msi file on Fedora 17. After installing Wine Windows Program Loader on my Linux machine, it failed to run the file. (HowTos)

7
Dealing with "problem" users (SPAM etc) on Google+view story

https://bbs.archlinux.org – It is in our policy: https://wiki.archlinux.org/index.php/Fo … uette#SpamJust use the "Report" button if anything like this occurs. bernarcher https://bbs.archlinux.org/profile.php?id=23156 2013-01-12T14:45:29Z (HowTos)

7
Allow User to Shut Down XP from the Command Lineview story

http://serverfault.com – Using Remote Desktop (RDP/Terminal Services), I can't select Shutdown/Reboot from the Windows XP start menu, so I generally have to open a terminal and enter shutdown -s -t 0 to initiate an immediate shutdown. But, for a new system, I have added a non-administrative user to the Remote Desktop Users group, and when I try to issue a shutdown command as that user, the command returns the following e (HowTos)