930 reputation
7
bio website linkedin.com/in/dchrikov
location
age
visits member for 4 months
seen Apr 29 at 7:01
stats profile views 26

Mar
4
awarded  Nice Answer
Feb
12
comment Can not change brightness on Toshiba P855 - tried every distro already
Do you have some brightness-control-files in /sys/class/backlight/ or in /proc/acpi/?
Jan
30
comment Difference between [[ $variable ]] and [[ -n $variable ]]?
Behaviour in testing "\0" as a variable is different. Operator [] gives 0 or 1. And [[]] gives 1 in both cases.
Jan
30
comment Difference between [[ $variable ]] and [[ -n $variable ]]?
But [[]] is not the equivalent of [] :)
Jan
30
comment Difference between [[ $variable ]] and [[ -n $variable ]]?
Hm. Interesting. Outputs from [[ -n $(echo -ne "\0") ]]; echo $? and [ -n $(echo -ne "\0") ]; echo $? differ
Jan
30
comment ncftp not looking into .netrc
This man is very old, I guess. I could not find any mentions about netrc in change log
Jan
30
revised ncftp not looking into .netrc
added 171 characters in body
Jan
30
answered ncftp not looking into .netrc
Jan
28
comment Default value for SO_RCVTIMEO option on Solaris
Is grep -n SO_RCVTIMEO /usr/include/sys/socket.h what are you looking for?
Jan
27
revised “Access denied” when logging to Solaris virtual machine using ssh
added 68 characters in body
Jan
27
revised “Access denied” when logging to Solaris virtual machine using ssh
added 13 characters in body
Jan
26
comment Best way to mount remote folder
Possible copy of Download copy of file which updates on change
Jan
26
answered “Access denied” when logging to Solaris virtual machine using ssh
Jan
24
comment Bonded network interface is not available after a reboot
Could you show config files /etc/sysconfig/network-scripts/ifcfg-*. Is there any clues in messages during boot?
Jan
24
answered What is log_daemon_msg ?
Jan
23
comment GRUB fails to install
What the model of motherboard you have?
Jan
23
answered Is it more dangerous to connect to the net as root?
Jan
16
revised External Hard-Drive not visible in /media
formatting
Jan
16
comment External Hard-Drive not visible in /media
Is output of fdisk -l full? I guess the lines of dmesg related to your HDD can help also.
Jan
16
suggested suggested edit on External Hard-Drive not visible in /media