ace_me 2017-03-01 03:46:21
can I get in one command a connection to mysql from local->server1->server2->Mysql-server2 ?
ace_me 2017-03-01 03:46:41
can I get in one command a connection to mysql from local -> ssh server1 -> ssh server2 -> Mysql-server2 ?
SchrodingersScat 2017-03-01 03:47:06
local -> login to ssh1 -> login to ssh2 -> run command
ace_me 2017-03-01 03:47:16
in one command ?
SchrodingersScat 2017-03-01 03:47:27
#MovingGoalposts
SchrodingersScat 2017-03-01 03:47:38
oh, you did say that, yeah probably
SchrodingersScat 2017-03-01 03:47:41
chain it
ace_me 2017-03-01 03:47:58
ssh root@IP1 < ssh root@IP2 ?
craigbass76 2017-03-01 03:48:04
ace_me: I was able to, in PHP, hit two databases. I don't remember how but the server is sitting in a box here, so I can check. Or are you trying from bash?
ace_me 2017-03-01 03:48:05
how to chain it ?
ace_me 2017-03-01 03:48:26
both would help me
ace_me 2017-03-01 03:48:32
both versions *
ace_me 2017-03-01 03:48:42
please check craigbass76
ikevin 2017-03-01 03:49:37
craigbass76 2017-03-01 03:49:56
ace_me: It will be a while. The box is full of computers. I don't know which one and they all look the same. Have to wait until lunch break. If ypou want to PM your email, I can send you my php scripts when I get my hands on them
kalwnau 2017-03-01 03:50:10
t
lucas__ 2017-03-01 03:50:52
Hello everyone
ducasse 2017-03-01 03:50:59
ace_me: look up "ssh bastion host"
ace_me 2017-03-01 03:51:39
thx ducasse
emachines_ 2017-03-01 03:52:50
what
ace_me 2017-03-01 04:00:24
ducasse what file is referred here http://blog.scottlowe.org/2015/11/21/using-ssh-bastion-host/ "The appropriate SSH configuration... " ?>
ducasse 2017-03-01 04:01:43
ace_me: ~/.ssh/config, typically
ace_me 2017-03-01 04:01:51
$HOME/.ssh/config
ace_me 2017-03-01 04:01:53
yes
ace_me 2017-03-01 04:01:58
ok I will try
rhqq 2017-03-01 04:06:51
hi there. is there any way to setup a virtual display without any monitor connected?
ducasse 2017-03-01 04:09:10
rhqq: x.org has something called 'virtual outputs', but i've never used them.
rhqq 2017-03-01 04:09:47
basically my use case is a desktop hidden in the closet acting as steam machine with streaming.. and i need a display in order to.. display games that get streamed :/
ducasse 2017-03-01 04:10:45
rhqq: check out xvfb
rhqq 2017-03-01 04:11:41
ducasse: thanks, looking into it
ngomes 2017-03-01 04:14:39
anyone knows how to change splash screen of the bios ?
ducasse 2017-03-01 04:14:56
ngomes: ask in ##hardware
ngomes 2017-03-01 04:15:00
ok thanks
nicomachus 2017-03-01 04:16:49
well, do you mean BIOS or grub?
kasad 2017-03-01 04:37:23
hello, can anyone tell me where does 16.04 mount windows shares mounted from nautilus
kasad 2017-03-01 04:37:28
so I can access them from command line
k1l_ 2017-03-01 04:38:12
kasad: if you used your filebrowser to mount them (that is gvfs) its most likely under /media/username/
w9qbj 2017-03-01 04:38:41
from the command line try 'df' to see what's mounted where, and how much space is used/available
Southern_Gentlem 2017-03-01 04:38:43
the mount command should tell you but i dont think you can from the CLI (fuse)
kasad 2017-03-01 04:38:46
thanks, lemme check (I used file browser yes, and mounted) dunno what is gvfs
kasad 2017-03-01 04:40:25
I got it as smb://foo/bar in nautilus, but I wanna access it from cmdline, do I have to mount it from command line cifs or smb? it's open share (NAS) which I want to backup to remote host (prefferably via rsync, and need to figure out how to make it run only during night)
kasad 2017-03-01 04:43:01
it's not under /media/username, df doesn't show it
Southern_Gentlem 2017-03-01 04:44:24
kasad, try /run/user/youruserid/gvfs