linux
Fixing wordpress file permissions upload file could not be moved & wordpress asking for FTP login
Hello, Many of the wordpress developers/ system admin beginners would have come up to this issue where you will be annoyed with permission issues as mentioned below or you will be prompted to enter FTP logins whenever you upload... Continue reading →
netstat command install RHEL/CentOS 7
Hello all, We need to install net-tools package to enable netstat command in CentOS/RHEL 7 based systems. yum install net-tools This will install required files for netstat command. Thank you for viewing https://helpinlinux.com Continue reading →
restorecon: command not found CentOS 6 & 7
Hello team, I have come across strange issue when trying to save iptables rules. I received the following error. service iptables save O/P iptables: Saving firewall rules to /etc/sysconfig/iptables: /etc/init.d/iptables: line 274: restorecon: command not found. You need... Continue reading →
cannot login to any tty Linux
Hello all, It been days since I have posted stuffs, I am posting a new issue which I have come across from a client’s system. He come to me saying he is unable to login to Linux machine using... Continue reading →
E: Internal Error, No file name for libc6
Hello, This is a known issue at Ubuntu, where you are not allowed to update or install any packages on the server. root@machine:~# apt-get upgrade php5* Reading package lists... Done Building dependency tree Reading state information... Done You might want... Continue reading →
Mounting a new hard drive in linux
Hello, In this post I will walk through adding a new hard disk drive in Linux. I added a new 20GB harddisk to the hardware. Then boot the machine. Now you will see the disk in the... Continue reading →
Linux single user mode password reset
Hello all, This post helps you in resetting your Linux root password, if you forgot it. Before we get started we want to make sure that we either have a console or direct access to the machine to... Continue reading →
Plesk sub domain php downloading pages
Hello, There seems to be a bug in plesk where the php in sub domain will not work and in main domain it works.!!. The below are the steps to overcome it. Open the subdomain’s conf folder at /var/www/vhosts/$domain.com/subdomains/$subdomainname/conf cd... Continue reading →
Cannot register service: RPC: Unable to receive; errno = Connection refused
Hello, Cannot register service: RPC: Unable to receive; errno = Connection refused You are getting the above error while starting your NFS service because you have not installed or started rpcbind service. Solution: ====== yum -y install rpcbind... Continue reading →