dev

Search

You can find the results of your search below.

Conky
48 Hits, Last modified:
on ${color1}HARD DRIVE I/O ${hr 2}$color ${color0}Device:$color /dev/sdd3 ${color0}Reads: $color${diskio_read /dev/sdd3}/s${alignr}${color0}Writes: $color${diskio_write /dev/sdd3}/s ${color3}${diskiograph_read /dev/sdd3 30,
IPMI CLI Tools
15 Hits, Last modified:
which allows remote server management, primarily developed by Intel. IPMI cards, known as Baseboard Ma... U $User_Name -f $PW_file_location power status 2>/dev/null) if [ ${?} -ne 0 ] then exit 11 #error 1... IP -U $User_Name -f $PW_file_location power on &>/dev/null 2>/dev/null if [ $? -ne 0 ] then exit 12 #error 12 means that the ipmi tool power
Manjaro Setup Notes
14 Hits, Last modified:
#${color1}HARD DRIVE I/O ${hr 2}$color #${color0}Device:$color /dev/nvme0n1p5 #${color0}Reads: $color${diskio_read /dev/sdd}/s${alignr}${color0}Writes: $color${diskio_write /dev/nvme0n1p5}/s #${color8}${diskiograph_read /dev/sd
Rsync
12 Hits, Last modified:
up| |''-D''| |same as --devices --specials| | | ''%%--%%devices'' |preserve device files (super-user only)| | | ''%%--%%specials'' |preserve s... ctHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</cod
Back-up Server Old Setup
11 Hits, Last modified:
xt4 errors=remount-ro 0 1 # swap was on /dev/sdd5 during installation UUID=e3442da3-4eaf-477d-... Size Used Avail Use% Mounted on udev devtmpfs 16G 0 16G 0% /dev tmpfs tmpfs 3.2G 2.7M 3.2G 1% /run /dev/sdd1 ext4 443G 161G 260G 39% /
Linux Block Device Notes
11 Hits, Last modified:
k mount umount fstab unmount}} =======Linux Block Device Notes====== =====Linux Disk Partition and For... Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs *''lsblk'' to list partitions (or list block devices) *''lsblk -f'' or ''blkid'' to list the UU... available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in p
NUT (Network UPS Tools) Setup
11 Hits, Last modified:
oltage.nominal: 24.0 #nominal/design value device.model: LIHVX1K1 #Fix value device.type: ups #Fix value driver.nam... ode> [Unit] Description=Network UPS Tools - power device driver controller After=network-online.target ... d populate so: <code> #!/bin/sh /sbin/upsmon -K >/dev/null 2>&1 && /sbin/upsdrvctl shutdown </code> Nex
Commonly used commands and scripts
4 Hits, Last modified:
| | php7.4-curl | | ✔ | ✔ | ✔ | | php7.4-dev | | ✔ | ✘ | ✘ | | php7.4-gd | | ✔ |... 0,55 * * * * /home/shared/Myscripts/UPSScan.sh 2>/dev/null #Runs Nut scan and logs formated results to ... ries) 4 Special files (usually found in /dev) 5 File formats and conventions, e.g. /e... '' or '' ip l'' for short, shows the network link devices *''ip route'' or ''ip r'' for short, shows
IPMI Console Setup
3 Hits, Last modified:
TIMEOUT=8 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="... large overheads) * The command ''sudo stty -F /dev/ttyS1'' can be used to check the parameters of th... erial connection. * The command ''sudo stty -F /dev/ttyS1 115200'' can be used to set the ttyS1 seria
SSH Notes
3 Hits, Last modified:
LANG cores=$(grep -c ^processor /proc/cpuinfo 2>/dev/null) [ "$cores" -eq "0" ] && cores=1 threshold="... for partition in partitions: print(f"=== Device: {partition.device} ===") print(f" Mountpoint: {partition.mountpoint}") print(f"
BASH Customisation
2 Hits, Last modified:
# recently modified alias mnt='mount | grep -E ^/dev | column -t' # show mounted drives alias dirsize=... sage='df -hlT --exclude-type=tmpfs --exclude-type=devtmpfs' # Shows the individual partition usages wit
Calibre Server
1 Hits, Last modified:
d.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin''. As expected the installer came up with:
logrotate
1 Hits, Last modified:
=$logfile.$timestamp cp $logfile $newlogfile cat /dev/null > $logfile gzip -f -9 $newlogfile </code> Re
VIM Editor
1 Hits, Last modified:
setup Vim on my local machine to be an effective development environment for my needs. ====Sources===