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
  • C:\\windows\\command\\start.exe /Unix /home/will/.wine/x86/dosdevices/c:/users/Public/Start\ Menu/Programs/Steam/Steam.lnk I highly recommend adjusting
    2 KB (183 words) - 20:02, 14 April 2024
  • are multiple). SELECT usr.personal_details, orders FROM users_with_orders usr JOIN orders_with_users orders ON KEYS ARRAY s.order_id FOR s IN usr.shipped_order_history
    4 KB (392 words) - 21:00, 11 February 2021
  • Distrobutions are the files that you provide to users so that they can install your packages. There are several different formats of distrobution, some
    2 KB (114 words) - 18:11, 3 August 2020
  • htpasswd is a program that manages files with users/passwords, and permission groups. The format is very simple, and like the /etc/passwd file, passwords
    3 KB (258 words) - 00:56, 21 March 2021
  • net use K: \\groot\movies /USER:smbguest MyPassword # temporarily mount \\groot\movies to K: net use K: \\groot\movies /USER:smbguest MyPassword /P:Yes
    4 KB (468 words) - 03:04, 25 October 2020
  • go on the system) You can place additional restrictions on specific users, or users within a group If setting a chroot, the chroot (and all directories
    3 KB (449 words) - 22:16, 2 May 2020
  • a behaviour (no conditionals) injected objects are more intimidating to users (requires reading, finding, satisfying injected obj deps) Strategy use enums
    1 KB (156 words) - 00:18, 15 February 2021
  • github https://github.com/zsh-users/zsh-autosuggestions configuration variables https://github.com/zsh-users/zsh-autosuggestions/blob/master/src/config
    942 bytes (72 words) - 22:36, 30 December 2020
  • index_users_on_created_at ON (users); # show indexes SHOW CREATE TABLE users SHOW INDEX FROM users # force FROM to use index SELECT .. FROM users FORCE
    6 KB (668 words) - 18:54, 30 October 2023
  • characters. string $origString = "C:/Users/Will/Desktop" substituteAllString ($origString, "/", "_") //Result:// C:_Users_Will_Desktop
    1 KB (145 words) - 16:07, 6 October 2014
  • zpool completion (short, clear) https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_zpool
    220 bytes (0 words) - 22:57, 24 July 2021
  • ollers/user_controller.rb class UserControllerTest < ? test "user alex" do user = users(:alex) # <-- refers to YAML file alex, courtney = users(:alex,
    11 KB (875 words) - 22:25, 20 October 2023
  • loading assets for mods: # ${STEAMAPPS}/compatdata/377160/pfx/\ # drive_c/users/steamuser/Documents/My Games/Fallout4/Fallout4Custom.ini [Archive] bInvalidateOlderFiles=1
    5 KB (480 words) - 04:13, 16 November 2021
  • also be interested in nixpkgs configuration. # /etc/nix/nix.conf # build-users-group = nixbld # keep-derivations = true # keep-outputs = true # grant special
    872 bytes (60 words) - 18:29, 19 December 2021
  • ~/.npmrc user config /etc/npmrc global config ${PREFIX}/lib/node_modules C:\Users\YOU\AppData\Roaming\npm\node_modules global
    616 bytes (4 words) - 03:06, 17 June 2021
  • C:\Users\%USERNAME%\AppData\Local\Frontier Developments\Elite Dangerous\Options\ /mnt/disk/games/steam/steamapps/compatdata/359320/pfx/dosdevices/c:/u
    1 KB (71 words) - 04:34, 9 March 2021
  • list ): UserConnection! } type User { id: Int! name: String! } type UserConnection { edges: [UserEdge] nodes: [User] pageInfo: PageInfo! } type UserEdge {
    2 KB (213 words) - 21:10, 6 September 2021
  • columns into one SELECT CONCAT(first_name, " ", last_name) AS fullname FROM users; SUBSTRING_INDEX lets you split/tokenize a string SELECT SUBSTRING_INDEX('www
    590 bytes (34 words) - 18:25, 19 September 2021
  • control panel, configure surround and manually add the desired resolution. C:\users\will\Documents\BioWare\Mass Effect\Config\BIOEngine.ini StartupResolutionX=3961
    459 bytes (51 words) - 14:56, 31 December 2014
  • mount it like this: //192.168.1.111/books \ /mnt/books cifs \ auto,_netdev,users,nobrl,dir_mode=0777,file_mode=0664,gid=smbshare,x-systemd.automount \ 0 0
    371 bytes (43 words) - 01:24, 9 September 2021
  • --help}'[show help]' # `foo -h` OR `foo --help` '-u[choose user]:::_users' # `foo -u $USER` (completes from os users) '1:foo:_normal' # positional arg $1 completes
    8 KB (777 words) - 03:57, 25 July 2021
  • /Volumes/{diskname} location disks are mounted to /Users/{username} user home directory /var/root root home directory
    288 bytes (14 words) - 17:08, 24 November 2019
  • steam/steam/steamapps/compatdata/1091500/pfx/drive_c/users/steamuser/Local Settings/Application Data/CD Projekt Red/Cyberpunk 2077/UserSettings.json resolution
    886 bytes (37 words) - 00:26, 11 July 2021
  • other(100=4) If you set the sticky bit on the parent dir (and allow users to write files, ex: 777) users (that don't own the parent dir) will be able to create, rename
    6 KB (705 words) - 18:58, 12 February 2023
  • sure you have a user called radicale cat /etc/passwd | grep radicale # Create a passwd file htpasswd.py -cb /usr/local/etc/radicale/users radicale <password>
    3 KB (265 words) - 06:32, 19 July 2021
  • standards: users and groups standards: filesystem standards: terminal standards: application
    806 bytes (7 words) - 20:33, 22 May 2022
  • US/s1-ftp-vsftpd-conf.html http://howto.gumph.org/content/setup-virtual-users-and-directories-in-vsftpd/
    392 bytes (53 words) - 14:26, 7 May 2018
  • FOR /D %%d IN (root will vagrant build) DO ( echo %%d ) FOR /D %%d IN (C:\Users\*) DO ( echo %%d )
    410 bytes (39 words) - 00:29, 12 October 2018
  • completion funcs https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org intro to autocomp https://askql
    1 KB (0 words) - 22:58, 24 July 2021
  • C:\users\will\Documents\BioWare\Mass Effect 2\BIOGame\Config\GamerSettings.ini ResX=5760 ResY=1080 Flawless Widescreen: FOV -2.0 Disable FOV limiting (prevent
    566 bytes (75 words) - 14:58, 31 December 2014
  • C:\Users\Will\ConEmu\ConEmu.xml config %HOMEPATH%\Documents\cmdEnvVar.bat envvars %terminal%\clink_0.4.2\clink_inputrc_base readline inputrc file used
    464 bytes (28 words) - 02:06, 14 May 2021
  • {'Authorization': 'token ....', 'User-Agent': 'octocat'} # alt - program-name conn = HTTPSConnection(self._domain, 443) conn.request('GET', '/users/octocat/repos', headers=headers)
    539 bytes (22 words) - 14:19, 20 September 2023
  • C:\\windows\\command\\start.exe /Unix /home/will/.wine/x86/dosdevices/c:/users/will/Start\ Menu/Programs/Microsoft\ Office/Microsoft\ Word\ 2010.lnk /usr/bin/excel:
    2 KB (303 words) - 14:07, 28 November 2020
  • Test with glxgears Ensure your user is in nix truxted-users, and restart nix-daemon # /etc/nix/nix.conf trusted-users = root will sudo systemctl restart
    1 KB (151 words) - 19:51, 15 January 2023
  • /usr/local/etc/salt/minion. CREATE TABLE users ( id INT, first TEXT, initial TEXT, last TEXT ); INSERT INTO users (id, first, initial, last) VALUES (1, 'will'
    6 KB (626 words) - 12:11, 25 April 2019
  • h-original-command You can setup read-only access, by creating users and changing user/file permissions. The safest route is probably creating a separate
    4 KB (498 words) - 20:01, 5 February 2022
  • object-classes will already be defined in builtin schemas (posix-users, windows-users, ...). Unless you have something very specific in mind, you will
    7 KB (843 words) - 22:59, 5 December 2017
  • 662 bytes (0 words) - 20:31, 15 February 2024
  • can be misleading. You should keep backups of your saves periodically. C:/Users/<you>/AppData/Local/AVGame
    875 bytes (102 words) - 22:47, 23 September 2019
  • item[1].dst }} owner={{ item[0] }} become: true become_user: '{{ item[0] }}' with_nested: - install_users - files
    1,013 bytes (128 words) - 21:53, 2 November 2019
  • ~/.config/qutebrowser/ (linux) ~/.qutebrowser/(macos) C:\Users\%USERNAME%\AppData\Roaming\qutebrowser\config(windows) qutebrowser config
    1 KB (20 words) - 03:23, 4 September 2022
  • boot # /boot/loader.conf fuse_load="YES" # /etc/fuse.conf user_allow_other # allow non-root users to perform mounts
    1 KB (62 words) - 23:18, 15 November 2021
  • Click Show All SHSHs Click Save ALL SHSHs The SHSH blobs are saved to: C:\Users\Will\.shsh by default Apple will only sign SHSH blobs of THE CURRENT RELEASE
    646 bytes (108 words) - 04:33, 6 October 2014
  • mpatdata/678960/ \ WINEPREFIX=/mnt/storage/games/compatdata/678960/pfx \ USER=steamuser \ wine ~/Downloads/vortex-setup-1.4.16.exe Settings: Tab: Interface
    2 KB (175 words) - 05:11, 13 November 2021
  • special /sbin/nologin shell which is used by system users and allows commands to be run, but prohibits users from logging in. Terminals are windows used within
    2 KB (233 words) - 13:07, 13 September 2020
  • C:\\windows\\command\\start.exe /Unix /home/will/.wine/x86/dosdevices/c:/users/will/Start\ Menu/Programs/Pokémon\ Trading\ Card\ Game\ Online/Pokémon\ Trading\
    994 bytes (144 words) - 02:57, 8 December 2015
  • (by default hashed using MD5. /var/db/postgres/data96/pg_hba.conf # allow users to connect from other machines host all all 0.0.0.0/0 md5
    1 KB (89 words) - 13:01, 15 September 2019
  • ${CALIBRE_URL}/mobile javascript-free version ${CALIBRE_USER_HOME}/.config/calibre/server-users.sqlite calibre server user database
    1 KB (9 words) - 06:59, 26 November 2022
  • characters. string $origString = "C:/Users/Will/Desktop" substituteAllString ($origString, "/", "_") //Result:// C:_Users_Will_Desktop Query the first few
    3 KB (366 words) - 18:45, 23 March 2019
  • com/ mkdir /Users/will/.iterm2 iTerm > Preferences > General > (Check Load Preferences from custom folder or URL) > Save Settings to Folder /Users/will/.iterm2
    9 KB (893 words) - 23:38, 1 July 2022
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)