Hello!
I am trying to register account in Dropbox using cURL. There are a lot of existing examples doing POST and other useful stuff, however it doesn't work for me. Using formpost.pl script i got info:
Code:
--- FORM report.
Hiya everybody. I have a tablet pc and was wondering if there was anyway to have an on screen keyboard or handwriting input available for logging in, waking up from suspend/hibernate, and for inputing gksu passwords. As it is, i find it to be really annoying to have to swivel the screen just to input a password.
Hey there, thanks for these scripts!In case that helps anyone I have modified the powerpill-light script to be usable from yaourt.Here is the section (may be ugly code, I am no bash dev)input="$@"
if [[ $input == -S* ]]; then
input=${input:2}
input=${input/--force -/-f}
if [[ ${input:0:1} == " " ]]; then
input=${input:1}
fi
I am setting up a system for students to use to run lab-based exams. On bootup, the system needs to download an encrypted file containing the exam files, and then ask for a decryption password.
I want to do this during system startup (before anyone logs in). But I am having trouble getting keyboard input at this point.
I posted this under security, though i fear it was the wrong place..
If i had two boxes, i added a user to one and set a password.
I then add the user to the second box using useradd.
How can i take the encrypted password from box 1 for input into box 2 - ideally something i can use in a shell script.
I've tried so far, searching and replacing, but the passwords contain "/$." etc, I
We had a long discussion if Key-based authentication with SSH (particularly OpenSSH) is more secure than with passwords. My co-workers always connect to servers with passwords; while I prefer to log in to a system without entering the password every time.
They have fear that it is not secure to connect without a password. What should I tell them?
Code:
echo "Enter the Value : "
read value
sed '1s:\(.\{6\}\)\(.\{4\}\):\1'$value':' flextran$RUN_DATE-completed.txt > temp.txt
mv temp.txt flextran$RUN_DATE-completed.txt
on the run time after entering the input value it waits for keystroke and the values is not input to the function
The output shows as,
Code:
Enter the Value :
2492 [Enterned value]
---- it exitst
Hello there, I am posting to seek help with a KSH script,
I am making a simple calculation program where the user can enter as many numbers as they like, I am getting their input using the read command, however I am not sure how to repeat doing this and storing the input in to new variables until the user wants the program to calculate.
Here is what I have so far
Code:
#!/bin/ksh
I'm trying to get HAL to load my touchpad's preferences at startup, but for some unknown reason to me, it isn't.
I've got a an Eee PC 1000 HE with an Elantech Touchpad.