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
  • fusefs-encfs sudo kldload fusefs.ko sudo sysctl vfs.usermount=1 ## allow non-root users to perform mounts Start fuse on boot (if req'd for system boot) # /boot/loader
    2 KB (173 words) - 22:08, 11 May 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
  • 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
  • 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
  • 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
  • 'amd64') User info is exposed by a struct of passwd info. import "os/user" usr, err := user.Lookup("will") if errors.Is(err, user.UnknownUserError) {.
    831 bytes (75 words) - 13:27, 18 June 2022
  • rows in users table SELECT COUNT(*) FROM users; count user_ids in each department in the 'department_users' table SELECT department_id, COUNT(user_id) FROM
    1 KB (155 words) - 19:32, 19 September 2021
  • connection.execute(sql) users = User.where(first_name: 'alex').to_sql # to_sql prints actual query users.length # 2 (number of matched users) A.where(name: 'John')
    5 KB (594 words) - 16:17, 3 November 2021
  • FROM pg_user; # show all users SELECT user; # show currently logged in user Postgres allows you to assign privileges to users, or roles (users can be added
    5 KB (475 words) - 14:31, 19 November 2019
  • sudo allows you to assign/limit super-user privileges to users/groups.
    678 bytes (12 words) - 21:14, 2 April 2022
  • permanently delete email from gmail - Save and Continue - 3. Test Users - Add Users: - <your email> - Add - Add (press 2nd time to confirm) - Save and
    3 KB (289 words) - 14:01, 11 June 2022
  • false } end end user = build(:user) # instantiates User user = create(:user) # instantiates User, calls #save() method users = create_list(:user, 10) # create
    3 KB (204 words) - 16:33, 3 November 2023
  • A proprietary, but API-accessible alerting service, free up to 5 users. Alerters exist for ios, android, chrome-extensions, etc.
    582 bytes (20 words) - 06:00, 19 February 2022
  • x server from the text console (generally tty1). It does not matter what user you are, and there is no console group that you can add yourself to.
    1 KB (97 words) - 00:35, 17 July 2021
  • WORKGROUP # default windows workgroup map to guest = Bad User # bad logins get mapped to samba's guest-user hosts allow = 192.168.1. 127. # whitelist of allowed
    1 KB (138 words) - 03:09, 25 April 2021
  • Do not panic, whereas your wireless interface used to be wlan0, the name has changed. I have been having a lot of problems with 'carrier lost' issues since
    4 KB (343 words) - 16:54, 31 December 2020
  • NOT EXISTS (SELECT name FROM users WHERE name = 'Rupert') LIMIT 1; Update an existing row. UPDATE users set email = "user@domain.com" WHERE id = 190; Delete
    1 KB (132 words) - 18:37, 19 September 2021
  • KMyMoney is a personal accounting program. it does not support multiple users. I generally like it's interface, but it's inability to account Alex and
    515 bytes (36 words) - 00:37, 12 March 2018
  • JSON web tokens are a way of authenticating users. All registered claims { "iss": "server.domain.com", // issuer(optional): principal of issuer (generally
    1 KB (69 words) - 20:50, 8 October 2019
  • class QueryRoot < GraphQL::Schema::Object field :users, Types::User.connection_type, null: false def users return [ {id: 100, name: "Alex"}, {id: 101, name:
    3 KB (280 words) - 20:33, 6 September 2021
  • by all users C:\Users\<you>\AppData\Local %localappdata% data that cannot move with your userprofile (ex: browser cookies, safemode data) C:\Users\<you>\AppData\Roaming
    771 bytes (7 words) - 22:55, 15 December 2019
  • Sftpgo (section Users)
    access with sftp. You do not need a real system user account for these users. SFTP will provide access to the user's home-directory. sftp -P 2022 youruser@X
    4 KB (339 words) - 02:12, 19 February 2023
  • /Applications/Autodesk/maya2018/Maya.app/Contents/bin/maya user scripts C:/Users/will/Documents/maya/2018/scripts /Users/will/Library/Preferences/Autodesk/maya/2018/scripts
    329 bytes (0 words) - 12:49, 17 June 2019
  • class User < ActiveRecord::Base # table: 'users' class UserPermission < ActiveRecord::Base # table: 'user_permissions' class SpecialUser < User # table:
    11 KB (1,121 words) - 15:03, 6 May 2024
  • and pipboy flashlight colour C:\Users\will\Documents\My Games\Fallout4\Fallout4.ini [Controls] bMouseAcceleration=0 C:\Users\will\Documents\My Games\Fallout4\Fallout4Prefs
    2 KB (242 words) - 21:29, 12 October 2018
  • url https://foo.com/users/1.json ? Within rails routes these format-able routes will show like this: users GET /users(.:format) users#index You handle request
    8 KB (789 words) - 21:50, 19 September 2021
  • argument :id, Integer, required: true def resolve(id:) user = USERS.find { |user| user[:id] == id } user[:name] end end end
    2 KB (219 words) - 18:45, 6 September 2021
  • Support SQLAlchemy query syntax within API routes # list entries in table 'users' where column 'age' > 30 curl -G \ -H 'Content-type: application/json' -d
    937 bytes (36 words) - 11:42, 26 July 2019
  • rust-users: unix user/groups https://github.com/ogham/rust-users atty: simple, targets multiple platforms via native
    647 bytes (0 words) - 08:19, 9 February 2023
  • Weechat usage (section Users)
    /ignore add/del/list <user> # ignore pms from user /invite <user> # invite user for private chat /msg <user> # private-chate a user without vimode ctrl +
    3 KB (305 words) - 00:22, 3 May 2020
  • ansible all -m user -a "name=will password=<encrypted password here>" # add/modify user ansible all -m user -a "name=will state=absent" # delete user If you're
    2 KB (249 words) - 22:05, 2 November 2019
  • PermitEmptyPasswords no # if user is authenticated, do not prevent them from accessing # if their ip addr has changed since last time. IgnoreUserKnownHosts yes #
    3 KB (346 words) - 01:50, 2 July 2022
  • TABLE users ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, first_name VARCHAR(10), last_name VARCHAR(10), age TINYINT ); ALTER ALTER TABLE users RENAME
    2 KB (175 words) - 18:34, 19 September 2021
  • foreign keys # EXAMPLE CREATE TABLE users ( id INTEGER PRIMARY KEY NOT NULL, name TEXT, ); CREATE TABLE project_users ( user_id INTEGER NOT NULL, project_id
    2 KB (121 words) - 16:50, 12 February 2021
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)