Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
If you want to find the lowest unused file name of the format BOB[number] then something like this will do the job
set I=0
:loop
if exist BOB%I% (
set /a I=I+1
goto :loop
)
echo bob > BOB%I%
so if you want to move the file to the next one along then just replace the last line...
I think he means the listening vnc viewer like RealVNC has on windows. So the service is supplied on the end that inititiates the TCP connection. Don't think RealVNC exists for mac though, don't know if other clients do the same
In windows you can search for 'Pictures, music or video', select pictures. This will give yo ua window full of the files that you can copy and paste as normal
Yes it is possible. The best way to do it depends on the format though. One way is to play it in winamp and use the diskwriter output plugin. Wont be the fastest way but it works, and if youve already got winamp... Also, most other tools I could find to do it are shareware or otherwise restricted.
'net user' contains some of what you want. Type 'net user /help' for instructions.
in particular "net user $username $password /add" will do the job (if you put the password as * you'll be prompted or it, which is more secure, since the passwords not listed in your command history)
This adds...
There's a few options for wireless security, a combination of which should be enough to stop the average person using the network (espeially as theres 3 unsecured networks to use instead!) Firstly yu need to find out what encryption your router supports. Assuming it supports WPA you need to...
I've only ever used distribution bundled gui config tools for bind. Redhat/fedora ahs one, i don't know about others.
edit:
H'ver a quick google provided kcmbind