KB Home | Advanced Search | News | Glossary | Login
Navel Knowledge Base Logo
Home » Categories » CentOS
All Categories
Expand
Category
Apache (16)
Expand
Category
App Tools (4)
Collapse
Category
CentOS (11)
Expand
Category
Configuration (2)
Expand
Category
CSF (Config Server Firewall) (1)
Expand
Category
YUM (2)
article
Internet Speed Test in Linux
article
How To List Users in CentOS 7?
article
Add cron jobs directly to Scheduled Cron Jobs
article
How do I find all files containing specific text on Linux?
article
How to Install ionCube Loader in CentOS 7
article
Where is path for rh-php73 in CentOS
Expand
Category
CMS (2)
Expand
Category
CSS Tricks (4)
Expand
Category
Electronis > (1)
Expand
Category
JavaScript (9)
Expand
Category
jQuery (5)
Expand
Category
Linux Command Line (13)
Expand
Category
MikroTik (1)
Expand
Category
MySQL (23)
Expand
Category
Network (1)
Expand
Category
Nginx (1)
Expand
Category
PHP (12)
Expand
Category
PHP Tricks (2)
Expand
Category
Smarty (1)
empty
Category
Smarty Tricks (0)
Expand
Category
SSL (1)
Expand
Category
Third-party (2)
Expand
Category
TypeScript (1)
Expand
Category
Virtualization (18)
Expand
Category
VMware (1)
Expand
Category
Webmin (10)
Expand
Category
Windows (6)
Expand
Category
WordPress (9)
CentOS Sub-Categories
Configuration (2)
CSF (Config Server Firewall) (1)
YUM (2)
 
CentOS Articles RSS FeedIcon Subscriber Subscribe
How To List Users in CentOS 7?
Viewed 1641 times since Tue, Jan 31, 2023
To get a simple list of usernames. Enter the command given below: cut -d: -f1 /etc/passwd This command gives us a list of users assigned to this CentOS server including system users like:   root daemon operator sshd systuser cpanel clamav... Read More
Where is path for rh-php73 in CentOS
Viewed 922 times since Fri, Feb 5, 2021
  /opt/rh/rh-php73/root/usr/bin/php Read More
Internet Speed Test in Linux
Viewed 759 times since Thu, Oct 8, 2020
Copy "speedtest" -bash attached to /usr/bin and change it permission to X   command: $ sudo speedtest     Ref: Navel.ir Read More
Add cron jobs directly to Scheduled Cron Jobs
Viewed 696 times since Tue, Jul 19, 2022
if you like working with VIM, then you know you can manually add them.Open the crontab in edit mode (crontab -e) add the cron jobs and save, that's all. Read More
How to Install ionCube Loader in CentOS 7
Viewed 658 times since Fri, Feb 5, 2021
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.4.so Read More
How do I find all files containing specific text on Linux?
Viewed 631 times since Mon, Jan 17, 2022
  ~]# grep -rnw '/path/to/somewhere/' -e 'pattern'Ref:https://stackoverflow.com/questions/16956810/how-do-i-find-all-files-containing-specific-text-on-linux Read More
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.