Termius is a modern, beautifully designed SSH client that lets you organize and access your remote servers like never before. Whether you're a developer, sysadmin, or tech enthusiast, Termius offers the tools and interface that make working with …
DDD – compilation fails: strclass.C: In function ‘std::istream& operator>>(std::istream&, string&)’: error: ‘EOF’ was not declared in this scope Error: strclass.C: In function ‘std::istream& operator>>(std:…
1. Open the terminal and become su (root): Identify the hardware: # lspci |grep -i wireless # yum update Then reboot the machine. 2. Install the Kernel Development Packages Open the terminal and become su …
Error: Cannot find a valid baseurl for repo: base Cause CentOS 5 has reached its end-of-life on March 31, 2017 and is no longer supported. Its mirrors are no longer maintained. Resolution Migrate to another repo mirror server with a s…
Linux NoMachine/VNC session doesn’t accept Keyboard and Mouse input Sometimes it happens if your Linux sessions "X windows manager" goes wrong by accidently key combination or modification of ~/.kde or ~/. gnome profile conf…
ypbind/nis fails due to "dhclient-script" overwrites /etc/yp.conf Description of problem: The DHCP server in this environment says to broadcast requests to NIS servers, which results in the following being written to y…
Nvidia drivers If you have an Nvidia graphics card on your system, then its recommended to install the official drivers provided by Nvidia. The proprietory drivers would utilise the hardware properly delivering full performance. Installation…
Firefox is already running but is not responding. You must either close Firefox or restart your system. If you receive this type of error message when attempting to open Firefox, it is most likely referring to a previous ( locked ) process o…
Q:1 How To check the uptime of a Linux Server ? Ans: Using uptime command we can determine how long a linux box has been running , also uptime can be viewed by the top & w command. Q:2 How to check which Redhat version is installed…