How to View Linux System Information

To know only system name, you can use uname command without any switch will print system information or uname -s command will print the kernel name of your system. root@localhost ~ $ uname Linux To view your network hostname, use ‘-n’ switch with uname command as shown. root@localhost ~ $ uname -n localhost.localdomain To get … Read more

disadvantages of computers

Thinking ability. Stops us from thinking about solving problems. Computers break down. When they don’t work it stops companies and people working. Addiction. Playing games or social networks can lead to an addiction. Conversation. People are spending less time communicating with the people face to face. Lack of exercise. Children and adults spend to much … Read more

Types of programming languages

Programming languages A programming language is a means of communication for the user to communicate with the computer system. The programming language is a set of instructions which tells the computer what to do. This is a language which is understood by both man and machine. There are a number of programming languages. However all … Read more

Advantages of Computers

Speed: The speed of a computer is measured in terms of the number of instructions that it can perform or execute in a second. The speeds of computers are measured in milli­seconds (10~3 sec), micro-seconds (10*6 sec), and nano seconds (10~9sec). Computers are superfast machines and can process millions of instructions per second. Smaller computers … Read more

How to Format USB Flash Drive from Command Prompt

Step 1: Type cmd in the search box, then you can get the best match called Command Prompt. Right-click on it and choose “Run as administrator”. Step 2: On the Command Prompt window, type diskpart and press “Enter” Step 3: Type list disk and press “Enter”. According to the list disk information, check which disk … Read more

AMD-K6™ Processor Multimedia Technology

Introduction- Next generation PC performance requirements are being driven by emerging multimedia and communications software. 3D graphics, video, audio, and telephony capabilities are evolving across education, entertainment, and internet applications. As multimedia applications continue to proliferate in the marketplace, PC systems suppliers are being challenged to deliver multimedia-enabled PC solutions covering all mainstream price/performance points. … Read more

Penetration Testing On 802.11b Networks

The Institute of Electrical and Electronics Engineers (IEEE) created the 802.11b Standard to provide a secure architecture for communicating with networking devices over an air medium but the standard has fallen short in providing a secure criterion. The 802.11b Standard has left many doors open for hackers to exploit these shortcomings and the goal of … Read more

LinuxLive USB Creator

;:LinuxLive USB Creator is a free and open-source software for Windows. It will help you in your journey of discovery with Linux. For you, LiLi creates portable, bootable and virtualized USB stick running Linux. Not only for geeks LiLi is designed to be used by both beginners and geeks. If you are a beginner, LiLi … Read more

How to Get Total Inodes of Root Partition

On Linux and other Unix-like operating systems, an inode stores information that describes a file or directory (also a file – because everything is a file in Unix) except its name and content or its actual data. Therefore, each file is indexed by an inode which is metadata about the file. An inode contains information … Read more

How to Install Yii PHP Framework on CentOS 8

Yii is an open-source, high-performance, flexible, efficient and secure PHP framework for rapidly building modern Web applications. It is a generic and full-stack web programming framework for writing code in an object-oriented fashion and provides many proven and ready-to-use features. Yii Features Here are some of Yii’s key features: A pure OOP-based framework. A component-based … Read more