OSX file system The UNIX file system used by OSX, all files are hung in directory / below, so they don’t have the disk concept
Month: October 2021
Dump -0aj -f /tmp/home0.bak / home makes a complete backup of a ‘/ home’ directory Dump -1aj -f /tmp/home0.bak / home makes an interactive backup
original title: Launch Shell Script Silently AT Login In OSX I needed a shell script to execute at login. There are a few different ways
1. Put the downloaded jdk1.8.0_161.tar.gz in the Ubuntu directory / usr / java directory 2. Unzip: Tar -ZXVF JDK1.8.0_161.tar.gz 3. Set an environment variable: You
Machine learning Support Vector Machine SVMLightan Implementation of Vapnik’s Support Vector MachineLibsvma Library for Support Vector Machines Decision Tree C4.5THE “Classic” Decision-Tree Tool, Developed by
This article is reproduced article, mainly used for records, original address https://www.jb51.net/Article/140257.htm Foreword For developers, installing JDK is a very simple thing, but in linux
This article also gives you some interesting things recently. Hope you like it. Let me talk about looking for a job right, the movie “The
Phenomenon description: The VI editor that entered the file was an abnormality, and the cursor could not operate. This error occurs when you disconnect the
The basic package of Hyperic-HQ products Sigar: Sigar is the main data collection component of Hyperic HQ. It is used to collect system and processing
Create an encrypted partition : cryptsetup –verbose –verify-passphrase luksFormat /dev/sdb3cryptsetup luksOpen /dev/sdb3 usBLs?/dev/mapper/usbmkfs.etx4 /dev/mapper/usbe2label /dev/mapper/usb persistencemkdir -p /mnt/usbmount /dev/mapper/usb?/mnt/usbtouch /mnt/usb/test.txtumount /dev/mapper/usbcryptsetup luksClose /dev/mapper/usb mount: mount