How do i connect to a spare test PC running linux?
amstram asked: I have been using shared hosting for a few years now and i feel the need to switch to a dedicated server because one of the websites i …
Freedom through Communications
amstram asked: I have been using shared hosting for a few years now and i feel the need to switch to a dedicated server because one of the websites i …
user274 asked: It sounds like a stupid question but… If I had a domain such as example.com, could I set the IP address of abc.example.com to 127.0.0.1? Are there any …
Kantan asked: I have a proxmox cluster, that is distributed over two different subnets having two different gateways. In the first subnet VMs get an publicly available static IP address …
westexasman asked: All right… I have my server set up and I have 4 sites residing in /var/www/. Each site directory and the files underneath it are all root:www-pub according …
Michal M asked: Can someone help me with privileges here. I need to create a user that can DROP tables within databases but cannot DROP the databases? From what I …
James S asked: I am relatively new LAMP dev who is trying to learn Linux primarily through AWS. I have a live Elastic Beanstalk instance up and running. I did …
Alex asked: We have an Apache behind Nginx. Nginx is used to load balance between webservers and to cache static content. The only problem is, every time the web application …
Zac B asked: I’m considering buying a bunch of these to upgrade our servers at work (with SATA drives, not true SAS). We are out of ports to plug disks …
hackedd asked: One of my my domains (lets say hackedd.nl) has a catch-all CNAME record pointing to hackedd.nl, which has both A and AAAA records. This all seems to work …
Alaa Gamal asked: i was trying to make one sessions for my all subdomains (one session across subdomains) subdomain number one auth.site.com/session_test.php session_set_cookie_params(0, ‘/’, ‘.site.com’); session_start(); echo session_id().'<br />’; $_SESSION[‘stop’]=’stopsss …