176 reputation
3
bio website
location
age
visits member for 1 year, 3 months
seen Mar 7 at 7:12
stats profile views 5

Jan
25
answered Mount a USB disk in Linux which was not properly unmounted in Windows
Jan
25
answered How to check if NTPD updates Linux machine's time successfully using shell?
Dec
7
comment How to get networkmanager to configure domain specific name servers with openresolv + dnsmasq
real nice, thank you! very straightforward and easy solution but sadly not well known -- couldn't resist, sorry
Dec
7
awarded  Supporter
Jun
15
comment Kill TIME_WAIT sockets immediately?
There is also a small utility called cutter to terminate TCP connections. It does not require building a kernel module. Included in some linux distributions. I've also seen a perl script to do the same but can't find it now.
Jun
15
awarded  Teacher
Jun
15
answered Keep ext4 journal on another system, how much space would be necessary?
Jun
15
answered Strange case: Text file that exist and doesn't exist
Jun
14
comment Remove duplicate $PATH entries with awk command
@dogbane, right, initially I didn't notice the extra line and when I wrote the third command I forgot to update the other two. wrt <<< it adds a new line at end like echo without -n. It is a bash extension though so not portable and does not provide any advantages over piping for this task. Johnny Williem, use the third command that starts with PATH=
Jun
14
revised Remove duplicate $PATH entries with awk command
echo -n
Jun
14
comment Remove duplicate $PATH entries with awk command
@dogbane your solution has a trailing : in the output
Jun
14
comment Remove duplicate $PATH entries with awk command
@dogbane, it works and I edited post to have a one line command without the trailing :
Jun
14
awarded  Editor
Jun
14
revised Remove duplicate $PATH entries with awk command
actual command to achieve the desired result
Jun
14
answered Remove duplicate $PATH entries with awk command