When I set up a tunnel using dynamic forwarding (ssh -D), which side is running the SOCKS proxy? That is, is the proxy running on the local end (client) or the remote end (server)?
Here's the situation: I want to set up several tunnels chained together using -L. Should the -D tunnel be the last one in the chain or the first one?
Edit: I found the…
I'm using VMWare ESXi 5 and had a 2 TB RAID 5 setup on an HP DL360 with a P400i RAID card. I added two more 1 TB drives and using the SmartStart ACU, added the drives and expanded the logical disk.
Now after booting back to ESXi, the server boots, but lists no available persistent storage. I've rescanned multiple times to no avail: the Datastore…
When I try to start my puma server, I get the error:
/.rvm/gems/ruby-2.1.1/gems/puma-2.9.0/lib/puma/binder.rb:275:in `initialize': Permission denied - connect(2) for "/var/run/nvhbase.sock" (Errno::EACCES)
My sites-available/nvhbase.conf file:
upstream nvhbase {
server unix:/var/run/nvhbase.sock;
}
server {
listen 80 default_server;
…
I recently switched to a new domain for a version control server I run. The server is usually accessed with a username included in the url such as https://userinfo@sub.olddomain.com/some/stuff. I want to redirect requests to the old domain to the new domain and preserve everything else in the url (including the username). So the former url…
I'm working on a Dell Dimension 4700 desktop for a friend. It came with 512MB of DDR2 RAM (two sticks of 256MB). One morning, it started blue screening on startup with no helpful error messages. It refused to boot into any form of Windows installation, including Safe Mode, original recovery disk, and my custom Windows PE disk. It did boot…
Anyone have any experience using MooseFS? I want an easy distributed storage platform to store static data archive of about 10 TB and serve it to 20-40 nodes. Also I want to be able to add storage as the archive grows without having to rebuild the filesystem. I don't care if it's a bit slow. I just want it to be simple and stable. …
im trying to open some local ports (LAN) and then re-direct them to another server (WAN) using iptables.
Here is my config:
#WAN
allow-hotplug eth1
auto eth1
iface eth1 inet static
#Tarjeta red WAN
address 192.168.2.2
gateway 192.168.2.1
netmask 255.255.255.0
#LAN
allow-hotplug eth0
auto eth0
iface eth0 inet static
address…
Ubuntu 10.04 was released last month, and comes with some breath taking design enhancements, and has some fabulous art work integrated into it. We’ve put together a collection of wallpapers to make it more customized.
We thought of pulling out some of the best Ubuntu wallpapers in this post so that you have a good mix to choose…
In this Issue: Michael Washington, Timmy Kokke, Pete Brown, Paul Yanez, Emil Stoychev, Jeremy Likness, and Pavan Podila.
Shoutouts:
If you've got some time to spend, the User Experience Kit is packed with info: User Experience Kit, and just plain fun to navigate ... thanks Scott Barnes for reminding me about it!
Jesse…
Coding - the new Latin | @BBCRoryCJ
BBC Technology Correspondent Rory Cellan-Jones reports on why "the campaign to boost the teaching of computer skills - particularly coding - in schools is gathering force."
BPM Business Value Patterns | SOA Partner Community Blog
Juergen Kress shares the presentation he and Matthias…
JMS Step 6 - How to Set Up an AQ JMS (Advanced Queueing JMS) for SOA Purposes | John-Brown Evans
John Brown Evans' post continues the series of JMS articles that demonstrate how to use JMS queues in a SOA context. "This example leads you through the creation of an Oracle database Advanced Queue and the related…
I'm working on a simple airplane game where I use skybox cube rendered using disabled depth test.
Very close to the bottom side of the skybox is my terrain model.
What bothers me is that the terrain is not connected to the skybox bottom. This is not visible while the plane flies low, but as it gets some altitude,…
My error is that the table headers of my two tables are not shown. Right now I am setting the header with new JTable(data, columnNames).
Here is an example which shows, my problem:
public class Test extends JFrame {
private static final long serialVersionUID = -4682396888922360841L;
private JMenuBar…
Hi, so I have this requirement to kick off Activities provided to me at run-time. To facilitate this, I have set up a WorkflowService that receives Activities as Xaml, hydrates them, and kicks them off.
Sounds simple enough ...
... this is my WorkflowService in Xaml
<Activity
…
Ive been asked to do a program using python for an assignment.
Ive been given a syslog file and I have to find things out about it
How do I find out how many attempts were made to login to the root account?
Any advice would be highly appreciated as Im very new to python an completely…
Hi,
the following code produces the error in the title. I've tried to google it, but all I got were pages who got the same error (and not an explanation thereof). This isn't really a problem since it's actually working and cancelling the error out with the @ works out just fine. Though…
Hi, I want to filter a collectionviewsource using a filter I've written, but I'm not sure how I can apply the filter to it?
Here is my collection view source:
<Grid.Resources>
<CollectionViewSource x:Key="myCollectionView"
Source="{Binding…
Hello,
My goal is to make a wide map using only one square image.
Using actionscript 3 the solution is to simply make new Bitmap from the Loader:
var loader:Loader = new Loader();
loader.load(new URLRequest("xyz.png"));
this.addChild(loader);
var…
hey.
im writing a multithreaded winsock application and im having some issues with closing the sockets.
first of all, is there a limit for a number of simultaneously open sockets? lets say like 32 sockets all in once.
i establish a connection on one…
hi,
I'm trying to deserialize the following XML node (RDF actually) into a class.
<rdf:Description rdf:about="http://d.opencalais.com/genericHasher-1/dae360d4-25f1-34a7-9c70-d5f7e4cfe175">
<rdf:type…
I found these questions, but a couple of them were a little old:
http://stackoverflow.com/questions/191556/should-i-pursue-asp-net-webforms-or-asp-net-mvc…