Questions tagged [local]

155 questions
0
votes
3 answers

Web Site on LAN

I need to make a web site address available on the local internat... such that anyone in our local network can go to "www.example.com" and be redirected to the machine ip with this website... How can this be done on windows servers? Edit: And how…
Betamoo
  • 103
  • 3
0
votes
3 answers

Compiling Ruby on Mac OS X Snow Leopard

I am trying to follow this tutorial, on the subject of compiling ruby and rubygems on Snow Leopard: http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard I have added this to my ~/.profile: export…
Misha Reyzlin
  • 155
  • 1
  • 1
  • 7
0
votes
1 answer

Local user on PC1 as an admin on PC2

This is the scenario: PC1, joined to a domain, has a local user (localuser1) PC2, joined to the same domain Is there a way to make localuser1 be an admin on PC2?
Butcher
0
votes
1 answer

All .local names abruptly stopped resolving

I have a local network run on an ASUS ZenWifi AX mesh system. Up until last week, I was able to connect to other computers via HTTP or SSH by using their name (eg octopi.local). This abruptly stopped. To the best of my knowledge, there was no update…
0
votes
1 answer

Postfix should tempfail mail back to queue when local delivery fails

I'm running postfix on Debian 11, together with procmail as lda. Some users have a ~/.procmailrc which calls an external program, parsing the mail and doing things accordingly. This works as expected, as long as nothing goes wrong. Goal definition I…
PoC
  • 236
  • 1
  • 8
0
votes
0 answers

Common Repo for Both Yum based and apt based distributions

I have ubuntu and RHEL-8 machines in my work environment. I want to maintain one single local repo for updating packages. Is that possible or I need to maintain two local repos, one for ubuntu and another one for RHEL. Thanks in Advance
0
votes
0 answers

Change Apache root directory to another location

I'm trying to change the default Apache root location /var/www/html to /mnt/datos/mylocation. I also tried to /home/[MY USER]/mylocation, thinking it was related to mounted partition permissions. I tried using root:root, www-data:www-data and [MY…
Fahed
  • 121
  • 1
  • 9
0
votes
1 answer

How to create a local host that can be accessed through everyone on the same internet?

I've had an Apache Virtual Host working for a couple of month where workers on the office wifi could type in something like www.XYZ123.com and was able to access the website through their browser. Now, it suddenly stopped working and am unsure of…
0
votes
2 answers

How to reach my host from the outside?

Can a local server give services to the internet from a Mac? I have Apache and want to invite a user to see my website coded in my root folder via email. I saw a tutorial on YouTube suggesting this can be done, only they used a internet provider I…
0
votes
0 answers

Powershell Remoting with local Administrator in Domain

I would like to establish Powershell remote sessions to domain members by using their local administrator for authentication. Let's say I have a host called "server1" in the domain "test.local". If I connect with "test.local\myadmin" I can establish…
0
votes
0 answers

If the company name are the same as the "reserved words" name, can I build Active Directory?

For example, can a company that owns "local.com" or "interactive.com" in its domain name build Active Directory with that name? Are any "reserved words" prohibited on subdomains?
T.Shimizu
  • 1
  • 2
0
votes
1 answer

Overriding a .local Domain to a Public IP

I am using a BIND9 DNS server for my org, and I have an application that was published with a .local domain: example.website.local. There is an .com alternative that I want to re-map the .local to using the DNS server, but I don't know if it will be…
TrivPants
  • 11
  • 1
0
votes
0 answers

debmirror not sync dist-upgrader-all correctly

We have mirrored the Ubuntu bionic from archive.ubuntu.com with debmirror tool in Centos 7 and we can upgrade servers with this local mirror without any issues,but when we were trying to do-release upgrade server we got error like below files are…
0
votes
0 answers

KVM guest in local network using bridge - I can see VM

I create bridge br0 (10.10.10.2) which use phisical eno2 and vnet0 for VM (10.10.10.121). On Host everything is OK i see VM, VM see Host and Internet. BUT ... I can't See VM from other computers in network 10.10.10.0. Can you help me ? $:ifconfig…
0
votes
1 answer

Local dev environment with wildcard .test domains, served by dnsmaq on fedora 33/34

I am trying to set up an Intel NUC with Fedora 34 as my new stable local web development environment. My environment on mac OS x gets destroyed by system updates, even homebrew currently throws a lot of errors since last system update. wanted is…