7
Windows shared folder access from a domain user to a non-domain userview story

http://serverfault.com – I have two computer, the first one is the server (so WinXP) with a shared folder granted for user "test" and this is out of domain, it is just in WORKGROUP. The second computer is a client computer (WS2012) in domain and i would like to access directly to the shared folder of the server without prompting username/password. I tried to add a "test" user (with the same password) in localuser of the (HowTos)

7
How to authenticate from program code to retrieve data from specific uri in android..?view story

http://stackoverflow.com – I am working on project in which i need to by pass authentication through coding and hit a Uri to fetch some data. like the uri for Login page is: http://www.test.com/login.htm where two TextFields are provided for username and password.on click of submit i am lead to the page having uri: http://www.test.com/status/info.htm where the needed information is provided in the form of html data. (HowTos)

7
What should I check after an unauthorized access?view story

http://unix.stackexchange.com – I accidentally left an open port on my router, leaving access to one of my computers via SSH, using a rather insecure password. I noticed because I checked /var/log/auth.log and there is just one entry from the outside. There's no bash history nor anything easily noticeable. What should I check to know my computer is not compromised? (HowTos)

7
Can't open windows share with loginview story

http://askubuntu.com – Do I have to configure something in order to be able to access windows network shares? When opening the path smb://servername.fqdn/c$ in nautilus, I'll get a login mask asking for user, domain and password. When submitting the requested information, the same login mask appears again. (HowTos)

7
Su command not workingview story

http://askubuntu.com – Hi I am trying to use the su command to run an application as another user In this case I am trying to run irssi blah@ubuntu: su - irssi (enter password) blah@ubuntu: (nothing happens) I run gksu and set same parameters and it works, and doesn't ask me for the user password. WTF? (HowTos)

7
wifi authentication problemview story

http://forums.androidcentral.com – Help! My wifi use to connect fine for the first few months of having my phone, however now it just says "authentication problems" while trying to connect. I have for sure typed the password in correctly, i have tried forgetting the network and trying again, tried restarting my phone, tried resetting the rowder and nothing seems to be working, my other wireless devices connect fine (HowTos)

7
symbolic link problemview story

http://crunchbang.org – I have placed the map firefox in opt/.Now I want to place a symbolic link in /usr/bin.This is the output of my terminal:ecmporter@peek:~$ sudo -i [sudo] password for ecmporter: root@peek:~# ln -s /opt/firefox/firefox /usr/bin/firefox ln: creating symbolic link `/usr/bin/firefox/firefox': File exists root@peek:~# firefox -bash: firefox: command not found root@peek:~# sudo rm -r /usr/bin/firef (HowTos)

7
Receiving extra info from server responseview story

http://stackoverflow.com – HI I am sending a username to my php file located on the server to check if the username exists in my database. (HowTos)

7
Ubuntu 12.04.1 Server Keychain Not Prompting Passwordview story

http://serverfault.com – I am running an Ubuntu web server and have setup RSA public/private keys so that I can backup over to my windows server securely. I have tested backing up my system over SFTP and it works fine. I have recently scripted the backup process but I am running into an issue with private key pass phrase that I have to type every single time. (HowTos)

7
How to command fdisk actions to be in one single instructions?view story

http://askubuntu.com – For example: sam@sam:~$ sudo fdisk /dev/sdb [sudo] password for sam: Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel with disk identifier 0xb063e88f. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won't be recoverable. Warning: invalid flag 0x0000 of par (HowTos)