Linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel. Some of the most popular Linux distributions include Debian, Fedora, and Ubuntu.

www.linux.org

windows 10 2018 insider wallpaper - Mount Windows and Linux floppies 💾

Mount Windows and Linux floppies 💾

To alternate between mounting a Linux-formatted (ext2) floppy disk and a Windows-formatted (vfat) floppy disk: Create a directory like /mnt/winfloppyAs root, pico /etc/fstabEnter the following into fstab: /dev/fd0 /mnt/floppy ext2...

linux - Cannot mount 💿 CD-ROM

Cannot mount 💿 CD-ROM

In order, try these solutions:

As root, type:

/sbin/depmod -ae

As root, type (replace “2.4.7-10” with your kernel number):

insmod /lib/modules/2.4.7-10/kernel/drivers/cdrom/cdrom.o

Damn-Small-Linux-4_1

Damn Small 🐧 Linux 🖥️

Damn Small Linux (DSL) – a small, business card size computer operating system based on Knoppix. It was designed to run graphical environment and applications on old PC machines with 486 Pentium processors and very little memory.

linux - How 👨‍💻 hackers invade 🐧 Linux

How 👨‍💻 hackers invade 🐧 Linux

Today is Valentine’s Day, and I wish all lovers to be married, and I wish everyone a happy Valentine’s Day! But pay attention to safety at all times. Now let me talk about how to see how hackers have invaded Linux: The purpose...

linux - ☠️ Kill a program that has 🔒 locked

☠️ Kill a program that has 🔒 locked

Run ps aux to see a list of all running processes. To the right of the process name will be a process number (pid), like 606 or 1125 or 12856. To kill the program, enter: kill <pid> If you’ve still got a problem, then try kill ...

linux - How to install Oracle Database on SuSE Linux10

How to install Oracle Database on SuSE Linux10

How to install Oracle database on SuSE Linux10? Let me explain these steps, step by step. System Requirements: Memory: 1G recommendedSwap partition: set to 2 times the memory/tmp disk space: 400MB or moreDisk space: software 3.5G data 1.2G...

linux - Linux: Run level and restart

Linux: Run level and restart

Learn to shut down or restart your Linux system, warn users that the system is shutting down, and switch to a somewhat restrictive run level. This process is unfamiliar to many Linux enthusiasts. Next, Ian Shields, a senior programmer from...

MobaXterm Personal 20.3 0UYr6Hl4lh - Unix/Linux Find Size of Files in a Directory

Unix/Linux Find Size of Files in a Directory

Wait… before I try to copy this directory recursively, how big is it?

du -sh /path/to/directory

-s : Display for the entire folder, not for all subfiles separately

-h : Display size in human-readable format: KB, GB, TB..