Linux Performance Tuning
Linuxsecrets Blog
by
6y ago
Please see URL below for details on Linux Performance Tuning ..read more
Visit website
Install GridCoin and Boinc
Linuxsecrets Blog
by
6y ago
What is Gridcoin and Boinc? Gridcoin is an open source cryptocurrency (Ticker: GRC) which securely rewards volunteer computing performed upon the BOINC platform in a decentralized manner on top of proof of stake.  RedHat / Fedora Below is for Fedora 27  wget http://ftp.gwdg.de/pub/opensuse/repositories/home:/theMarix/Fedora_27/src/gridcoinresearch-3.7.7.0.d3c0eb952-1.2.src.rpm Fedora 26 rpm below  wget http://ftp.gwdg.de/pub/opensuse/repositories/home:/theMarix/Fedora_26/src/gridc ..read more
Visit website
Installing Fedora
Linuxsecrets Blog
by
6y ago
What is Fedora?  Fedora (formerly Fedora Core) is an Unix-like operating system based on the Linux kernel and GNU programs, developed by the community-supported Fedora Project and sponsored by the Red Hat company. Fedora contains software distributed under various free and open-source licenses and aims to be on the leading edge of such technologies. Fedora is the upstream source of the commer ..read more
Visit website
Install NFS on Fedora
Linuxsecrets Blog
by
6y ago
What is NFS? Network File System NFS is a distributed file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client computer to access files over a computer network much like local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call ONC RPC system. Install Requirements dnf install -y nfs-utils Install ..read more
Visit website
Find Recently Modified Files on Linux
Linuxsecrets Blog
by
6y ago
Find the most recently modified files, sorted in reverse order find /etc -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort -r 2017-10-24 15:09:16.1814633770 /boot/initrd.img-4.9.0-4-amd64 2017-10-24 09:49:01.3921545860 /boot/grub/grub.cfg 2017-10-24 09:48:53.7601545420 /boot/grub/i386-pc/boot.img 2017-10-24 09:48:53.7081545420 /boot/grub/i386-pc/core.img 2017-10-24 09:48:53.4441545400 /boot/grub/grube ..read more
Visit website
Identify PCI Slot to Physical Socket
Linuxsecrets Blog
by
6y ago
  On a network card it's pretty easy with one command for interface eth0 below cat /sys/bus/pci/devices/`ethtool -i eth0 | grep bus-info | cut -d ' ' -f 2`/numa_node 1 Listing Hardware Devices ls /sys/bus/pci/devices 0000:00:00.0 0000:01:00.0 0000:17:0b.1 0000:17:1d.0 0000:3a:0c.0 0000:5d:0f.1 0000:85:05.4 0000:85:0e.2 0000:85:1e.1 0000:ae:0c.60000:00:04.0 0000:02:00.0 0000:17:0b.2 0000:17:1d ..read more
Visit website
Install PHPMyAdmin with PHP7.0
Linuxsecrets Blog
by
6y ago
What is PHPMyAdmin? phpMyAdmin is a free software tool written in PHP , intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly ex ..read more
Visit website
1 Command Controlling Linux
Linuxsecrets Blog
by
6y ago
What is sysctl? sysctl is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/. Procfs is required for sysctl support in Linux. You can use sysctl to both read and write sysctl data. Sysctl Kernel Effects ​ Configuration Security Networking Virtual Memory MDADM You can also use sysctl for troubleshooting Configuration Files Versions 207 and 21x, s ..read more
Visit website
Identify PCI Slot to Physical Socket
Linuxsecrets Blog
by
6y ago
  On a network card it's pretty easy with one command for interface eth0 below cat /sys/bus/pci/devices/`ethtool -i eth0 | grep bus-info | cut -d ' ' -f 2`/numa_node 1 Listing Hardware Devices ls /sys/bus/pci/devices 0000:00:00.0 0000:01:00.0 0000:17:0b.1 0000:17:1d.0 0000:3a:0c.0 0000:5d:0f.1 0000:85:05.4 0000:85:0e.2 0000:85:1e.1 0000:ae:0c.60000:00:04.0 0000:02:00.0 0000:17:0b.2 0000:17:1d ..read more
Visit website
Install PHPMyAdmin with PHP7.0
Linuxsecrets Blog
by
6y ago
What is PHPMyAdmin? phpMyAdmin is a free software tool written in PHP , intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly ex ..read more
Visit website

Follow Linuxsecrets Blog on FeedSpot

Continue with Google
Continue with Apple
OR