.onion is a pseudo-top-level domain host suffix (similar in concept to such endings as .bitnet and .uucp used in earlier times) designating an anonymous hidden service reachable via the Tor network. Such addresses are not actual DNS names, and the .onion TLD is not in the Internet DNS root, but with the appropriate proxy software […]
Category: Technical
Byobu is a light, powerful, text-based window manager based on GNU Screen. Using Byobu, you can quickly create and move between different windows over a single SSH connection or TTY terminal, monitor dozens of important statistics about your system, detach and reattach to sessions later while your programs continue to run in the background. Byobu can […]
Can you ‘find’ it
Today I had someone ask me how to find a file on the Linux box that had been using. I quickly responded to this person with the following find -name “somefile.example” I just thought I’d share more right from the man pages. findutils is actually made up of 4 utilities: find – search for files […]
Console-based ethernet statistics monitor.Ethstatus is a console-based monitoring utility for displaying statistical data of the ethernet interface on a quantity basis. It is similar to iptraf but is meant to run as a permanent console task to monitor the network load. Install Ethstatus in Ubuntu sudo apt-get install ethstatus If you want to see your […]
I decided that I wanted backup/sync files to the cloud and also have a simple way to access select files from multiple locations (computers, phones…etc). I have have been using Dropbox for a long time now on my computers and mobile devices; now I want to use it on my headless Ubuntu servers. Fortunately Dropbox permits you […]
Recently I was asked to assist someone with access to a Microsoft SQL 2008 R2 Server. Under normal conditions I would simple add them, but this isn’t the normal. I do not have access I need, so I will add myself so that I can add them. Issue: No one seems to have admin access […]