| bio | website | jcubic.pl |
|---|---|---|
| location | Poland | |
| age | 32 | |
| visits | member for | 2 years, 8 months |
| seen | Dec 11 '12 at 9:11 | |
| stats | profile views | 17 |
I'm coding mostly in dynamic languages like LISP, JavaScript, Python, Ruby.
I love Lisp Macros, jQuery library, CSS3, HTML5, SVG, GNU/Linux, GNU Emacs and Inkscape.
My profiles: twitter, google+, github, facebook, linkedin, goldenline
|
Nov 17 |
awarded | Notable Question |
|
Sep 4 |
accepted | How to configure gpg to enter passphrase only once per session |
|
Sep 2 |
asked | How to configure gpg to enter passphrase only once per session |
|
Jul 27 |
awarded | Popular Question |
|
Jan 21 |
accepted | Is it possible to test user name and password? |
|
Jan 21 |
comment |
Is it possible to test user name and password? I try PAM but it didn't work. But I try again this example and it work. |
|
Jan 21 |
comment |
Is it possible to test user name and password? I tested su from CGI script and it need a terminal for it to work. |
|
Jan 14 |
awarded | Critic |
|
Jan 14 |
comment |
Is it possible to test user name and password? This CGI script is JSON-RPC service called via Ajax and I need method login that return a token, token should be returned if login succeed. So basicaly every user need to be able to execute that script. |
|
Jan 14 |
comment |
Is it possible to test user name and password? this works su -c true bob && echo success it shame that su don't accept password as argument |
|
Jan 14 |
comment |
Is it possible to test user name and password? It is awesome, The only solution that without root access. |
|
Jan 14 |
comment |
Is it possible to test user name and password? Yes I know, but thought that this is not posible with without root. All other solutions use root as well, exept yours. |
|
Jan 11 |
answered | Is it possible to test user name and password? |
|
Jan 11 |
comment |
Is it possible to test user name and password? I tested and it don't work |
|
Jan 11 |
asked | Is it possible to test user name and password? |
|
Aug 17 |
awarded | Supporter |
|
Apr 28 |
comment |
Searching strings on files you can use stdin as file echo -e "string1\nstring2\nstringn" | grep -f - search.txt file*.txt |
|
Feb 9 |
awarded | Autobiographer |
|
Oct 21 |
awarded | Teacher |
|
Sep 16 |
comment |
Ubuntu: How can I disable boot and logout screen I also had to remove "splash vga=769" from GRUB_CMDLINE_LINUX varible. |