Posts

Showing posts from August 11, 2018

Opening many tunnels typing the password only once (all accounts in gateways have the same pass)

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite 1 I want to open many tunnels at once, they all have the same long password. With -f , i.e., ssh -fN -p 22 usr1@gate1 -L 10001:ip1:22 ssh -fN -p 22 usr2@gate2 -L 10002:ip2:22 ... ssh -fN -p 22 usrn@gaten -L 1000n:ipn:22 I can open the tunnels in background, which allows me to run them all together and then just type consecutively the password as many times as the number of tunnels I am opening ( n ). Given that what I type is the same, I would like to find a way to type it just once, but still do it in a secure way. ssh ssh-tunneling openssh share | improve this question asked Jun 25 at 10:43 myradio 188 5 4 use password less ogin with key, then have a look at ssh-agent . or use sshpass – Archemar Jun 25 at 11:17 Set up public/private key based login. – ctrl-alt-delor Jun 25 at 13:06 @Archemar I want to put the password explicitly, but only once

sudo on AIX 7.2

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite 1 Does anyone know where I can get the package to install sudo on AIX 7.2? I am looking at https://www.sudo.ws/download.html and see packages only until 7.1. I heard sudo support for AIX 7.2 has been removed. I wasn't able to locate any IBM docs for the same. software-installation sudo aix share | improve this question edited Jun 25 at 11:04 Jeff Schaller 30.8k 8 46 104 asked Jun 25 at 10:54 randeepsp 123 5 add a comment  |  up vote 1 down vote favorite 1 Does anyone know where I can get the package to install sudo on AIX 7.2? I am looking at https://www.sudo.ws/download.html and see packages only until 7.1. I heard sudo support for AIX 7.2 has been removed. I wasn't able to locate any IBM docs for the same. software-installation sudo aix share | improve this question edited Jun 25 at 11:04 Jeff Schaller 30.8k 8 46 104

change the background color if a number is less than a spacific number (html format)

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite dears i have the folowing file which is called test.html: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="generator" content="SQL*Plus 12.2.0"> <style type='text/css'> body font:10pt Arial,Helvetica,sans-serif; color:black; background:White; p font:10pt Arial,Helvetica,sans-serif; color:black; background:White; table,tr,td font:10pt Arial,Helvetica,sans-serif; color:Black; background:#f7f7e7; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; th font:bold 10pt Arial,Helvetica,sans-serif; color:#336699; background:#cccc99; padding:0px 0px 0px 0px; h1 font:16pt Arial,Helvetica,Geneva,sans-serif; color:#336699; background-color:White; border-bottom:1px solid #cccc99; margin-top:0pt; margin-bottom:0pt; padding:0px 0px 0px 0px;- h2 font:bold 10pt Arial,Helvetica,Geneva,sans-serif; color:#336699;