http://unix.stackexchange.com – I got an error, I didn't understand why this happens. (HowTos)
http://unix.stackexchange.com – I got an error, I didn't understand why this happens. (HowTos)
http://serverfault.com – My logwatch shows this message: A total of 1 sites probed the server 79.209.121.18 A total of 1 possible successful probes were detected (the following URLs contain strings that match one or more of a listing of strings that indicate a possible exploit): null HTTP Response 200 I check this address in the logs and get 79.209.121.18 - - [12/Mar/2013:03:46:15 +0530] "GET / HTTP/1.1" (HowTos)
http://askubuntu.com – How can I see time/date/ip address of the computers that accessed my computer, and is it possible to see if they accessed any (and which) files that I share using samba? Is there any samba log file? Just to add: directories are shared without username/password. (HowTos)
http://serverfault.com – My eth0 interface does not process a legitimate arp reply. When I try to ping a host, I see arp request and reply with tcpdump from the host I try to ping from, but ip neigh says that there is a failure. This has to do something with my bridge configuration, set up by quantum. I experience this when I have the following in /etc/network/interfaces: auto eth0 iface eth0 inet dhcp I do get an IP i (HowTos)
http://askubuntu.com – I have a laptop with Windows 7 and Ubuntu 12.04. I have a Cisco E1200 and when I set it up, it created 2 SSIDs. Let's name them: MyConnection (WPA/WPA2 personal), and MyConnection-Guest (no authentication, guest password entered via web browser). I had no problem connecting to MyConnection before, either in Windows 7 and Ubuntu. But now, I can't access MyConnection on Ubuntu. (HowTos)
https://bbs.archlinux.org – Is your device eth0? The interface naming scheme has changed, it's no longet eth0, eth1 and so on, but udev gives names to devices based on the MAC address now. Unless you manually changed config files, you will have this new naming scheme in effect. Check with ip link. elkoraco https://bbs.archlinux.org/profile.php?id=68503 2013-03-13T09:17:49Z (HowTos)
http://stackoverflow.com – According the the mlock() man page: All pages that contain a part of the specified address range are guaranteed to be resident in RAM when the call returns successfully; the pages are guaranteed to stay in RAM until later unlocked. Does this also guarantee that the physical address of these pages is constant throughout their lifetime, or until unlocked? If not (that is, if it can be mov (HowTos)
http://stackoverflow.com – On a very simple PC, I want to replace Ubuntu 12.04 /sbin/init by the most simple bash script in order to have the very minimum number of running processes. Obviously, no X, no USB, no detection of new hardware, no upgrade, no apt, "nothing", I just need a working console with a DHCP-based Wi-Fi IP address (ssid, passphrase are already stored in /etc/network/interfaces). That's all. (HowTos)
http://stackoverflow.com – I have a ListView that is complex in that there are possible scenarios for 4 view types e.g. { book, movie, music cd, concert } Currently, to decide on what object to inflate etc, I get the item that relates to the list row. (HowTos)
http://stackoverflow.com – A friend of mine wants an app made in which users fill out information on their Android or iPhone (just basic stuff like name, contact information, etc), and that information is sent to an email address. He also wants the emailed encrypted so that the vital information isn't somehow abused before it reaches the destination email. (HowTos)