I've downloaded and installed Putty on my windows lappy, but I have no clue how to use it / log in to my xubuntu machines. Can you explain that process briefly, or point me to a down-to-earth tutorial?
I installed SSH on one of my two xubuntu rigs (the other one said "out of space" - funny, even though it's using a 4GB flash usb, same as the other one, same persistence size and everything. OH YEAH and that's another thing, how the heck do I mount this leftover space? or IS that even leftover space, or is that the reserved space for the persistence file?
anyway we can leave that question for very last
) -- I guess I just don't know if it will work for this or how to even use it. What I'm looking for is something that would ideally give me a graphical (in a window?) representation of what's happening on my mining rigs, sort of like the X desktop looks on it right at this very moment while I'm typing this message. I realize that may be asking too much, and I can run in a CL environment if I have to, but...
When you SSH in, I'm not certain on how CGMiner works. If you can query it directly, or not.
That's a bridge I'd like to be closer to figuring out how to cross!
That's a big part of my problem -- I'm 95% *nix retarded. So I understand "OK I can issue commands inside a terminal" but there are SO MANY commands that do SO MANY things...
One thing I like to do is run things inside screen or dtach so I can reattach the session later on. This is more something you'd do with sessions or ncurses applications, rather than things that daemonize to the background.
Alright: I vaguely understand what you said there. I need a bit more clarification on "reattach the session later" -- what exactly does this mean and why would I want to?
Another thing that will help me is an answer to this question: What's the equivalent of the task manager from windows, in xubuntu? Like, how can I kill certain progs / apps? OH and where do I put a script that automatically starts CGMiner upon boot?
Example:
mkdir ~/.dtach
dtach -A ~/.dtach/irc irssi
ctrl + \ to detach
logout
And later: dtach -a ~/.dtach/irc
Your help is greatly appreciated. Can you please provide a brief explanation of what each line of code is doing here?
I hope this helps! Let me know if you have any further issues getting this working.
Sincerely,
Teran
Thank you!