Information Security News Blog
The Debian project is pleased to announce the thirteenth update of its oldstable distribution Debian 9 (codename stretch). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security...
Raspbian is a free operating system based on Debian GNU/Linux, which is optimized for Raspberry Pi hardware (armhf processor architecture). Raspbian comes with more than 35,000 software packages or pre-compiled software, which is packaged in...
CoreOS Container Linux will end its life cycle on May 26, 2020, and will no longer receive updates. It is strongly recommended that users start migrating workloads to another operating system as soon as...
First released in 2002, Arch Linux is a Linux distribution for i686 and x86-64 computer architectures. Its design focuses on simplicity, security, and efficiency. Unlike other operating systems that use discrete versions, Arch Linux...
Linux Mint 20 will be based on Ubuntu 20.04 LTS. At the same time, LMDE (Linux Mint Debian Edition, Debian version) 4 is coming soon. The LMDE version is based on Debian GNU/Linux and...
The configuration file (php.ini) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the CGI and CLI versions, it happens on every invocation....
touch – change file timestamps Update the access and modification times of each FILE to the current time. A FILE argument that does not exist is created empty, unless -c or -h is supplied....
locate allows users to quickly search for specific files in the Linux file system. The method is to first create a database that includes all file names and paths in the system, and then...
USB4 devices are expected to come out later this year, now, the Linux 5.6 kernel had added initial support for USB4. Support for USB4 in Linux 5.6 is a much-anticipated feature, and it has...
WireGuard author, Jason A. Donenfeld once said that WireGuard will enter the kernel mainline in Linux 5.6. He mentioned at the time that WireGuard had been merged into Dave Miller’s net-next tree. When Linus...
How to compile and install MySQL 5.7.29 from source code in CentOS Install compilation tools and requirement packages: yum install gcc gcc-c++ ncurses-devel cmake bison Download mysql source code wget https://github.com/mysql/mysql-server/archive/mysql-5.7.29.tar.gz Compile and install...
cat – concatenate files and print on the standard output, is a standard Unix utility that reads files sequentially, writing them to standard output. The name is derived from its function to concatenate files....