Skip to content
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Programming Tutorial

Start Learning to Code

  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Breaking News

Nextjs: running code after complete fetch

why does 400 status code result always entercatch block execution with axios?

Saving the state of the button onClick

TypeScript: Specify that value must be in Array using spread operator

Show separate number with comma in django tempalte

Why does my website keep showing old index.html, style.css, app.js…?

Using Python Flask to change the colour of an icon when it detects a words like scam, pending and verified

x clear icon appears only when the input has value – react

Login button redirects to two pages. For first time loginers, it redirects to agreement page, and for rest, it redirects straight to home?

WebComponent setter not triggered if defer is used

Tag: sysadmin

Linux

Apache Server is down after PHP upgrade from PHP

admin June 2, 2021

I have updated the PHP from PHP 5.6 to PHP 7.4. After the updated web Server apache, is down. The Error is “httpd: Syntax error on line 39 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 …

apachelinuxphpsysadmin
Linux

Linux permission to execute but deny editing [closed]

admin March 4, 2018

I’ve a script on my server, in which the user must be able to execute but not edit it. Anyone know if it’s possible to restrict that based on file permissions?

filesystemslinuxoperating-systemsysadmin
Linux

Edit current user’s shell with ansible

admin April 22, 2017

I’m trying yo push my dot files and some personal configuration files to a server (I’m not root or sudoer). Ansible connects as my user in order to edit files in my home folder. I’d like to set my …

ansiblebashlinuxshellsysadmin
Linux

Puppet agent logs on Fedora /var/log/puppet empty

admin February 1, 2016

I installed puppet on Fedora 22 using the package provided by the fedora dnf repo. Everything is working great. I get configurations applied from the puppet master just fine. However, I would like …

fedoralinuxloggingpuppetsysadmin
Linux

In Ubuntu (14.04), is there an equivalent to /etc/ld.so.conf.d for the linker?

admin March 19, 2015

This is a question about centrally-located path specs, like PATH, LD_LIBRARY_PATH, and LIBRARY_PATH. I know that there are two ways of specifying shared library paths for the loader: add them to …

linkerlinuxsysadminsystem-pathsubuntu
Linux

linux alternatives command database (find a name)

admin November 26, 2012

I’m using a system that has various java versions installed and uses the “alternatives” command to switch between them. I know that I can change the Java version using this command: alternatives –…

linuxsymlinksysadmin
Linux

Best way to sandbox Apache on Linux

admin September 28, 2008

I have Apache running on a public-facing Debian server, and am a bit worried about the security of the installation. This is a machine that hosts several free-time hobby projects, so none of us who …

apachedebianlinuxsecuritysysadmin
Linux

How do I add a user in Ubuntu? [closed]

admin September 1, 2008

Specifically, what commands do I run from the terminal?

linuxsysadminubuntuuser-management
Privacy Policy