Skip to main content

Primary links

Show — Primary links Hide — Primary links
  • Home
  • Docker
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

installVMWarePlayer.sh

  • Read more about installVMWarePlayer.sh
  • Log in to post comments

#!/bin/bash

wget http://download3.vmware.com/software/vmplayer/VMware-player-2.0.1-55017.i386.tar.gz -P /tmp/
tar -xzf /tmp/VMware-player-2.0.1-55017.i386.tar.gz -C /tmp
/tmp/vmware-player-distrib/vmware-install.pl default
rm -r /tmp/vmware-player*

VLC: stream to internet

  • Read more about VLC: stream to internet
  • Log in to post comments

#!/bin/sh

VCODEC=mp4v

echo "--- $0 $@ ---"

if [ $1 == "-hq" ]; then
VCODEC=h264
fi

vlc v4l:/dev/video0 --sout '#duplicate{dst=display,dst="transcode{vcodec=$VCODEC,vb=128}:standard{access=http,mux=ts,url=:8888}"}' --ttl 16 --noaudio

swapToFile.sh

  • Read more about swapToFile.sh
  • Log in to post comments

#!/bin/bash

dd if=/dev/zero of=/swap.file bs=1G count=1
chmod 0600 /swap.file
mkswap /swap.file

cat <> /etc/fstab
/swap.file none swap sw 0 0
EOF

Welcome on panticz.de!

linux_cube
  • Read more about Welcome on panticz.de!

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 69
  • Page 70
  • Page 71
  • Page 72
  • Page 73
  • Page 74
  • Page 75
  • Page 76
  • Current page 77
Subscribe to

Misc

Show — Misc Hide — Misc
  • Installation
  • Grafana
  • Linux
  • Hardware
  • Programming
  • Databases
  • Ansible
  • CLI
  • Multimedia
  • Plugins
  • Windows

Cloud

Show — Cloud Hide — Cloud
  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

Show — Virtualization Hide — Virtualization
  • Virtualization
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN
  • Incus

Network

Show — Network Hide — Network
  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

Show — Storage Hide — Storage
  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

Show — Automation / CI/CD Hide — Automation / CI/CD
  • Install
  • Ansible
  • GitLab
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

Show — Monitoring / Visualisation Hide — Monitoring / Visualisation
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Page QR Code

QR code for this page URL

Profiles

  

© panticz 2025

Footer menu

Show — Footer menu Hide — Footer menu
  • Contact
  • Imprint