find the number of CPU cores on Linux
Multi-core CPU processors are common nowadays, including dual-core processors (e.g., Intel Core Duo), quad-core processors (e.g., Intel Core i5), and
Read moreLinux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work. Here, at https://blog.eduguru.in, We will discuss and solve real-life problems coming on Linux OS. We also know more interesting features of Linux here.
Multi-core CPU processors are common nowadays, including dual-core processors (e.g., Intel Core Duo), quad-core processors (e.g., Intel Core i5), and
Read moreTo enable your system to give you the login prompt please do the following: Please login to your system using
Read moreUse the blow command to set the linux date #date 072511242014 where 07= mm (Month) 25=dd (Date) 11=hh (Hour) 24=mm
Read moreLinux As the root user (or user with appropriate permissions) Type “ifconfig -a” From the displayed information, find eth0 (this
Read moreI have a CentOS 5.7 linux server and use php5.3.x. On a pfSense system, you can restart services-that required root
Read moreTo add a user to the system: Issue the useradd command to create a locked user account: useradd Unlock the account by
Read moreLogin to mysql and run the below command: set global net_buffer_length=1000000; set global max_allowed_packet=1000000000;
Read moreDump and restore from .sql Dump mysqldump db_name table_name > table_name.sql Restore mysql -u <user_name> -p db_name mysql> source <full_path>/table_name.sql
Read moreIn host machine iptables is running and is blocking the port 5901. Kill all the vncserver desktop in the host machine
Read more