782 reputation
211
bio website nullroute.eu.org/~grawity
location Lithuania
age 20
visits member for 2 years, 7 months
seen May 11 at 20:49
stats profile views 51

— Mantas Mikulėnas aka grawity
<gmail.com!grawity>


Jan
23
answered Why can't gnutls contact this site?
Jan
23
comment Why can't gnutls contact this site?
@dotancohen: (The protocol extension for this is "Server Name Indication". It's fairly new, however, and many older SSL servers simply put all vhost names into a single certificate, or only host one site per IP address.)
Jan
23
comment Why can't gnutls contact this site?
@dotancohen: 1) You must understand that gnutls-cli is only a TLS (SSL) client – it doesn't care at all about higher-level protocols such as HTTP. 2) However, at TLS level, if you give gnutls-cli a hostname, it sends that hostname to the server, the same way as browsers do – and that's sufficient for the server to pick the right certificate.
Nov
3
answered How to move rc.conf HARDWARE section to /etc/modules-load.d/?
Nov
3
comment How can I simply adjust monitor color temperture in X?
Latest version allows a simple redshift -O 6000.
Oct
5
awarded  Yearling
Feb
15
comment Allow setuid on shell scripts
@Gilles: FYI, Linux unsets LD_LIBRARY_PATH among other things when it encounters the setuid bit.
Jan
20
answered Unix & Linux pranks
Dec
22
answered Resize a very tiny xcf image without blurring or dithering it
Dec
21
revised How to gather DNS A record requests?
added 28 characters in body; deleted 167 characters in body
Dec
21
answered How to gather DNS A record requests?
Oct
8
awarded  Yearling
Sep
19
awarded  Nice Answer
Sep
5
comment What are you using instead of DCE Distributed File System?
Currently CIFS does support multi-user mounts on Linux when Kerberos authentication is used.
Jul
3
comment What does the -e do in a bash shebang?
@pst: Because the -e is given to bash as a command-line argument. All options listed under set are also accepted by bash in its command line – note the first sentence in section Options of the manual page.
Jun
13
comment Isn't $HOME supposed to be the location of the user's home directory?
I'm sure g_get_home_dir uses nsswitch rather than simply checking /etc/passwd. (Same thing on personal computers, though.)
Jun
3
comment deleting a 'file' under /proc or /dev
On Linux, /dev is typically a writable instance of tmpfs, maintained by udev.
Jun
3
answered NTP tool for showing deviance to a certain server
Jun
2
revised Is /dev/random data a psuedo-random AES cypher, and where does the entropy come from?
Add Mac OS X
Jun
2
suggested suggested edit on Is /dev/random data a psuedo-random AES cypher, and where does the entropy come from?