Protocols

ss – anothre utility to investigate sockets.

2013/04/11

ss is : […] ss is used to dump socket statistics. It allows showing information similar to netstat. It can display more TCP and state informationsthan other tools. […] This comes in …

dnsmasq not starting from NetworkManager with SELinux enabled.

2013/03/16

 Some time back I posted on dnsmasq starting from Network Manager and how to setup dnsmasq. Now, couple of days back , I setup dnsmasq in NetworkManager but was astonished to see that there was no …

slow ssh connection

2013/02/26

If you are experiencing slow ssh connections, then possibly your system is trying to do reverse lookup of the IP address. If that is the case, then you can add the below to “hosts” line in …

ssh reverse tunning..

2013/02/14

If you want to access some local resources like the release website from the remote server when you are connecting to the remoter server using ssh over VPN, then possibly reverse ssh tunnelling is the …

dnstop – top like utility for Fedora and other *nix

2013/01/16

For installation : sudo yum install dnstop And now some description: […] dnstop is a libpcap application (ala tcpdump) that displays various tables of DNS traffic on your network. dnstop …

snmpd -verify if the mibs are loaded.

2012/09/10

If you are setting up the snmpd server and have added your own mibs and do not really know if the mibs are loaded or not then simply go to the directory: /var/lib/net-snmp/mib-indexes This can save …

ss – utility to investigate sockets.

2011/09/07

Sometimes, you find some interesting application/command by accident, and that is just what happened a few days back. Well, I was doing a ssh and as usual made my share of mistake in typing and missed …

[Solved] ssh works but scp does not

2011/08/29

Image via Wikipedia […] For quite sometime now, I was having this issue, that for the home system, I was able to connect to is using ssh but it never worked. Fnally after quite some debugging …

Terminating a SSH session after starting background process.

2011/05/14

 This is too good. If you are planning to start a background process in the bash script in the background and continue in the script, you cannot do it until……. You would need to close the stdout/stdin …

client lanman auth is disabled error for samba

2011/04/28

The error: […] Server requested LANMAN password (share-level security) but ‘client lanman auth’ is disabled […] is easily fixable. You just need to tell samba that client lanman auth is …

Easy ssh configuration with .ssh/config file

2011/04/11

If you ssh to many hosts then you are aware of the pain that it takes to ssh with different username and hostname. There is an alias that you can creat with native ssh though. Here I will show you the …

OpenLDAP and SSL – some links

2010/11/15

Here are some of the links that may be of great help to you if you are having issues with setting up SSL and OpenLDAP. I was having some issues with this setup and these links helped me fix the same. …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it