54%
02.10.2012
was introduced to me while talking to a prospective client. They reeled off a list of cloud services, and I nodded. Then, they mentioned using Xeround, and I quickly googled, scanned the Xeround homepage, and I
54%
30.03.2012
on various operating systems, I’ve used it on Solaris and Debian, Ubuntu, and Gentoo, but just to be clear from the outset, I’ll focus on the Debian/Ubuntu flavors.
One of the main operating systems
54%
21.12.2012
haven’t used all of these services, this is more of a survey of the services out there that I’ve come across; so, you don’t have to wait for me to get around to trying them. I hope, in future, to have
54%
30.04.2013
on legacy servers.
So what I’ve written here is the really simple, fast and impatient guide to getting stuff with puppet. Once you’ve worked through this, you will be able to install and configure most
54%
20.08.2012
, because they could impede the speed of output to your display.
Listen Up
By now you should be getting the idea of how versatile Netcat can be. However, I’ve only used Netcat to connect to remote devices
54%
25.01.2022
, but I want to talk about another tool I’ve been using lately called archivemount
.
archivemount
As mentioned before, FUSE can fill the void for niche requirements. One requirement I had was to mount
54%
08.04.2024
the output in stdout,
I can run tail -f [file]
in a different terminal window or use tmux
, neither of which is ideal in my case. Lately, I’ve gone back to using tee
in my scripts so the output goes
54%
03.12.2015
platforms.
Now that I've discussed how to run a secured communication stack, I'll look at the possible authentication schemes. If you consider TLS, there are basically three possible security schemes
54%
05.12.2019
an imaging server. The project officially recommends using a long-term support (LTS) version of a distribution intended for server installations. I've personally tried it on CentOS [2], but it's known to work
54%
05.12.2019
($processed, 0);
15 } else {
16 close THISREADHANDLE;
17 print THISWRITEHANDLE "This is a text message";
18 exit;
19 }
Asynchronous Communication
At this point, I've given you a lot of IPCs to mull