Search results

From wikinotes
  • declared within your ~/.zshrc. source /path/to/antigen.zsh antigen bundle zsh-users/zsh-autosuggestions antigen bundle # .. other plugins .. antigen apply
    562 bytes (33 words) - 17:23, 8 November 2020
  • Originally the selling point of PKGNG (package next-generation), was allowing users to use a mix of binary packages and ports. This is not the case, but you
    2 KB (227 words) - 23:55, 18 February 2024
  • file within pry. # file.rb require 'pry' users = User .where(last_name: "Guthrie") .limit(10) binding.pry puts users By adding binding.pry (followed by another
    5 KB (617 words) - 16:19, 16 April 2024
  • (Bundler::GemNotFound) from /Users/will/.gem/ruby/2.7.2/gems/bundler-1.17.3/lib/bundler/spec_set.rb:85:in `map!' from /Users/will/.gem/ruby/2.7.2/gems/bundler-1
    3 KB (313 words) - 18:26, 28 December 2021
  • /Applications/MacPorts/Alacritty.app/Contents/MacOS/alacritty Settings > Users and Groups: Login Items (tab): - karabiner elements - Easy Move+Resize Backup
    7 KB (539 words) - 14:53, 19 April 2024
  • under jail's chroot are visible allow.mount; ## priv users can use mount allow.mount.procfs; ## priv users can mount procfs } #### Test-Run Cassandra ## I borrowed
    2 KB (212 words) - 15:52, 22 January 2017
  • -jails/ https://b3n.org/vmware-vs-bhyve-performance-comparison/ https://users.monkeybrains.net/support/bhyve
    387 bytes (64 words) - 13:30, 24 April 2021
  • pillar['system']['home_root'] %} # 'C:/Users', '/home', '/Users' {% for user in salt.user.list_users() %} {% for homedir in [ home_root + user ] %} {% if salt.file.directory_exists(
    5 KB (556 words) - 21:38, 20 March 2021
  • folder. Note that removing individual components does not seem to work. C:\Users\will\AppData\Roaming\Thunderbird ~/.thunderbird/
    523 bytes (49 words) - 16:09, 19 February 2024
  • windows_char_limit = '(?!.{104,})' windows_regex = '[^{}]+'.format(re.escape('/\\:;|=,+*?<>')) # this intentionally includes most of UTF-8 posix_char_limit
    1 KB (59 words) - 01:33, 19 May 2018
  • passwords for users by hostname hostname2.sls ssh/ ## public/private keys, and a dictionary hostname1_pub.sls ## of hostnames, and which users will hostname1_prv
    3 KB (227 words) - 05:34, 12 July 2022
  • FROM user_departments INNER JOIN users ON users.id = user_departments.user_id ) AS users_with_departments ON users_with_departments.user_id = users.id WHERE
    3 KB (352 words) - 20:41, 9 August 2022
  • sort -r -k4 \ | head -n20 sleep 3 done # What to show -a # display other users' processes -x # include non-toplevel processes -d # show process trees #
    1 KB (169 words) - 18:23, 16 April 2022
  • Couchdb (section Users)
    a key, then delete it, it will remain. Existing keys can be updated. all users are 'root' in couchdb until configured otherwise. databases are created at
    9 KB (1,027 words) - 16:54, 14 February 2021
  • Add/Modify Users # create/edit users # (execute when calibre-server started w/o --enable-auth) sudo -u calibre calibre-server --manage-users Enable User Auth
    1 KB (115 words) - 05:09, 31 August 2022
  • SELECT * FROM users INNER JOIN faction_users ON faction_users.user_id = users.id results = [] for user in users: for faction_user in faction_users: if faction_users
    2 KB (190 words) - 23:41, 10 September 2022
  • permissions/workflows https://marcyes.com/2016/0922-messing-with-postgresql-users-and-permissions/
    1 KB (8 words) - 23:45, 30 November 2019
  • table SELECT * # select all rows from 'users' and from 'department_users' tables FROM users INNER JOIN department_users # only return subset of rows where
    1 KB (129 words) - 19:19, 19 September 2021
  • SELECT * FROM users WHERE name = 'foo' OR name = 'bar' SELECT * FROM users WHERE name IN ('john', 'jane', 'iggy'); SELECT * FROM users WHERE name NOT IN
    1 KB (109 words) - 18:37, 19 September 2021
  • font's directory to ``/usr/share/fonts`` make sure it is readable by all users font-renderer fonts # update the fontcache fc-cache -vfs X11 fonts # /etc/X11/xorg
    3 KB (251 words) - 16:06, 7 April 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)