If the point is to access a specific web site only the remote machine can get
to, you can also do it with port forwarding:
ssh -L 8000:ip_of_web_site_to_access_from_remote:443 remote_machine
and then locally run any browser, and access
https://localhost:443
(assuming it's https. If it's plain htt
Am 12.11.20 um 13:56 schrieb Bernstein, Noam CIV USN NRL (6393)
Washington DC (USA) via CentOS:
If the point is to access a specific web site only the remote machine can get
to, you can also do it with port forwarding:
ssh -L 8000:ip_of_web_site_to_access_from_remote:443 remote_machine
and then
Am 11.11.20 um 14:41 schrieb Fabian Arrotin:
On 10/11/2020 17:18, Leon Fauster via CentOS wrote:
Hi folks,
years ago I had no problem installing CentOS7 on my
iMac workstation (iMac Late 2015). The installation
worked out of the box. Today I wanted to upgrade to
CentOS8 and while configuring th
I am trying to get vncserver working on CentOS 8. Fully updated.
On the console - logged in as a normal user I run:
export DISPLAY=:0.0
xhost +
/usr/bin/x0vncserver -display :0 -rfbport 5901 -passwordfile
/home/silentm/.vnc/passwd
I get this error:
Invalid MIT-MAGIC-COOKIE-1 key/usr/bin/x0vncserv
I need to schedule a process/program every hour on the hour between 9am
and 4pm on the 2nd through the 9th of each month except on Saturday and
Sunday. So, I tried this entry:
0 9-16 2-9 * 1-5 ./myprog.sh
Unfortunately it runs outside of the 2nd through the 9th and still runs
on Sat. through
On Thu, Nov 12, 2020 at 12:56:15PM +, Bernstein, Noam CIV USN NRL (6393)
Washington DC (USA) via CentOS wrote:
>
> If the point is to access a specific web site only the remote
> machine can get to, you can also do it with port forwarding:
> ssh -L 8000:ip_of_web_site_to_access_from_remote:44
On Thu, Nov 12, 2020 at 09:12:42AM -0500, Jerry Geis wrote:
>
> I am trying to get vncserver working on CentOS 8. Fully updated.
>
> On the console - logged in as a normal user I run:
> export DISPLAY=:0.0
> xhost +
> /usr/bin/x0vncserver -display :0 -rfbport 5901 -passwordfile
> /home/silentm/.vn
On Wed, Nov 11, 2020 at 10:35:48AM -0600, Frank M. Ramaekers Jr. wrote:
> I need to schedule a process/program every hour on the hour between 9am and
> 4pm on the 2nd through the 9th of each month except on Saturday and Sunday.
> So, I tried this entry:
>
> 0 9-16 2-9 * 1-5 ./myprog.sh
>
> Unfor
Hallo,
doesn t it make more sense to start the script every hour and check all
conditions in the script?
Ralf
Von meinem iPad gesendet
> Am 12.11.2020 um 15:42 schrieb Frank M. Ramaekers Jr. :
>
> I need to schedule a process/program every hour on the hour between 9am and
> 4pm on the 2nd thr
On Wed, Nov 11, 2020 at 10:35:48AM -0600, Frank M. Ramaekers Jr. wrote:
>
> I need to schedule a process/program every hour on the hour between 9am and
> 4pm on the 2nd through the 9th of each month except on Saturday and Sunday.
> So, I tried this entry:
>
> 0 9-16 2-9 * 1-5 ./myprog.sh
>
> Unf
I have an application (Frescobaldi/Lilypond) that generates and plays
MIDI files. Due to problems with flatpak I can only run it on C8 or
Fedora, both of which live on VMs. The host is running C7. I've tried
"adding hardware", specifically a virtual sound card, to the VMs, but
still they remain
On 11/12/20 7:50 AM, Jonathan Billings wrote:
On Thu, Nov 12, 2020 at 12:56:15PM +, Bernstein, Noam CIV USN NRL (6393)
Washington DC (USA) via CentOS wrote:
If the point is to access a specific web site only the remote
machine can get to, you can also do it with port forwarding:
ssh -L 80
Hallo,
witch virtualizer are you using.
Sure that the virtual sound-device is connected with the right hardware?
Ralf
Von meinem iPad gesendet
> Am 12.11.2020 um 18:00 schrieb J Martin Rushton via CentOS
> :
>
> I have an application (Frescobaldi/Lilypond) that generates and plays MIDI
> file
On 12/11/2020 17:26, Ralf Prengel wrote:
Hallo,
witch virtualizer are you using.
KVM/QEMU
Sure that the virtual sound-device is connected with the right hardware?
I can play CDs and listen to YouTube on the host, so I'm assuming the
hardware is fine.
Ralf
Von meinem iPad gesendet
Am
On Thu, Nov 12, 2020 at 10:02:57AM -0700, S Bob wrote:
> On 11/12/20 7:50 AM, Jonathan Billings wrote:
> > If this is actually something you want to do with regularity, I
> > suggest using the SSH SOCKS proxy (with the DynamicForward port), and
> > configure Firefox to use the localhost:port as a S
On Thu, Nov 12, 2020 at 03:21:02PM -0500, Jonathan Billings wrote:
> What part? For the first part, either define 'DynamicForward 8000' in
> a Host section in ~/.ssh/config, or run 'ssh -D 8000 hostname' to set
> it with command line options. Then just set your SOCKS5 proxy
> settings in Firefox
On Thu, Nov 12, 2020 at 03:21:02PM -0500, Jonathan Billings wrote:
> yum --setopt='proxy=socks5://localhost:8000' update
It occurs to me that my private networks have working DNS, so if yours
doesn't, you should use:
yum --setopt='proxy=socks5h://localhost:8000' update
(note the extra 'h
On Thu, Nov 12, 2020 at 03:59:09PM +0100, Ralf Prengel wrote:
> Hallo,
> doesn t it make more sense to start the script every hour and check all
> conditions in the script?
> Ralf
>
> Von meinem iPad gesendet
I prefer to develop the script standalone. The date/time restriction can be
added
in
A colleague actually figured this out.
There is an entry in /lib/modprobe.d/systemd.conf that seems to
override any other user configurations applied.
options dummy numdummies=0
...needs to be removed from this file (or at least modified, but since
my configuration already lays that down in /etc
19 matches
Mail list logo