There are several ways to check swap space in Linux.
- The free command with the -h tag shows the total, available, and used swap space in a human-readable format.
free -h| FROM ubuntu:24.04 | |
| RUN apt-get update --fix-missing && apt-get install -y sudo=1.9.15* git=1:2.43.0* build-essential=12.10* \ | |
| && apt-get clean \ | |
| && rm -rf /var/lib/lists/* | |
| RUN git clone https://github.com/canonical/subiquity.git /app | |
| WORKDIR /app | |
| RUN make install_deps | |
| # Fix 1: systemd and docker don't play well together, let's fake timedatectl command which is used inside the script | |
| RUN mkdir -p /run/systemd/ && touch /run/systemd/system | |
| RUN rm -f /usr/bin/timedatectl |
| workshop_download_item 255710 2040656402 | |
| workshop_download_item 255710 1625704117 | |
| workshop_download_item 255710 1562650024 | |
| workshop_download_item 255710 2030755273 | |
| workshop_download_item 255710 1619685021 | |
| workshop_download_item 255710 1567569285 | |
| workshop_download_item 255710 2862121823 | |
| workshop_download_item 255710 2502526929 | |
| workshop_download_item 255710 1721492498 | |
| workshop_download_item 255710 1637663252 |
| // ==UserScript== | |
| // @name Human AWS Environment | |
| // @namespace http://noidea.com/ | |
| // @version 1 | |
| // @description Replaces the account id with a human readable label. | |
| // @author Benjamin Herzig | |
| // @icon64 https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png | |
| // @grant none | |
| // @include /^https:\/\/.*console.aws.amazon.com.*$/ | |
| // @run-at document-end |
| ### Base Windows Configuration ### | |
| # Enable Windows Features... | |
| Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online -NoRestart | |
| Enable-WindowsOptionalFeature -FeatureName Containers -Online -NoRestart | |
| Enable-WindowsOptionalFeature -FeatureName Microsoft-Windows-Subsystem-Linux -Online -NoRestart | |
| ### Chocolatey Installs ### | |
| # Install Chocolatey: https://chocolatey.org/install |
| #!/usr/bin/env bash | |
| # Usage: bash uninstall_vmware.bash | |
| remove() { | |
| entry="$1" | |
| echo -ne "Removing \e[1;34m$entry\e[0m... " | |
| sudo rm -rf "$entry" &> /tmp/uninstall-vmware.log | |
| if [[ ! -e "$entry" ]]; then | |
| echo -e "\e[1;32mOK\e[0m" |
| % $Id: deChicago.bst 738 2009-10-12 13:52:35Z herbert $ | |
| % | |
| % "Chicago" BibTeX style, deChicago.bst for the DANTE Edition series | |
| % ================================================================== | |
| % supports field url and urldate | |
| % | |
| % BibTeX `chicago' style file for BibTeX version 0.99c, LaTeX version 2.09 | |
| % Place it in a file called chicago.bst in the BibTeX search path. | |
| % You need to include chicago.sty as a \documentstyle option. | |
| % (Placing it in the same directory as the LaTeX document should also work.) |
#Mac OS X