http://stackoverflow.com – I used gdb to attach to a process. I am trying to figure out why it's stuck in an infinite loop, and what it's doing. (HowTos)
http://stackoverflow.com – I used gdb to attach to a process. I am trying to figure out why it's stuck in an infinite loop, and what it's doing. (HowTos)
http://stackoverflow.com – My phone is with too many Pattern Lock, asking me for email and password, the problem is that internet is off. Surfing by the internet i found something about Android SDK, i think i am a little into it, i already install the USB drivers, the GOOGLE API for 4.0.3 and SDK tools & plataform tools etc etc. Already get it the cmd with plataform tools. (HowTos)
http://forum.xda-developers.com – Using Titanium backup I removed Voice command and installed s voice and started playing around with it working flawlessly. I went to market and started updating my apps (Just got the phone a few days ago) and tried to take a screenshot. I forgot what the command was (Power and home?) and I held power too long not knowing it's a force restart, and my phone well, restarted.... (HowTos)
http://stackoverflow.com – New to bash programming. I am not sure what is meant by 'output to stdout'. Does it mean print out to the command line? If I have a simple bash script: #!/bin/bash wget -q http://192.168.0.1/test -O - | grep -m 1 'Hello' it outputs a string to the terminal. Does this mean it's 'outputting to stdout' ? Thanks (HowTos)
http://unix.stackexchange.com – I am actually using Cygwin, but it is my understanding that it responds to Unix commands so hopefully I am in the correct place. I have an Arduino hooked up via USB to my LapTop for data reading. I want to be able to simultaneously be able to output the serial port data to the shell for my viewing and also save all that data as a text file. Is there a command I can use to do this? (HowTos)
http://forums.fedoraforum.org – I've got Fedora 18 with Gnome. When I click a user name on the login screen, the other ones disappear but the password prompt never shows up. It stays this way for a few seconds, then comes back to the original state with the list of users. (HowTos)
http://askubuntu.com – I'm very new to Ubuntu (and Linux). I forgot my main password and looked up how to delete it and now I'm at a root menu screen that says "-d, --delete". My question is what do I actually need to type at the command prompt? Typding "d" "-d" and all other variations I could think of didn't work. (HowTos)
http://unix.stackexchange.com – It's been over 10 years since I last used RedHat (which I believe that Oracle Linux came from). (HowTos)
http://crunchbang.org – When I am in Puppy Linux, there is a drop dead simple GUI to manage Samba shares. I installed PyNeighborhood in #!. Not sure exactly what I can do with it. Are there any other Samba GUI tools I can use?When I go to my other computer, I can see the computer with the Printer share showing but not the Home share I set up. (HowTos)
http://crunchbang.org – I copypastad some different ZSH related things from the web and ended up with this mess:# .zshrc # Author: Piotr Karbowski <piotr.karbowski@gmail.com> # License: beerware. # Basic zsh config. umask 077 ZDOTDIR=${ZDOTDIR:-${HOME}} ZSHDDIR="${HOME}/.config/zsh.d" HISTFILE="${ZDOTDIR}/.zsh_history" HISTSIZE='10000' SAVEHIST="${HISTSIZE}" export EDITOR=&q (HowTos)