17%
06.05.2024
about the Raspberry Pi (Pi) that was introduced in 2012. Hobbyists, including me, got excited by the prospect of having a very low power SBC that runs Linux and is inexpensive on their desk. The Pi had
17%
14.08.2017
) with Google, helped incubate Prometheus to get it ready for production when working for SoundCloud in 2012. Starting in 2014, other companies began taking advantage of it. In 2015, the creators published
17%
21.08.2012
Listing 3: Installing ganglia-gmond into the Master Node
[root@test1 RPMS]# yum install ganglia-gmond-3.4.0-1.el6.i686.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror
17%
25.01.2022
articles.tar.gz archivetest
$ ls -s archivetest/ARTICLES
total 4406
0 BCACHE 0 INTERNET002 0 OCFS2
0 BEFORE 0 IOSTAT 0 PEARC21
0 BTRFS
17%
28.03.2012
--------><----------Disks-----------><----------Network---------->
#cpu sys inter ctxsw KBRead Reads KBWrit Writes KBIn PktIn KBOut PktOut
3 1 1421 2168 0 0 41000 90 0 2 0 0
3 2 1509 2198 64 2 49712
17%
11.10.2016
with dmesg
# dmesg | grep BIOS-e820
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000005efff] usable
[ 0.000000] BIOS-e820: [mem 0x
17%
22.09.2016
not persistent.
Listing 1: Showing Memory with dmesg
# dmesg | grep BIOS-e820
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000005efff
17%
17.04.2017
to query; for example:
nslookup -server 10.0.0.11
You can also combine the two options, if necessary.
If you start nslookup so that it does not use the locally configured DNS server for name resolution
17%
14.06.2017
image is stored somewhere the user has permission:
$ time mksquashfs /home/laytonjb/20170502 /home/laytonjb/squashfs/20170502.sqsh
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem
17%
10.04.2015
add -net 192.168.100.0/24 gw 192.168.2.2 dev eth0
up route add -net 192.168.13.0/24 gw 192.168.2.2 dev eth0
Listing 2
Set Routes
$ sudo route add -net 192.168.100.0/24 gw 192