Search results

From wikinotes
  • Scala install (category Pages with syntax highlighting errors)
    aur sync scala aur sync scala-cli # optional scala interpreter # to compile/run programs you'll either: pacman -S jre-openjdk # minimal pacman -S jdk-openjdk
    1 KB (179 words) - 22:48, 12 May 2024
  • Mbpfan (category Pages with syntax highlighting errors)
    package for mbpfan refers to the original mbpfan, which won't work on a mac with a T2 chip. (supports T2) https://github.com/networkException/mbpfan (supports
    2 KB (189 words) - 23:47, 6 March 2022
  • Sc-im (category Pages with syntax highlighting errors)
    info x # delete cell contents e # edit number (vi) E # edit string (vi) syntax =a1 # ref to cell a1 =@sum(a1:a5) # sum a1-a5 navigation w/b # jump forwards/backwards
    2 KB (162 words) - 17:09, 19 February 2024
  • Cpupower (category Pages with syntax highlighting errors)
    Displays cpu frequency info, and can be used as a governor (see cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors). Display and/or manages
    2 KB (209 words) - 16:42, 7 March 2022
  • Tlp (category Pages with syntax highlighting errors)
    tlp helps control/reduce your power consumption. cpu scaling gpu scaling audio powersaving partial charge to prevent battery wear power-off various drive
    2 KB (207 words) - 15:56, 7 March 2022
  • Vdirsyncer (category Pages with syntax highlighting errors)
    org/en/stable/config.html?highlight=digest#storage-caldav carddav options https://vdirsyncer.pimutils.org/en/stable/config.html?highlight=digest#storage-carddav
    3 KB (212 words) - 23:53, 29 August 2022
  • Wine configuration (category Pages with syntax highlighting errors)
    # enable threaded optimizations in GL drivers __GL_THREADED_OPTIMIZATIONS=1 # disable the opengl shading language (but graphics suffer) winetricks glsl-disable
    431 bytes (21 words) - 20:33, 13 March 2022
  • Xrdb (category Pages with syntax highlighting errors) (section Xresources/Xdefaults syntax)
    Loads/Merges Xresources files, which customizes properties of the X root window. xrdb -query -all # list all current settings xrdb -merge ~/.Xresources
    1 KB (48 words) - 18:40, 12 March 2022
  • Kitty (category Pages with syntax highlighting errors)
    A featureful gpu accelerated terminal emulator. clear_all_shortcuts yes macos_option_as_alt yes macos_quit_when_last_window_closed yes enable_audio_bell
    742 bytes (59 words) - 14:30, 15 January 2024
  • Postgresql plpg syntax (category Pages with syntax highlighting errors)
    like roles which cannot use IF NOT EXISTS. \set ON_ERROR_STOP on -- postgres does not halt on errors by default DO $$ BEGIN IF NOT EXISTS(SELECT * FROM
    565 bytes (83 words) - 13:05, 15 September 2019
  • Synaptics configuration (category Pages with syntax highlighting errors)
    synclient # list/try available options # /etc/X11/xorg.conf.d/70-synaptics.conf Section "InputClass" Identifier "touchpad" Driver "synaptics" MatchIsTouchpad
    1 KB (74 words) - 18:17, 7 March 2022
  • Awscli (category Pages with syntax highlighting errors)
    awscli allows you to interact with AWS from the cli. nice for bash scripts. ~/.aws/credentials [default] aws_access_key_id = #... aws_secret_access_key
    682 bytes (82 words) - 20:29, 24 March 2019
  • Github-cli (category Pages with syntax highlighting errors)
    official cli client. config.yml git_protocol: https editor: prompt: enabled pager: aliases: co: pr checkout hosts.yml github.com: user: <githubuser> oauth_token:
    1 KB (93 words) - 15:38, 24 October 2023
  • Graphql relationships (category Pages with syntax highlighting errors)
    . on Duck { quack } } } Connections and Edges are not a part of graphql syntax, they are a schema design-pattern that is sometimes implemented in API libraries
    2 KB (213 words) - 21:10, 6 September 2021
  • Influxdb usage (category Pages with syntax highlighting errors)
    field-values. That field value can be assigned various tags. A sample input.csv with a series of points. # _time , _value , _field , _measurement , my-tag1 ,
    2 KB (130 words) - 17:58, 10 June 2023
  • Mel: Processing Scene/Selected Objects (category Pages with syntax highlighting errors)
    filterExpand will pull specific information about selected objects, like their vertexes, uvs, edges etc. filterExpand -selectionMask 35; //returns all
    2 KB (151 words) - 19:52, 18 July 2016
  • VimPlugin: nvim-treesitter (category Pages with syntax highlighting errors)
    Leverages tree-sitter's abstract-syntax trees for various languages. used for intelligent syntax highlighting, indentations, code folds, targeted incsearch
    1 KB (83 words) - 20:34, 26 December 2021
  • Maya Animation Layers (category Pages with syntax highlighting errors)
    Item-Attributes are added to renderlayers. They can be additive (default), or averages. Active AnimLayers are layers that are going to be receiving keys
    2 KB (258 words) - 15:58, 9 February 2018
  • Ctags (category Pages with syntax highlighting errors)
    ctags recurses through your source tree, and records classes, methods etc. Currently, the most active derivative of ctags is universal-ctags . ctags (bsd
    3 KB (235 words) - 02:26, 25 October 2021
  • Freebsd networking (category Pages with syntax highlighting errors)
    service netif restart service routing restart # Starting a manual network connection from CLI sudo route add default 192.168.1.1 # Set path to your router
    3 KB (222 words) - 05:25, 7 August 2021
  • Mel: Maya Internals (category Pages with syntax highlighting errors)
    image-type getAttr defaultRenderGlobals.imageFormat ## Number Corresponding with image. getAttr defaultRenderGlobals.imfkey # Some renderers, and image formats
    4 KB (314 words) - 14:13, 9 June 2018
  • Mel: Reading/Writing a text file (category Pages with syntax highlighting errors)
    replaces the entire file for ($line in $myStrArray) //writes a line to $fileID with a new line for fprint $fileID ($line + "\n"); //each array entry fclose $fileID;
    2 KB (178 words) - 12:39, 14 May 2016
  • Certbot example: nginx (category Pages with syntax highlighting errors)
    This example demonstrates how to request an SSL certificate to be used on a single, explicit domain name (also works for explicit subdomains). Before issuing
    4 KB (485 words) - 23:49, 25 June 2021
  • Networking routers (category Pages with syntax highlighting errors)
    routing table and if the network is reachable, the packet's frame is replaced with info specific to the new network and sent. +---------------+ +-----------------+
    2 KB (119 words) - 16:48, 11 October 2021
  • VimPlugin: TagBar (category Pages with syntax highlighting errors) (section TagBar: Error detected while processing function <SNR>217_ShowPrototype)
    "open section under cursor, and set cursor in file <space> "display line with arguments, etc p "show section under cursor, without moving cursor s "toggle
    4 KB (370 words) - 02:34, 25 October 2021
  • Pulseaudio troubleshooting (category Pages with syntax highlighting errors)
    occasionally you can manually correct the way that your hardware is being interacted with using a boot override in /etc/modprobe.d/*.conf. You can either do this manually
    4 KB (424 words) - 01:37, 13 July 2021
  • Sftp (category Pages with syntax highlighting errors)
    SFTP policy will be enforced for this group useradd studio # a system user, with no homedir, and using /bin/nologin as their shell usermod -a -G sftpusers
    3 KB (449 words) - 22:16, 2 May 2020
  • Tmux configuration (category Pages with syntax highlighting errors) (section Syntax)
    This page documents some commands I use most frequently. Sample Window/Pane setup script generate_rps1() { # .zshrc: `test -n "${OVERRIDE_RPS1}" && RP
    7 KB (612 words) - 03:58, 17 May 2023
  • Cx freeze workarounds (category Pages with syntax highlighting errors) (section ImportError on build)
    except(ImportError): pass return options if __name__ == '__main__': cx_Freeze.setup(..., options=build_options(), ...) cx_Freeze does not play nice with .egg python
    5 KB (537 words) - 21:58, 17 September 2018
  • Mel: Basics (category Pages with syntax highlighting errors)
    at 1) sort($array); //Alphabetizes all entries in that array (even works with paths!) clear($array); //Resets Array vector $vector = <<1.0, 5.0, 2.5>>;
    6 KB (557 words) - 14:46, 27 June 2018
  • BSD FileSystem (category Pages with syntax highlighting errors)
    freebsd-ufs with newer boot schemes like gpt (vs mbr) for mbr your boot type should be freebsd There are 1048576 kilobytes in 1 gb List sector size with 'gpart
    5 KB (482 words) - 16:24, 14 May 2022
  • Viml projects (category Pages with syntax highlighting errors)
    filename plugin/ # sourced on vim-startup syntax/ # syntax files tools/ # standalone cli tools (like bin/) after/{syntax,colors,autoload,...} # load after vim
    9 KB (883 words) - 19:49, 7 January 2023
  • Mel: Writing a UI (category Pages with syntax highlighting errors)
    This technically belongs under parent Layouts, but it merits being highlighted with it's own entry. A pane layout creates something similar to a window
    10 KB (1,055 words) - 11:18, 19 May 2018
  • T2linux archlinux mbp-16.1 (category Pages with syntax highlighting errors)
    reboot Now verify output of wifi driver is error-free. sudo journalctl -k --grep=brcmfmac # check for errors ip link # check for wlan0 Now you can test
    21 KB (2,704 words) - 11:57, 23 May 2022
  • Mediawiki extensions: syntaxhighlightgeshi (category Pages using deprecated source tags)
    Extension that enables syntax highlighting using python pygments. Install php requirements First, verify the following php plugins are installed, and available
    2 KB (240 words) - 17:15, 3 July 2021