vi & vim aids
- Apr
- 10
- Posted by TKH Specialist
- Posted in System Administration
For my quick reference. To open two files in vi/vim and edit side by side (use CTRL-W + w to switch between the files): # vim -O foo.txt bar.txt To open a file and automatically move the cursor to a particular line number (for example line 80) # vi +80 ~/.ssh/known_hosts To display line numbers along the […]
read moreDenyhosts Assists
- Apr
- 10
- Posted by TKH Specialist
- Posted in Security, System Administration
Every so often a legitimate user will get blocked by deny hosts. When this happens you can re-enable their access with these 8 simple steps (UPDATE: or use the faster version, see below): Stop DenyHosts # service denyhosts stop Remove the IP address from /etc/hosts.deny Edit /var/lib/denyhosts/hosts and remove the lines containing the IP address. […]
read moreRecent Comments
- Stefan on Flush This!
- Timestamping your Bash History | Matt's Entropy on Remember when you issued that command…?
- Matt Smith on Remember when you issued that command…?
- Ruan on Putting ‘lsof’ to use
- Dylan F. Marquis on External Mapping of LDAP attributes in CAS
