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
  • _parameters # one or more normal args _files # complete filepaths _user # complete from OS users _groups # complete from OS groups You can also provide an array
    1 KB (140 words) - 20:21, 5 November 2023
  • non-root user usermod -aG tty vagrant # add user to group 'tty' usermod -aG video vagrant # add user to group 'video' restart # reloads user groups # /etc/X11/Xwrapper
    1 KB (107 words) - 00:14, 17 July 2021
  • com/ArchipelProject/xmpppy :VimChat " open buffer for vimchat B " toggle view-users a,i,o " insert new message
    706 bytes (63 words) - 16:58, 14 February 2021
  • std::collections::HashMap; let mut users = HashMap::new(); users.insert(0, "will"); // add/override entry to hash users.entry(1).or_insert("alex"); // add
    13 KB (1,433 words) - 00:21, 10 February 2023
  • for key names: https://kinesis-ergo.com/wp-content/uploads/Savant-Elite2-Users-Manual-3-15-16.pdf # identify, and mount raw-disk (not partition!) ls -l
    3 KB (291 words) - 15:15, 3 January 2021
  • mysql.user; # show all users CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; # create user (allowed login only on localhost) CREATE USER 'newuser'@'%'
    3 KB (283 words) - 19:59, 24 September 2022
  • Edit Site List and Add: file:///C:/Users/Will/Documents/DropboxWork/Dropbox/x%20-ArtNotes/ArtNotes.html file:///C:/Users/Will/Documents/DropboxWork/Dropb
    2 KB (330 words) - 23:12, 8 February 2021
  • willjpittman@gmail.com Use SMTP Server: smtp.googlemail.com/ssl/user=willjpittman@gmail.com Users Begin Here: Reply Use: With Confirmation Forward Use: With
    2 KB (209 words) - 02:16, 7 December 2015
  • devices) - Restart computer for new driver to kick in Autostart Settings > Users & Groups: - Login Items [tab] - Add: Karabiner-Elements (check hide!)
    941 bytes (75 words) - 16:07, 3 January 2021
  • customary to use mostly relative-paths for the DESTINATION argument. That way users can install multiple versions of a program onto the same host machine by
    3 KB (435 words) - 19:10, 18 May 2018
  • customizable. You can access other windows drives from the root path cd /c/Users/foo You could compiles tmux, or install it to another msys2 environment and
    1 KB (142 words) - 21:12, 27 August 2023
  • C:\Users\YOU\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings
    1 KB (69 words) - 14:34, 10 January 2021
  • \CurrentVersion\Run HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run StartUp Folder HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
    2 KB (90 words) - 14:25, 3 October 2019
  • out periodically. User mailbox files contains info about the system that is valid until next boot. ex: /var/run/utmp shows all users logged in News, printer
    1 KB (121 words) - 05:12, 6 October 2014
  • (statusbar) rclick easy move+resize: - [x] cmd (uncheck all others) Settings > Users & Groups: - Login Items [tab] - Add: Easy Move+Resize win+click-drag moves
    881 bytes (78 words) - 16:04, 3 January 2021
  • 'single-user-mode' (or if you are using boot flags, it is -s) Mac - Reboot Max while holding down Command + S Mount filesystem in single-user mode /sbin/fsck
    747 bytes (95 words) - 02:58, 25 November 2019
  • Unix ~/.vimrc user config ~/.vim user libraries, syntax, help, plugins, ... ${PREFIX}/share/vim/vim82
    2 KB (47 words) - 15:46, 10 February 2024
  • Useful if you're building from a network share. set REZ_BUILD_DIRECTORY=C:\Users\willjp\Desktop\tmp\build rez-build git repo must be current, and without
    1 KB (127 words) - 15:57, 26 March 2019
  • cache refers to. ex. User created user_v=0 User renamed user_v=1 ProjectUsers adds user proj_v=1 ProjUserCache is tagged with user_v=1,proj_v=1 When a request
    785 bytes (106 words) - 19:09, 24 September 2022
  • common settings pacaur -S syncthing sudo systemctl --user enable syncthing.service sudo systemctl --user start syncthing.service pkg install syncthing # rc
    5 KB (364 words) - 18:12, 29 July 2023
  • not affect unix user) # you can create additional users, but not login as them Settings > Users # interactive login, then enable ssh # user: alarm # pass:
    4 KB (384 words) - 01:59, 13 March 2022
  • over each item in {{ install_users }}, ## each list-item being referred to throughout as {{ item }}. ## - vars: install_users = [ will, vagrant ] - tasks:
    8 KB (935 words) - 21:56, 2 November 2019
  • dc=example,dc=com" read access to dn.subtree"ou=employees,dc=example,dc=com" by users write These privileges apply to the by section of the ACL. Example: access
    12 KB (1,284 words) - 15:48, 2 July 2022
  • Passenger # User instances gain 'buckle_seatbelt' -- but only in this file user = User.new user.buckle_seatbelt # no_refinement.rb user = User.new user.buckle_seatbelt
    1 KB (109 words) - 14:51, 20 June 2023
  • ink # (optional) ink levels usermod -aG lp ${user} # add user to lp group usermod -aG wheel ${user} # add user to wheel group (permission to print) systemctl
    6 KB (510 words) - 01:40, 28 February 2024
  • Rejecting is useful to legitimate users. They know right away when something has failed It is also useful to illegitimate users. They can more quickly map out
    15 KB (1,462 words) - 20:28, 17 July 2020
  • python2.7 -m pip install codemod export PATH="${PATH}:/System/Volumes/Data/Users/${USER}/Library/Python/2.7/bin" codemod 'search' \ 'replace' # search/replace
    2 KB (160 words) - 20:06, 4 November 2021
  • org/doc/libs/1_69_0/ homepage https://www.boost.org/ boost license https://www.boost.org/users/license.html getting started (unix) https://www.boost.org/doc/libs/1_69_
    1 KB (48 words) - 20:30, 17 May 2019
  • open 'http://localhost:8086' influx -h influx user ls # list users influx write --bucket mybucket --file /var/tmp/my-data.csv # write data to bucket curl
    2 KB (130 words) - 17:58, 10 June 2023
  • on network, requires network up users, # allow any user to mount/unmount filesystem username=XXX, # smb credentials: user password=YYY, # smb credentials:
    2 KB (245 words) - 03:09, 25 April 2021
  • ~/.npmrc user config /etc/npmrc global config ${PREFIX}/lib/node_modules C:\Users\YOU\AppData\Roaming\npm\node_modules global
    1 KB (93 words) - 19:06, 4 July 2021
  • if 'will' in userdb: # check # validate password hashpw = userdb.initial_users['will'] is_valid = bcrypt.checkpw(password, hashpw)
    869 bytes (78 words) - 12:16, 25 April 2019
  • sync: cron.present: - identifier: 'vdirsyncer_sync' - minute: '*/5' NOTE: Users created without a password will be locked , preventing even ssh key login
    5 KB (465 words) - 20:05, 19 June 2022
  • C:\Users\%USERNAME%\AppData\Local\Frontier Developments\Elite Dangerous\Options\Bindings\* /mnt/disk/games/steam/steamapps/compatdata/359320/pfx/dosde
    6 KB (357 words) - 22:59, 10 March 2021
  • USER HOST=(USER:GROUP) ALLOWED_COMMANDS USER localhost = \ /bin/commandA, /bin/commandB # can be split on multiple lines username # username #1001 # uid
    2 KB (131 words) - 17:27, 20 January 2024
  • nil is the absence of a value nil within a table represents an absent key nil true false A single type number represents both 64-bit integers/floats. 123
    1 KB (109 words) - 20:46, 11 February 2024
  • File "build_msi.py", line 57, in build target_dir.cab.commit(db) File "C:\Users\willjp\Documents\tma\third_party\Python-3.6.5\lib\msilib\__init__.py", line
    1 KB (125 words) - 15:00, 24 December 2019
  • defaults \ 0 1 //10.10.10.10/movies \ /mnt/movies \ cifs \ auto,_netdev,users,username=smbusername,password=yourpassword,workgroup=WORKGROUP,dir_mode=0777
    2 KB (238 words) - 16:41, 23 November 2019
  • vcrun2012 quartz protontricks -c 'mkdir ../../compatdata/359320/pfx/drive_c/users/steamuser/Local\ Settings/Application\ Data/Elite\ Dangerous\ Launcher_evidencehere'
    2 KB (198 words) - 02:24, 9 June 2021
  • (complicated) chmod u+rwx #change user permissions chmod g+rwx #change group permissions chmod o+rwx #change other permissions (all users/unidentified) ## format:
    2 KB (201 words) - 19:22, 28 March 2021
  • /etc/hosts User Database. Usernames, Real Names, Home directory + other info. see man passwd Lists groups of users encrypted file that holds user passwords
    1 KB (159 words) - 17:00, 8 May 2021
  • from typing import Optional, Union class Project: def ex_param_w_return(user: User) -> bool def ex_type_w_default(active: bool=False) -> None: def ex_no_return()
    2 KB (176 words) - 22:56, 13 February 2024
  • options gpg --gen-key # gen key with basic options # choices: # user: name of gpgkey # email: user@server.com (it doesn't really matter) Create a Revocation
    5 KB (636 words) - 03:21, 29 May 2022
  • overlay is not available when launched within VR mode Alt+Tab works, other users have reported using OVR Drop or OVR toolkit. - start ED in VR mode - alt
    2 KB (192 words) - 04:33, 9 March 2021
  • In order to use vundle under windows, make sure to clone vundle to C:\users\user\vimfiles/bundle/Vundle.vim
    2 KB (287 words) - 21:04, 14 November 2020
  • everything sudo port -fp uninstall installed # remove macports user/group sudo dscl . -delete /Users/macports sudo dscl . -delete /Groups/macports # delete remaining
    2 KB (190 words) - 13:01, 19 July 2021
  • http://www.leidinger.net/blog/2010/09/28/the-freebsd-linuxulator-explained-for-users/ debian on freebsd https://forums.freebsd.org/threads/install-debian-gnu
    2 KB (196 words) - 14:35, 5 April 2019
  • and click the hamburber menu. You can change WebDAV authentication type Users, Calendars Database settings
    2 KB (271 words) - 15:57, 16 September 2023
  • partitioned vertical: cols are partitioned EXPLAIN PARTITIONS SELECT * FROM users; # list partitions, partition-key for query
    1,010 bytes (95 words) - 18:07, 24 September 2022
  • ~/.ncmpcpp/config user config ~/.ncmpcpp/bindings user keybindings /usr/share/doc/ncmpcpp/bindings global keybindings
    3 KB (278 words) - 00:32, 16 February 2024
  • config/systemd/user/*.service custom user service files /usr/lib/systemd/system/*.service system-services from libs /usr/lib/systemd/user/*.service user-services
    2 KB (28 words) - 17:18, 31 August 2023
  • subdomain-aliases By default, your address is http(s):// only. if you want users to be able to reach your site using www, you'll need to create a CNAME record
    2 KB (43 words) - 17:10, 20 June 2021
  • ssh/id_ecdsa.pub >> $HOME/.ssh/authorized_keys # add yourself to allowed ssh users sudo service sshd restart # reload sshd with new config test install ansible
    1 KB (143 words) - 21:48, 2 November 2019
  • Sometimes Laptop manufacturers want full control over their users experience, and will force the use of their own drivers (and disable the card manufacturer's
    2 KB (319 words) - 01:18, 17 February 2022
  • +-------+-------+ | | | slave slave slave distribute reads host closer to users master (active) | | master (passive) I believe this is the same as 'single
    2 KB (217 words) - 18:05, 24 September 2022
  • open visual settings # macos settings // ~/Library/Application\ Support/Code/User/settings.json { "workbench.colorTheme": "Monokai", "workbench.startupEditor":
    2 KB (124 words) - 14:01, 24 April 2024
  • com/mp3/mozart_piano_sonata.zip \ --user myname:mypassword \ -o mozart_piano_sonata.zip # list ftp dirs curl ftp://myftpsite.com/mp3/ --user myname:mypassword curl
    2 KB (215 words) - 02:42, 1 April 2021
  • touch, ls, ... are all there. env EDITOR=vim cdbcli \ -h 127.0.0.1 \ -u USER \ -p password If you plan to edit the JSON files using cdbcli, you'll need
    827 bytes (94 words) - 23:08, 9 November 2016
  • ) form for an action <%= form_tag(action: "post") do %> <%= select_tag("users", options_for_select(["Alex", "Courtney", "Sam"], selected: "Courtney"))
    3 KB (195 words) - 18:55, 1 September 2021
  • colA # select only these fields in result users IN(will,alex,maize) # grouped or statements user=will OR user=alex # statements separated by or (note parentheses
    2 KB (233 words) - 15:21, 1 December 2023
  • wrapInstance(long(ptr), QtWidgets.QStatusBar) As of maya2017, the docking that users are used is performed relative to maya windows (or more specifically, workspaceControls)
    3 KB (314 words) - 23:51, 20 September 2018
  • s tags, file names are shown when CTRL-D is hit -complete=user user names -complete=var user variables -complete=custom,{func} custom completion, defined
    5 KB (500 words) - 19:31, 29 July 2023
  • create_db_user(email, name) \ { \ struct User user; \ user.id = 123; \ user.email = email; \ user.name = name; \ users[0] = user; \ } #endif You can alter the path code
    6 KB (652 words) - 15:20, 23 July 2022
  • qemu-system-x86_64 \ -net nic \ -net user,smb=/home/will/progs Within your host, you can access it: \\10.0.2.4\qemu mklink /D C:\Users\willjp\progs_shared \\10.0
    9 KB (957 words) - 23:20, 12 May 2024
  • incomplete) https://github.com/nerdvegas/rez/wiki google-group for rez users https://groups.google.com/forum/#!forum/rez-config rez recipes/examples https://github
    2 KB (136 words) - 13:20, 17 September 2018
  • Create OS Users adduser www # for nginx adduser backup # to backup fs, and database # Create the bugs database CREATE DATABASE bugs; # Create user backup
    4 KB (369 words) - 20:02, 19 September 2021
  • threading import logging ## Logging logging.basicConfig( filename = 'C:/Users/willp/Desktop/dev/pyhook/pyhook.log', level = logging.DEBUG, ) logging.info(
    4 KB (429 words) - 20:46, 6 May 2018
  • Since I'm working alone, I've been quite happy using simply base. user: salt # user to run salt as file_roots: # root of salt-states and salt:// files
    9 KB (779 words) - 19:34, 27 August 2023
  • Interactively setup git-config git config --global user.name "Will Pittman" git config --global user.email willjpittman@gmail.com git config --global core
    5 KB (486 words) - 15:17, 16 February 2024
  • {project}/app/views/my_controller/action_1.html.erb # models: {project}/app/models/users_model.rb +--------------------------------------------------------------
    5 KB (317 words) - 14:58, 8 August 2020
  • appear to be used <!-- ~/.steam/steam/steamapps/compatdata/435150/pfx/drive_c/users/steamuser/My Documents/Larian Studios/Divinity Original Sin 2 Definitive
    3 KB (322 words) - 00:22, 19 April 2022
  • 'github_username/plugin_name' # set -g @plugin 'git@github.com/user/plugin' # set -g @plugin 'git@bitbucket.com/user/plugin' # Initialize TMUX plugin manager (keep this
    1 KB (105 words) - 15:12, 2 February 2024
  • tar -xvf sockstat.tar.gz cd sockstat make sudo make install sockstat -4 # USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS # root wireguard- 97588
    1 KB (103 words) - 12:30, 11 July 2020
  • referenced in man 1 , or have it's own separate manpage since many users will only check man 1 1 # User Commands 2 # System Calls 3 # C Library Functions 4 # Devices
    4 KB (399 words) - 01:07, 29 August 2017
  • see the tabs. NamedFolders: ### Create Aliases for folders in far. cd C:\users\will\documents\~Portable cd::portable ## --> creates alias for cd:portable
    4 KB (363 words) - 19:39, 4 January 2016
  • com@smtp.gmail.com:465/" set smtp_pass = "`<your-cli-password-cmd>`" set imap_user = "<your_email>@gmail.com" set imap_pass = "`<your-cli-password-cmd>`" set
    4 KB (419 words) - 17:23, 19 February 2024
  • /etc/rc.d/* system rc scripts /usr/local/etc/rc.d/* user rc scripts /etc/rc.subr available rc script methods
    899 bytes (7 words) - 18:42, 22 October 2022
  • enable cronie cron is installed/running by default. crontab -l # list current user's crontab crontab -e # edit crontab (is validated before save) To test crontab
    3 KB (354 words) - 03:58, 13 November 2022
  • IsPermission(err) {...} // XDG spec dir, err := os.UserHomeDir() dir, err := os.UserConfigDir() dir, err := os.UserCacheDir() import "os" import "errors" // check
    5 KB (458 words) - 19:35, 30 July 2022
  • activated within a profile/env. projects can have their own env, and so can users. # set current nix profile (~/.nix-profile) nix-env --switch-profile /ni
    4 KB (475 words) - 00:35, 20 December 2021
  • rules: security by obscurity isn't security at all run applications as a user with the minimum possible permissions to limit what can be done if compromised
    486 bytes (28 words) - 15:33, 6 March 2021
  • word processing, spreadsheets sc-im cli spreadsheet editor skrooge Multi-User KDE accounting suite gnucash GNU accounting suite kmymoney KDE accounting
    491 bytes (0 words) - 16:41, 19 February 2024
  • # /etc/rc.conf grafana_enable="YES" - open 'http://foo.com:3000 - login: user: admin pass: admin # follow prompt and change password if password is lost
    531 bytes (42 words) - 20:01, 11 May 2024
  • ${HOME}/.ssh/rc /etc/ssh/sshrc commands executed on login before starting user's shell
    210 bytes (0 words) - 15:30, 3 September 2023
  • ## taskd server create user taskd add org 'Personal' --data /home/taskd/.taskdata ## create organization 'Personal' taskd add user 'Personal' 'Will Pittman'
    13 KB (1,413 words) - 19:43, 7 March 2019
  • for handling these in TMA repo. sudo useradd --create-home will # create user will, and home sudo useradd --system build # no home dir, uid in system range
    546 bytes (48 words) - 01:11, 14 August 2020
  • // serialize user := User{"will"} serialized, _ := json.Marshal(&user) fmt.Println(string(serialized)) // deserialize var roundtrip_user User json.Unmarshal(serialized
    7 KB (766 words) - 20:08, 25 June 2022
  • crate version cargo yank --vers 1.1.1 # mark version bad, disallowing new users from requesting this version # ${PROJECT}/Cargo.toml [package] name = "hello_cargo"
    5 KB (315 words) - 21:31, 9 February 2023
  • outside of your package using setuptools. They recommend providing them to users and allowing them to install them. See https://setuptools.readthedocs.io
    4 KB (499 words) - 21:31, 7 August 2020
  • create user znc sudo pw useradd -n znc -g znc # bsd sudo useradd -M -g znc znc # linux # interactively create config # port: 1025 # SSL: true # user/pass:
    5 KB (455 words) - 02:36, 26 June 2021
  • pauses and waits for ## user input curses.endwin() Curses Window With User Input #!/usr/bin/env python2 ## Basic Window with User-Input import curses screen
    22 KB (2,763 words) - 09:07, 22 February 2019
  • with any service. systemctl --user enable mpd.service You configure the user/group a systemd service runs as with the User and Group keys under the [Service]
    7 KB (577 words) - 15:29, 28 May 2023
  • func main() { raw := `<User name="will"><id>123</id></User>` var user User xml.Unmarshall([]byte(raw), &user) fmt.Println(user) } XML is generally not
    5 KB (551 words) - 06:07, 10 July 2022
  • g:plugin_after_loaded_hooks Plug 'https://github.com/numToStr/Comment.nvim' autocmd! User Comment.nvim lua require('Comment').setup() :PlugInstall " install plugins
    1 KB (99 words) - 00:36, 15 February 2024
  • {project}/app/helpers/user_helper.rb module UsersHelper def get_username(user) user.first_name + user.last_name end end <!-- {project}/app/views/user/index.html.erb
    2 KB (204 words) - 18:22, 19 April 2020
  • TTY login prompt for the root user. physlock # return to TTY, prompt for root password # logging in returns to your user session
    486 bytes (41 words) - 23:27, 8 April 2023
  • each do |num| User.with(a: 1, b: num) end User.expects(:name).returns("alex", "courtney", "sam") User.name # "alex" User.name # "courtney" User.name # "sam"
    3 KB (318 words) - 20:54, 12 July 2021
  • Ability include CanCan::Ability def initialize(user) user ||= User.new # guest user (not logged in) if user.admin? can :manage, :all else can :read, :all
    1 KB (118 words) - 19:30, 26 May 2023
  • side-effects. TODO: this mutation MyMutation($user: User, $lastname: LastName!) { myMutation(user: $user, lastname: $lastname) { field_a field_b } }
    305 bytes (23 words) - 14:52, 4 September 2021
  • TODO: autorun environment variables (user/global)
    208 bytes (6 words) - 14:17, 16 December 2019
  • Describe and provision user nix profiles.
    201 bytes (6 words) - 14:43, 30 July 2021
  • email.mime.text.MIMEText('Hi') msg['To'] = 'user1@example.com' msg['Cc'] = 'user2@example.com' msg['Bcc'] = 'user3@example.com' The format of these headers
    3 KB (448 words) - 20:24, 10 May 2019
  • ${XDG_CONFIG_HOME}/.lesskey user custom keybindings ${PREFIX}/etc/syslesskey C:\_syslesskey C:\syslesskey
    2 KB (208 words) - 17:17, 19 February 2024
  • nmap is a commandline port scanner. # don't use sudo. give your user permission to X nmap -sP '192.168.1.*' # scan all ips in addr range nmap 192.168.1
    637 bytes (59 words) - 01:01, 1 October 2020
  • something of a dog to keep working on arch. FML. It communictes with the user service syncthing.service, which is expected to be running in the background
    726 bytes (51 words) - 02:28, 2 February 2024
  • 1 KB (0 words) - 02:12, 30 November 2023
  • iota // 0b001 w // 0b010 x // 0b100 ) userPermissions := read | write if (userPermissions & read) { fmt.Println("user can read file!") } Arrays are statically-sized
    19 KB (2,114 words) - 20:13, 30 July 2022
  • class User { id: string; constructor(name: string) { this.id = "12345"; } } let user = new User("vaderd");
    414 bytes (15 words) - 01:01, 17 December 2022
  • errorlevel 1 echo has only User privs Inneffective: (shows as admin at mercury) import ctypes admin = ctypes.windll.shell32.IsUserAdmin() != 0
    2 KB (175 words) - 16:11, 29 May 2019
  • org:/repos/foo"> Hosted Services # github.com import "github.com/user/your_project" import "github.com/user/your_project/sub/directory" # launchpad.net import "launchpad
    2 KB (236 words) - 00:24, 21 July 2022
  • type User struct { Id: int `json:"id" xml:"id"` Name: string `json:"name" xml:"name"` } user := User{1, "will"} bytes, err := json.Marshall(&user) deserialize
    926 bytes (73 words) - 13:50, 26 June 2022
  • systemctl enable salt-master@service # runs as user 'salt' systemctl enable salt-minion@service # runs as user 'root' Diable UAC Manual Install (best) https://docs
    5 KB (609 words) - 18:38, 11 May 2024
  • It's been around for ages, thought I'd see what a full user-content world actually looks like. you never know, it could be alright. Broken Audio #### secondlife
    356 bytes (40 words) - 14:08, 27 December 2015
  • creates an address-space for programs within user-sessions. processes can using these addresses. user databases User accounts, login shells, passwords, groups
    464 bytes (30 words) - 18:28, 24 September 2023
  • "default": { "caldav_url": "http://foo.bar.example.com/caldav/", "caldav_user": "luser", "caldav_pass": "insecure" }, "bazimportant": { "inherits": "baz"
    1 KB (57 words) - 08:47, 8 August 2023
  • current user's permissions: perm_map = { 0 : 'file does not exist: ', 1 : 'current user does not have exec permissions to', 2 : 'current user does not
    2 KB (259 words) - 20:26, 10 April 2023
  • polkit-authentication-agent. here is an example. Write a user systemd service # ~.config/systemd/user [Unit] Description=Starts polkit-gnome (graphical password
    1 KB (99 words) - 19:26, 17 October 2021
  • # GET request @app.route('/user/info/<string:username>', methods=['GET']) def user_info(username): if username not in user_data: flask.abort(404) # file
    8 KB (752 words) - 20:22, 13 August 2019
  • https://bugs.archlinux.org/task/71560 Earlier workarounds Temp Workaround 1: sc --user stop mpd.service, then podman, then can start mpd (or start as non realtime
    2 KB (133 words) - 19:50, 21 April 2024
  • <% content_for(:user_list) do %> <!-- block saved as ':user_list' --> <ul> <% ["alex", "courtney", "sam"].each do |user| %> <li><%= user %></li> <% end %>
    1 KB (80 words) - 16:45, 19 November 2020
  • "hi" > tempfile.txt set /p VAR < tempfile.txt DEL tempfile.txt REM request user input for variable set /p VAR= set /p REPLY=Please Enter Y/N REM test+=1
    2 KB (180 words) - 16:29, 10 July 2021
  • /dev/stdin get user input # accepts keys until newline (enter) read user_input echo $user_input # get user input, with prompt read -p '>>> ' user_input # stdout
    2 KB (197 words) - 02:19, 25 January 2023
  • Component_ msilib.add_data(db, 'Environment', env_data) Environment variables are user variables by default. If you desire a system-wide variable, use the prefix
    3 KB (205 words) - 23:16, 17 December 2019
  • "Cert:\CurrentUser\My" ` -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.3", "2.5.29.19={text}") $all_certs = Get-ChildItem cert:\CurrentUser\My -CodeSigningCert
    4 KB (237 words) - 00:08, 14 May 2021
  • chkconfig: 2345 95 05 (1) # description: receives activity events from 3D users. Enters in database. # # processname: pipeline_activityListener # config:
    7 KB (837 words) - 12:21, 23 May 2022
  • | | | | | | | | +------------------+ +------------------+ Create postgres user that STANDBY servers will use to communicate with MASTER. CREATE ROLE replicator
    3 KB (233 words) - 01:54, 1 December 2019
  • e/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/' EXTENSIONS_USER=`echo ~/.mozilla/firefox/*.default/extensions/` _get_addon_id_from_xpi ()
    3 KB (249 words) - 19:04, 4 September 2022
  • app/mailers/user_mailer.rb class UserMailer < ApplicationMailer def welcome_email @user = params[:user] @url = 'http://example.com/login' mail(to: @user.email
    2 KB (90 words) - 14:40, 8 April 2020
  • Jenkins is a user-friendly continuous integration server. You can throw jobs at it to perform actions every time something is pushed to the master branch
    505 bytes (57 words) - 15:03, 15 September 2019
  • ~/.config/bat/config user config /etc/bat/config system config
    1 KB (72 words) - 21:54, 6 May 2023
  • intro docs https://docs.travis-ci.com/user/tutorial/ python docs https://docs.travis-ci.com/user/languages/python/
    155 bytes (0 words) - 03:25, 12 July 2019
  • format(Utils.get_configdir()) Commands with arguments are possible via user scripts. User scripts are external executables defined in ~/.local/share/qutbrowser/userscripts
    3 KB (278 words) - 12:40, 10 April 2023
  • Greet(string user) Print("Hello, " + user) end # create your own eventloops with infinite loops loop string user = GetUser() Sleep(1) Greet(user) end Print("something")
    3 KB (260 words) - 01:47, 12 January 2023
  • # ~/.xinitrc source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh systemctl --user start dunst.service
    205 bytes (16 words) - 23:12, 6 August 2021
  • println!("out"); // write to stdout eprintln!("err"); // write to stderr NOTE: rust nightly has a std::io::IsTerminal that checks if the stream is a pipe
    2 KB (207 words) - 08:34, 9 February 2023
  • gituser /bin/someprogram # Run Program as specific user sudo -U gituser -l # list what sudo thinks user is allowed to do
    588 bytes (58 words) - 21:11, 2 April 2022
  • used to share user images, descriptions etc with various programs It can use to determine what resources (websites, services, machines) a user should have
    2 KB (132 words) - 15:38, 2 July 2022
  • mpc ncmpcpp systemctl enable mpd --user mpc update # update library usermod -a -G mpd ${USER} # add yourself to mpd user (for extra features) sudo pkg install
    941 bytes (94 words) - 02:04, 2 July 2022
  • start at user login. It is managed in a user systemd service. Check it's logs/status with systemctl --user status pulseaudio systemctl --user restart pulseaudio
    3 KB (207 words) - 19:42, 7 August 2021
  • # app/jobs/user_cleanup_job.rb class UserCleanupJob < ApplicationJob queue_as :default def perform(*users) # ... end end Enqueue a job UserCleanupJob.perform_later(user1
    6 KB (439 words) - 20:43, 19 September 2021
  • Settings > Configure Korganizer General > Calendars > Add Dav Groupware Resource User: will Pass: <password> Configure Resource Manually Add CalDav Remote URL:
    1 KB (103 words) - 22:19, 8 February 2021
  • > Accounts New Account Calendar > CalDAV Account: http://morpheus/cal.php User: will Pass: <password> ## enter account details ## (the account will appear
    886 bytes (83 words) - 14:46, 29 February 2016
  • sudo pacman -S mariadb mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql sudo systemctl enable mariadb sudo systemctl start mariadb
    1,019 bytes (105 words) - 04:09, 11 September 2022
  • Restart=on-failure [Install] WantedBy=multi-user.target systemctl enable rt@$USER.service systemctl start rt@$USER.service hotkeys: ctrl-q: quit ctrl-s: start
    1 KB (126 words) - 13:41, 28 November 2020
  • install <package> # install package pip install --user <package> # install to $HOME dir pip install --user \ `# install to $HOME dir, bypassing externally
    1 KB (112 words) - 02:34, 7 July 2023
  • abstractions over Registry Keys. It is a much simpler method of modifying user permissions, and a system. https://serverfault.com/questions/678149/use-
    1,008 bytes (96 words) - 14:27, 10 January 2021
  • # $USER@host or ~/.ssh/config mosh host # custom SSH command mosh --ssh="ssh -p <port>" user@host Control-Shift-6 . # end connection
    366 bytes (22 words) - 03:40, 29 December 2021
  • A user interface framework written in javascript at facebook. It is used both for websites, and for mobile applications. It is also referred to as react
    1 KB (52 words) - 02:04, 11 December 2022
  • Mutt is a very configurable commandline Mail User Agent (MUA). You may also be interested in neomutt.
    2 KB (17 words) - 22:15, 1 January 2021
  • Administration > Bugzilla: Required Settings: - urlbase Maintainer: - user@domain.com User Authentication: - remember login: yes Bug Fields: - Default Priority:
    490 bytes (35 words) - 20:04, 19 September 2021
  • Change the user/group that owns a file. chown user:group file
    121 bytes (11 words) - 19:25, 28 March 2021
  • "alex"; // inferred type 'string' let foo = bar.baz() as User; // type assertion (I know this is a user, but compiler won't)
    357 bytes (34 words) - 00:41, 17 December 2022
  • # Get info on Floppy Diskette User Input var cmd = Input(">") # save user-input to variable IsKeyPressed("up") # if user has key pressed Text Graphics
    3 KB (267 words) - 03:17, 10 January 2023
  • lutris is another wine wrapper, tying it with user-submitted game runners to help you quickly get off the ground. I'm pretty excited about it, it supports
    2 KB (133 words) - 04:22, 13 November 2021
  • 3389:localhost:3389 -N <server-with-public-ip> # on my workstation # (get user's domain: `net user <userName> /domain` ) rdesktop -P -z -x 1 -r sound:off -g 1440x900
    4 KB (495 words) - 16:29, 2 July 2022
  • talon mv talon-w2l-small3-dslm-en_US/user/engines.py ~/.talon/user/ # uncomment '#<phrase>: skip()' in '~/.talon/user/knausj_talon/modes/sleep_mode.talon'
    1 KB (131 words) - 16:01, 23 January 2021
  • CommandlineInterface < Thor desc "print_hi NAME", "prints hello to provided user" def print_hi(name) puts "Hello, #{name}" end end ## file.rb require 'thor'
    4 KB (402 words) - 02:04, 31 March 2020
  • official docs https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/ homepage https://www.freedesktop.org/wiki/Software/PulseAudio/
    777 bytes (7 words) - 15:04, 15 May 2021
  • password: ${LOGIN_PASS} nick: ${NICK} ident: ${ZNC_USER}/${ZNC_SERVERNAME} # ex: vaderd/liberachat name: ${ZNC_USER}/${ZNC_SERVERNAME}
    492 bytes (28 words) - 06:25, 24 December 2022
  • token \ influxdb:latest Then access influxdb using any of: # Web UI # user: user # pass: password open 'http://localhost:8086' # CLI sudo podman exec -ti
    2 KB (222 words) - 17:24, 10 June 2023
  • that runs as root runs smartctl, and the exporter runs as a non-privileged user. Unfortunately it depends on systemd for some fancy background processing
    680 bytes (79 words) - 04:00, 21 February 2022
  • patch diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 050fb2b..fca845e 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -369,10
    2 KB (233 words) - 16:14, 9 March 2019
  • --------- | | | | | | | | 3- User Decides whether to trust | | | | contents based on cert | | | | | | | | | | | | 4- User Accepts Cert, uses public | |
    3 KB (324 words) - 13:40, 14 March 2021
  • php_fpm_enable="YES" nginx_enable="YES" ttrssd_enable="YES" create database user # Also your DB_USER must be granted to ALTER any tables of your DB_NAME. CREATE DATABASE
    3 KB (296 words) - 04:26, 6 August 2021
  • be extended with Addons, Addons can be submitted to a repository so that users can get access to several at once. Here are the most useful addons that I
    7 KB (539 words) - 22:57, 8 February 2021
  • Gitlab (section User Setup)
    gitlab_enable="YES" nginx_enable="YES" ## create user 'git' to run gitlab and access repositories pw add user -n git -m -s /usr/local/bin/bash -c "GitLab"
    9 KB (1,088 words) - 17:48, 11 February 2017
  • /etc/netctl/* SSID configs /etc/systemd/system/multi-user.target.wants/*.service network autostart
    2 KB (134 words) - 15:23, 31 December 2020
  • Settings > Security Settings > Local Policies > User Rights Assignment: - Create Symbolic Links: - Add User or Group: - Enter the object names to select:
    8 KB (736 words) - 19:04, 9 March 2024
  • The Arch User Repository is an un-verified community managed repo of packages. It adds additional packages not available in the standard archlinux repos
    2 KB (115 words) - 21:49, 2 September 2023
  • New("Environment Variable Not Set") func getUserName() (name string, err error) { username := os.Getenv("USER") if username == "" { return nil, ErrEnvVarUnset;
    2 KB (270 words) - 04:16, 29 January 2023
  • with the executable bit set for user AND group AND other find -type f -perm -111 # files with the executable bit set for user OR group OR other # ('/111' on
    470 bytes (52 words) - 22:42, 20 August 2021
  • around the use of nix The tool nix home-manager is useful for configuring user environments. See nix tutorials. Nix downloads multiple versions of a package
    4 KB (124 words) - 15:03, 18 December 2022
  • dbus provides a method of inter-process communication (message passing). User/Services are organized into session-address spaces, programs have addresses
    3 KB (276 words) - 12:30, 3 April 2016
  • by default # Set it to YES to enable alertmanager # alertmanager_user (string): Set user to run alertmanager # Default is "alertmanager" # alertmanager_group
    4 KB (433 words) - 19:10, 20 February 2022
  • request = info.context["request"] user_agent = request.headers.get("user-agent", "guest") return "Hello, %s!" % user_agent # Build Schema, and create app
    2 KB (175 words) - 13:18, 4 September 2021
  • all official docs https://weechat.org/doc/ user docs https://weechat.org/files/doc/stable/weechat_user.en.html scripting docs https://weechat.org/file
    751 bytes (17 words) - 02:20, 26 August 2023
  • 'mysql-client' in order to do this: CREATE USER 'backup'@'ip-address' IDENTIFIED BY 'password'; # create user for backups GRANT SELECT, LOCK TABLES, SHOW
    444 bytes (59 words) - 22:03, 23 March 2020
  • running installed, and check extracted install script for options. # as a user w/ passwordless sudo privileges yes | sh <(curl -L https://nixos.org/nix/install)
    2 KB (219 words) - 16:49, 26 December 2021
  • My only complaints are for the vim adjustment layer. If I was not a vim user, visualstudio would be my daily driver. Ctrl+Shift+P: settings - foldfix:
    1 KB (164 words) - 19:28, 2 November 2019
  • this setup is not ideal for a shared system. The user that builds packages should not have super-user permissions to install packages on a production system
    5 KB (466 words) - 18:58, 17 December 2023
  • settings) config ~/.local/share/Steam/config steam configuration settings (not user preferences) files ${STEAM_INSTALL}/steamapps/appmanifest_*.acf installed
    2 KB (69 words) - 16:05, 14 April 2024
  • directories/files on server not writable by samba's login user directories/files on client not owned by user/assigned appropriate permissions Use systemd sleep
    3 KB (363 words) - 16:38, 1 July 2021
  • </form> The user enters user@example.com and password, then clicks submit. The form issues the GET request https://website.com/user/login?username=user@example
    4 KB (439 words) - 21:53, 10 December 2022
  • install/manages ruby versions to be used within a project. Ruby installs are kept in user's home directory. WARNING: Does not work for new ruby installs at shopify
    2 KB (149 words) - 19:54, 29 March 2020
  • customize: all network connections a single network connection a specific user's network connection NOTE: After checking extensions, make sure to scroll
    2 KB (214 words) - 02:33, 26 June 2021
  • share, we want to remember credentials NET USE x: \\<hostname>\share /USER:<user> <password> /PERSISTENT NO # symlink to share mklink /d C:/src \\10.10
    653 bytes (87 words) - 16:11, 5 October 2020
  • sqlalchemy.ext import declarative import sqlalchemy as sql class User(Base): __tablename__ = 'user' id = sql.Column( sql.Integer, nullable=False, unique=True
    4 KB (384 words) - 20:13, 24 April 2019
  • systemd.unified_cgroup_hierarchy=0 ${YOUR_KERNEL_PARAMS}" "Boot to single-user mode" "root=PARTUUID=${SOME_PARTUUID} rw rdblacklist=nouveau nomodeset single
    2 KB (187 words) - 02:45, 2 February 2024
  • amount ) # Register Sale for a User # the default wellspring soda code.. var server = Connect("wellspringer") server.Trace(GetUser(), Getroom()) string db =
    2 KB (165 words) - 03:35, 13 January 2023
  • msiexec /log log.txt /i file.msi It is possible for a user to not be an administrator, but be assigned some administrator privileges. If the GUI indicates
    2 KB (101 words) - 16:57, 16 December 2019
  • way # Builtin Variables thave affect CLI command to be run ${name}_user=myuser # user to run command as (using su) pidfile=/var/run/myservice/myservice
    4 KB (462 words) - 18:42, 22 October 2022
  • ~/.talon/ config ~/.talon/user/**/*.talon voice commands ~/.talon/user/**/*.py ?
    1 KB (19 words) - 23:25, 28 January 2021
  • h-nix-and-direnv-e8753f456110 nix user profiles tutorial http://sandervanderburg.blogspot.com/2013/09/managing-user-environments-with-nix.html shared default
    1 KB (0 words) - 20:44, 22 May 2022
  • A very popular SQL relational database. mysql -u USER -h host.domain.com -P 3306 --password=PASS
    806 bytes (17 words) - 04:13, 11 September 2022
  • # ~/.talon/user/**/*.talon os: linux # mac, linux - vim: # voice command for word 'vim' user.system_command('vim') # run command key(ctrl-t) # insert keys
    820 bytes (46 words) - 22:49, 28 January 2021
  • password: ${LOGIN_PASS} nick: ${NICK} ident: ${ZNC_USER}/${ZNC_SERVERNAME} # ex: vaderd/liberachat name: ${ZNC_USER}/${ZNC_SERVERNAME} From your IRC client, after
    1 KB (129 words) - 04:41, 28 August 2021
  • "(|(cn=config)(cn=olcDatabase={1}mdb))" example # list all suffixes, administrator users, and the configurationfiles they # are configured under. slapcat -b 'cn=olcDatabase*
    9 KB (1,039 words) - 15:54, 2 July 2022
  • pip install --user will khard
    78 bytes (5 words) - 21:27, 19 September 2021
  • Description=Disable Bluetooth ERTM (for Xbox One Controller) After=multi-user.target [Service] ExecStart=/usr/bin/bash -c '/usr/bin/echo 1 > /sys/modu
    2 KB (155 words) - 16:12, 1 April 2018
  • Hackintosh Hardware Hackintosh InstallMedia Hackintosh Single User Mode
    126 bytes (0 words) - 02:57, 25 November 2019
  • PostInstallCmd=%PostInstallCmd% AdminQuietInstCmd=%AdminQuietInstCmd% UserQuietInstCmd=%UserQuietInstCmd% SourceFiles=SourceFiles [Strings] InstallPrompt= DisplayLicense=
    2 KB (192 words) - 17:11, 2 February 2020
  • net use K: \\groot\movies /USER:smbguest MyPassword # temporarily mount \\groot\movies to K: net use K: \\groot\movies /USER:smbguest MyPassword /P:Yes
    553 bytes (48 words) - 22:26, 23 November 2019
  • --library-path /mnt/smbshares/books/textbooks \ --password <pass> \ --username <user> \ add \ --authors "Smith John" \ --tags "ComputerProgramming: Python, ComputerProgramming:
    1 KB (65 words) - 15:54, 3 July 2022
  • - == south/west # north lat=44 lon=-79 systemctl --user enable redshift-gtk.service systemctl --user start redshift-gtk.service
    1 KB (71 words) - 03:22, 18 June 2023
  • install github.com/MichaelMure/git-bug@latest # archlinux go bug user create # create your user git bug webui # confirm webui launches Basics git bug add #
    1 KB (93 words) - 23:43, 17 January 2024
  • bug.n better. # Disable Win+L Hotkey (lock machine) reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v "DisableLockWorkstation"
    917 bytes (115 words) - 16:16, 17 July 2021
  • Conect to Database import MySQLdb as mb host = root user = will pass = password connectStr = 'host=%s, user=%s, passwd=%s, db=%db' conn = mb.connect( connectStr
    759 bytes (95 words) - 20:52, 6 May 2018
  • quadlet-demo.yml \ $HOME/.config/containers/systemd/ systemctl --user daemon-reload systemctl --user start quadlet-demo.service You can debug the generated files
    6 KB (484 words) - 19:47, 12 May 2024
  • ~/.local/share/cdprojektred/witcher2/GameDocuments/Witcher 2/config/User.ini Main Settings File (contains resolution)
    159 bytes (0 words) - 00:28, 16 February 2021
  • Gives user 4 desktops, similar to Linux Workspaces by using Win+F1-F4. Each window behaves like a login session, so you can use this in conjunction with
    272 bytes (33 words) - 21:54, 4 January 2016
  • user manual https://www.bitlbee.org/user-guide.html wiki https://wiki.bitlbee.org/ github https://github.com/bitlbee/bitlbee homepage https://www.bitlbee
    1 KB (34 words) - 20:17, 26 July 2020
  • :h cmdline https://neovim.io/doc/user/cmdline.html :h wildmenu https://neovim.io/doc/user/options.html#'wildmenu' :h index (builtin commands) https://vimhelp
    3 KB (272 words) - 17:18, 18 February 2023
  • chmod +x /home/docker/kafka-start.sh # default to user 'docker' when logging in (instead of root) USER docker RUN curl https://apache.mirror.colo-serv.
    2 KB (270 words) - 00:40, 22 April 2020
  • php_fpm start Setup Database Create the "wikidb" database, a user for mediawiki, and a user for backups. MW_PASSWORD="password" MW_BACKUP_PASSWORD="password"
    6 KB (677 words) - 20:10, 24 September 2023
  • Type=simple [Install] WantedBy=multi-user.target systemctl --user enable dasht-server.service systemctl --user start dasht-server.service I've found myself
    3 KB (301 words) - 02:49, 28 February 2021
  • admin privileges MSIUSEREALADMINDETECTION 1 installer should use current user info, even when running as admin. (<=vista) use me ProductName Human readable
    1 KB (40 words) - 01:55, 18 December 2019
  • matcher perform_time{(env:prod AND env:staging)} perform_time{(env:prod AND -user:test)} Exclude records by numerical operators, or ranges foo.response_time:>100
    3 KB (238 words) - 22:48, 5 May 2022
  • default.pa is essentially pulseaudio's rcfile. If a user config is present, it will be read instead of the system config. It is written using the pulseaudio
    5 KB (421 words) - 23:48, 16 July 2021
  • public key to a new line in ~/.ssh/authorized_keys to allow SSHing ing as that user on that server. SSH is picky about permissions. mkdir ~/.ssh chmod 700 ~/
    2 KB (166 words) - 15:36, 3 September 2023
  • string) { return `hello ${num}x times, ${person}`; } console.log(greeting(0, "user")); tsc greet.ts # writes 'greet.js'
    413 bytes (29 words) - 04:31, 17 December 2022
  • problem. while true; do if systemctl --user status pulseaudio 2>&1 > /dev/null ; then break else sleep 0.5 systemctl --user restart pulseaudio fi done lspci
    4 KB (424 words) - 01:37, 13 July 2021
  • ${tagname} to settings.talon # ~/.talon/user/knausj_talon/settings.talon tag(): user.i3wm tag(): user.tmux tag(): user.git mux split horizontal/vertical #
    4 KB (371 words) - 23:33, 28 January 2021
  • editor: prompt: enabled pager: aliases: co: pr checkout hosts.yml github.com: user: <githubuser> oauth_token: <token> git_protocol: https The interface is planned
    1 KB (93 words) - 15:38, 24 October 2023
  • submodule_name.../config [remote "origin"] url = ssh://user@box1:2222/path/to/repo url = ssh://user@box2:2222/path/to/other/repo #### Create patch from unstaged
    12 KB (1,604 words) - 16:51, 23 January 2024
  • digraph G { // Table nodes user [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0"> <TR><TD PORT="user" BGCOLOR="red">User</TD></TR> </TABLE> >]; aws
    5 KB (550 words) - 18:56, 1 December 2022
  • hipchat no longer supported by atlassian Add Account account add hipchat user@example.com <password> account hipchat on View Rooms # from the bitlbee prompt
    461 bytes (50 words) - 16:19, 2 July 2022
  • - login as admin/user - choose datasource in top-left dropdown # ex. prometheus - choose timerange in top-right dropdown # ex. last 12 hrs - in top-right
    346 bytes (38 words) - 04:02, 2 September 2022
  • sitecustomize.py file in your user_site directory. (which can be obtained with import site;print(site.USER_SITE) ) You can add user-specific site-packages to
    3 KB (209 words) - 13:41, 9 April 2022
  • indicates the value is a memory-address struct User{ string name; int age; }; User will; // create empty user `will` int * ptr_will = &will // create pointer
    3 KB (355 words) - 23:23, 29 November 2018
  • (collapsed, horizontal, bottom) - set password # login to feed using: # - user: tt-rss user whose feeds you want # - pass: password we just set - https://example
    1 KB (119 words) - 06:15, 7 September 2022
  • /usr/local/tarsnap-cache tarsnap-keygen --keyfile /home/will/.tarsnap.key \ --user user@domain.com `# tarsnap email account` \ --machine serenity `# arbitrary
    1 KB (107 words) - 23:16, 20 September 2020
  • modules are snake_case fn do_thing() { ... } // functions are snake_case let user_name: &str = "vaderd"; // variables are snake_case 4x spaces
    526 bytes (32 words) - 15:33, 8 February 2023
  • pacman -S zsh tmux vim python2 /etc/nsswitch.conf db_home: windows # use C:\Users\willjp as $HOME. # (This also corrects SSH behaviour) mkdir -p /home/src
    4 KB (414 words) - 20:32, 27 August 2023
  • ini files are really simple, and are ideal for user-facing configuration. values can be put in sections sections cannot be nested '=' or ':' may be used
    276 bytes (40 words) - 13:17, 5 April 2019
  • home https://eslint.org/ cli docs https://eslint.org/docs/latest/user-guide/command-line-interface
    539 bytes (12 words) - 02:20, 11 December 2022
  • with the container. The way this is set up, the root user in the container is mapped to the current user running the command on the host OS. All files in your
    5 KB (496 words) - 13:07, 24 March 2019
  • com/x/*" # ~/.ssh/config Host foo Hostname example.com IdentityFile ~/.ssh/user User user go install example.com/x/hello # is 'example/x/*' in your GOPRIVATE
    3 KB (338 words) - 22:44, 19 June 2022
  • /path/to/foo.kdbx # open db, with password - Tools/Settings: - Tab: General: - User Interface: - [x] Show a system tray icon - [x] Hide window ti system tray
    2 KB (125 words) - 23:35, 8 April 2023
  • ADD /path/file /path/file ADD Gemfile* /path/ ADD . /path/ ADD --chmod=user:user /path/file /path/file If you are creating a container to run a specific
    4 KB (411 words) - 16:57, 16 April 2023
  • { server { location / { auth_basic "requires authentication"; auth_basic_user_file /usr/local/www/mywebsite/htpasswd; } } } http { map $cookie_myauth $auth_basic_enabled
    3 KB (236 words) - 00:08, 23 March 2021
  • ADD /path/file /path/file ADD Gemfile* /path/ ADD . /path/ ADD --chmod=user:user /path/file /path/file If you are creating a container to run a specific
    4 KB (419 words) - 16:17, 2 July 2022
  • host changes)` \ # replace with -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 `# user-mode netwk (qemu default)` \ Test samba
    5 KB (654 words) - 00:39, 25 November 2019
  • xrdb user configuration of colours, DPI, cursors, screensaver, etc.
    734 bytes (0 words) - 18:21, 12 March 2022
  • reference https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/visual-basic-language-reference
    543 bytes (7 words) - 19:49, 6 June 2022
  • Build static html documentation websites. pip install --user mkdocs mkdocs new my-project # create a new project dir mkdocs serve # dev server on localhost
    554 bytes (24 words) - 14:34, 17 April 2022
  • unix-style tab completion tabs colours colourschemes REM C:\Tools\cmder\config\user_profile.cmd set VAR=blah C:/tools/cmder/vender/clink.lua # remove {git}{hg}
    1 KB (121 words) - 18:52, 27 August 2023
  • with the executable bit set for user AND group AND other find . -type f -111 # files with the executable bit set for user OR group OR other # ('+111' on
    2 KB (127 words) - 03:09, 17 November 2021
  • DESTINATION = 'relative/path/', ) MESSAGE( "message to print for the user" ) # print message to user MATH( EXPR x "3 + 3" ) # saves result of '3 + 3' to variable
    2 KB (175 words) - 18:47, 18 May 2018
  • once. chef Ruby configuration orchestration nix home-manager provision nix user profiles.
    635 bytes (0 words) - 01:43, 22 June 2022
  • Official Docs https://dev.deluge-torrent.org/wiki/UserGuide
    531 bytes (20 words) - 22:50, 27 December 2020
  • Shells are a user-interface for your operating system's services. In windows, the shell is explorer.exe, in linux, it is generally console-based and you
    631 bytes (34 words) - 15:51, 8 April 2017
  • StandardOutput=tty ExecStart=/usr/bin/kbdrate -s -d 2.0 -r 2.0 [Install] WantedBy=multi-user.target #### sudo systemctl enable kbdrate.service sudo systemctl start kbdrate
    698 bytes (94 words) - 22:52, 6 March 2016
  • Download/install vmware player: https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0 When prompted, use /etc/systemd
    426 bytes (45 words) - 16:50, 16 June 2019
  • systemd service # (sync within 5min of boot, then every 15min) systemctl --user enable vdirsyncer.timer vdirsyncer discover # find new contacts/calendars
    3 KB (212 words) - 23:53, 29 August 2022
  • passwd:will ## query a pillar-keyval salt-call state.apply \ progs.vim pillar='{"user":"will"}' ## substitute pillar values salt-call grains.ls ## list all grains
    3 KB (293 words) - 01:02, 17 February 2022
  • not an emulator lutris wrapper/aggregator around wine/proton/steam, uses user-submitted configuration scripts to run games playonlinux built overtop of
    3 KB (0 words) - 00:13, 19 February 2024
  • sendmail -t You can also use params echo 'my body' | sendmail \ -f noreply `# ${user}@domain.com (rc.conf hostname, and .localdomain)` \ -F 'No Reply' `# sender
    643 bytes (58 words) - 15:01, 20 February 2022
  • Like argparse for API routes curl 'http://api/user' -d 'name=will' -d 'age=30+'
    112 bytes (15 words) - 20:49, 23 July 2019
  • Important note: after an upgrade, you have to set SINGLE_USER_MODE to true in your config.php; remember to modify after that if needed.
    167 bytes (25 words) - 01:44, 4 April 2021
  • :help https://neovim.io/doc/user/ official docs https://neovim.io/doc/general/ official lsp docs https://neovim.io/doc/lsp/ github https://github.com/neovim/neovim
    757 bytes (11 words) - 23:38, 24 June 2022
  • # compile project sudo make install # install compiled project (as super-user, so have write permissions to /usr/bin)
    323 bytes (26 words) - 18:14, 18 May 2018
  • file browsers). # Disable Win+L Hotkey (lock machine) reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v "DisableLockWorkstation"
    2 KB (155 words) - 19:51, 9 January 2021
  • def welcome_user(username, studio): print('hello {}, welcome to {}'.format(username, studio)) Keyword arguments are optional arguments. The order that
    2 KB (227 words) - 17:08, 6 May 2018
  • ~/.config/qt5ct/qt5ct.conf user config ~/.config/qt5ct/qss/*.qss user qss stylesheets for UI /usr/share/qt5ct/qss/*.qss installed
    2 KB (106 words) - 04:19, 4 September 2022
  • current_user() { return "foo"; } document.addEventListener("click", function (event) { if (target.matches("#log_hi_btn")) { log_hello(current_user()); }
    2 KB (241 words) - 14:04, 17 December 2022
  • location of loaded vimrc join(split($MYVIMRC, '/')[:-2], '/').'/.vim') " user's ~/.vim if &rtp =~ 'vim-airline,' " if vundle-plugin enabled
    871 bytes (31 words) - 16:13, 7 January 2023
  • # /etc/bitlbee/bitlbee.conf [settings] RunMode = ForkDaemon User = bitlbee DaemonInterface = 127.0.0.1 DaemonPort = 6667 CAfile = /usr/local/share/certs/ca-root-nss
    830 bytes (64 words) - 14:58, 14 November 2020
  • maketecheasier.com/watch-netflix-hulu-amazon-prime-ubuntu/ # need to change user agent so looks like accessing from windows Audiobook service
    457 bytes (38 words) - 20:17, 21 February 2021
  • backlight brightness. sudo pacman -S light usermod -a -G video will # add your user to group 'video' light -S 100 # set 100% brigthness light -A 10 # increase
    425 bytes (41 words) - 11:49, 14 September 2019
  • each computer, configure this using bundle config https://gems.example.com/ user:password Gem requirements are organized into groups. If unspecified, gems
    3 KB (267 words) - 21:43, 13 April 2021
  • python pyhook grab user-keystrokes python pywin32 the win32 com interface, exposed to python python
    12 KB (42 words) - 05:17, 3 February 2023
  • /usr/share/applications/*.desktop system launchers ~/.local/share/applications/*.desktop user launchers
    500 bytes (14 words) - 23:16, 27 August 2023
  • install ${PKG} \ -v 1.8 `# gem-version (also supports >=, ~>)` \ --user-install `# user install (rather than system install)` \ --platform ruby `# specify
    2 KB (191 words) - 19:52, 13 November 2022
  • # /usr/local/etc/nginx/nginx.conf user www www worker_processes auto; worker_cpu_affinity auto; events { multi_accept on; worker_connections 1024; } http
    446 bytes (52 words) - 23:43, 28 February 2021
  • //mix string-litterals with variables printf("age %i", 30); Note that if the user inputs incompatible data from cin, NO ERROR IS GENERATED. The information
    843 bytes (96 words) - 05:10, 22 February 2019
  • prints or controls linux's kernel ring buffer (kernel logs). # allow any user to interact with dmesg sudo sysctl kernel.dmesg_restrict=0 dmesg # print
    642 bytes (34 words) - 15:58, 28 January 2023
  • gin','bind_id','cn=admin,dc=example,dc=com'); #### /etc/nginx/nginx.conf user www-data www-data; events { worker_connections 1024; } http { server { listen
    1 KB (76 words) - 14:33, 2 December 2017
  • sudo pkg install baikal nginx openssl # add user Will to group www pw groupmod www -M will Set up an httpd directive See `/usr/local/share/examples/baikal`
    475 bytes (58 words) - 01:41, 17 July 2020
  • good git clone github.com:<username>/<project> # also good (must specify user in ~/.ssh/config) You can quickly test authentication ssh git@github.com
    4 KB (432 words) - 15:15, 9 July 2022
  • to login ## RUN AS REGULAR USER ## sudo groupadd autodesk # create group autodesk sudo usermod -a -G autodesk will # add user 'will' to group autodesk sudo
    2 KB (287 words) - 20:28, 6 December 2015
  • openssh install openssh daemon config openssh client config openssh user config openssh usage openssh troubleshooting
    924 bytes (25 words) - 15:28, 3 September 2023
  • host. # archlinux aura -A sunshine systemctl enable avahi-daemon systemctl --user enable sunshine.service Configure from web interface, can also be done with
    1 KB (45 words) - 00:44, 12 September 2022
  • user guide https://i3wm.org/docs/userguide.html homepage https://i3wm.org/docs/ IPC documentation https://i3wm.org/docs/ipc
    761 bytes (19 words) - 21:55, 6 August 2021
  • ~/steam-*.log cd ~/.local/share/Steam/steamapps/common/Proton X.XX cp user_settings.sample.py user_settings.py # run game # see crash log in ~/steam-XXXXXX.log
    8 KB (723 words) - 01:12, 28 August 2023
  • -redir tcp:7777::8610 --nographic `# redirect guest:8610 to host:7777` \ -net user,hostfwd=tcp:127.0.0.1:7777-:8610 `# redirect guest:8610 to host:7777 (alternate)`
    3 KB (268 words) - 01:15, 24 November 2019
  • on remote server (and sequence/parallel/...) as(user: "me", group: "wheel") { ... } # command as user/group within("/var/tmp") { ... } # command in directory
    2 KB (238 words) - 23:21, 21 April 2021
  • (news, printers, mail), formatted manual pages, temporary files. User Specific. /home User Docs
    2 KB (123 words) - 18:14, 15 May 2021
  • (I needed to login from profoak, and then run) su -m www cache_update.sh user www www; worker_processes 1; events { worker_connections 1024; } http { include
    2 KB (250 words) - 13:18, 23 April 2022
  • may also be interested in nix configuration. nixpkgs is configured for the user, and globally. they share configuration options, but defining an option globally
    5 KB (513 words) - 02:48, 25 October 2020
  • module:rest-app-import-within-module [Install] WantedBy=multi-user.target /etc/nginx/nginx.conf user www-data www-data; events { worker_connections 1024; } http
    5 KB (544 words) - 12:21, 4 September 2021
  • -1 HKCU or HKLM depending on if user decides to install to system or user-account 2 HKCU (current user) 3 HKLM (local machine)
    5 KB (333 words) - 22:31, 17 December 2019
  • comes included with the ConfigParser module which can easily process simple user-settings/preferences. (Foranything more complicated, a database is still
    1 KB (150 words) - 21:44, 6 May 2018
  • domain.com nickname: <irc-nick> password: <znc-password> advanced: username: <user>/freenode
    439 bytes (49 words) - 17:13, 7 February 2021
  • default arguments in .ackrc files. The default userfile is stored in the user's home, but every time that ack is run, it searches backwards from the current
    1 KB (119 words) - 06:38, 19 July 2021
  • <command> # run command in jail jexec ${jail} -u will <command> # run command as user in jail for jid in $(jls | tail +2 | awk '{ print $1 }'); do yes | sudo pkg
    918 bytes (97 words) - 14:45, 11 June 2022
  • Kernel Mode Setting (KMS - setting resolution/depth in kernel rather than user) before initramfs on boot. # /etc/mkinitcpio.conf # intel: i915 # amd: amdgpu
    723 bytes (71 words) - 13:41, 27 June 2021
  • headers = {'Content-Type': 'application/json; charset=utf-8'} json_data = '{"user": "me"}' reply = requests.get(url=url, headers=headers, data=json_data) if
    783 bytes (71 words) - 20:17, 16 July 2019
  • it. Flacbox > Settings > Reactivate Purchase UI style Flacbox > Settings > User Interface > Cerulean Add Songs Connect: Add Account: SMB: url: smb://yourhost/music
    943 bytes (64 words) - 06:22, 24 December 2022
  • bash_profile zsh: ~/.zshrc ~/.zprofile The method of running a script following user login depends on the Window-Manager you are using, and what method you are
    867 bytes (122 words) - 02:29, 18 July 2021
  • first indent-level <<-HERE # ... HERE # string interpolation "hello ${var.user_name}" # template directive (ex. conditionals/loops) "authorization %{if
    1 KB (99 words) - 15:55, 25 September 2022
  • n.disk \ -m 2G NOTE: You cannot use ping, and nc isn't installed!! NOTE: User-Mode networking (slow) will be started automatically as long as no -netdev
    2 KB (287 words) - 13:42, 9 March 2019
  • sudo pacman -S cups pacman -S capt-src # 1) add your user to group 'lp' gpasswd -a will lp # 2) reboot sudo reboot # 3) connect printer via usb # 4) enable/restart
    918 bytes (128 words) - 00:40, 31 January 2020
  • Commandline client for mysql. mysql -u USER \ -h ADDR \ -D DATABASE # If you have too many rows for your console, you can end query in # \G and the format
    841 bytes (76 words) - 22:36, 26 November 2020
  • ~/.mpd/mpd.conf user config /usr/local/etc/musicpd.conf global config
    1 KB (26 words) - 19:11, 6 February 2022
  • /path/nginx.conf # test a specific nginx config # /usr/local/etc/nginx/nginx.conf user www www; worker_processes 1; #set to number of available cores events { worker_connections
    1 KB (93 words) - 19:19, 4 April 2021
  • $XDG_CONFIG_HOME/kitty/kitty.conf user config
    742 bytes (59 words) - 14:30, 15 January 2024
  • sudo maya ## RUN AS REGULAR USER ## sudo useradd autodesk # create group autodesk sudo usermod -a -G autodesk will # add user 'will' to group autodesk sudo
    5 KB (720 words) - 20:29, 6 December 2015
  • appears in user@host {server}.realaname = '{desired_name}' # appears in /whois requests See https://weechat.org/files/doc/devel/weechat_user.en.html#irc_tor_freenode
    4 KB (338 words) - 02:30, 26 August 2023
  • com/vim-scripts/dbext.vim' let g:dbext_default_profile_mayadb = 'type=MYSQL:user=root:passwd=PASSWORD:dbname=maya_database:host=mayadb' <leaders>sbp " (S)ql
    545 bytes (66 words) - 19:41, 30 March 2019
  • account skype on ## start skype cnelder: hello this is my message ## message a user that is online
    2 KB (176 words) - 07:09, 2 May 2020
  • manipulate disk images ifconfig # print network interfaces && info mount_smbfs //user@10.10.10.10/share_name ~/mnt # mount network share
    749 bytes (77 words) - 03:05, 25 November 2019
  • smtp.gmail.com port 587 protocol smtp auth on from willjpittman@gmail.com user willjpittman@gmail.com passwordeval "~/.get_my_password.sh" tls on tls_nocertcheck
    1 KB (72 words) - 22:13, 1 January 2021
  • config docs https://github.com/Fannon/search-bookmarks-history-and-tabs#user-configuration
    499 bytes (19 words) - 16:55, 4 September 2022
  • smtp_oauth_refresh_command="python2 ~/.mutt/scripts/oauth2.py \ --quiet \ --user=<youremail>@gmail.com \ --client_id=<clientid> \ --client_secret=<secret>
    824 bytes (80 words) - 22:27, 1 January 2021
  • ${archiso}/airrootfs/ mounted to / ${archiso}/airrootfs/etc/skel mounted to every user's homedir # builds iso in out/ cd ~/dev/archiso mkarchiso -v -w tmp -o out
    959 bytes (80 words) - 13:52, 14 March 2021
  • website if [[ "`cat /home/cron/ddns`" != "" ]] ; then #echo 'test' ftp ftp://<user>:<password>@ftp.webhostname.com <<! prompt off binary put "/home/cron/ddns"
    3 KB (461 words) - 02:22, 17 March 2016
  • Connection: keep-alive Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
    3 KB (328 words) - 15:39, 18 September 2021
  • - [x] Canada - Software Installation List: - [x] IJ Printer Driver - [x] User's Manual - [x] My Printer - [ ] My Image Garden - [ ] Quick Menu - [ ] Easy-WebPrint
    3 KB (294 words) - 15:43, 24 February 2024
  • filter=git-crypt diff=git-crypt # add GPG key to encrypt files with git-crypt add-gpg-user user@domain.com # email specified in gpgkey being used # export git-crypt's
    3 KB (271 words) - 16:09, 7 August 2023
  • pacman-contrib user scripts for managing pacman repos
    2 KB (11 words) - 21:19, 4 November 2023
  • ArchWiki postfix/dovecot/roundcube https://wiki.archlinux.org/title/Virtual_user_mail_system_with_Postfix,_Dovecot_and_Roundcube
    1 KB (22 words) - 15:06, 20 February 2022
  • Under the WAN section, create a connection of type: - PPoE: - username: ${USER} - pass: ${PASS}
    786 bytes (87 words) - 14:27, 2 July 2022
  • com/store/en-US/ To purchase games from linux, You'll need to override your browser's user-agent string to report yourself as using windows. See firefox for instructions
    1 KB (100 words) - 22:56, 25 September 2021
  • Worked for me! sudo systemctl enable cups sudo usermod -a -G lp will //Add user will to group lp # In order for the scanner to work, install xsane. # reboot
    2 KB (262 words) - 16:51, 6 December 2015
  • Security Settings > Local Policies > User Rights Assignment: - Create Symbolic Links > (double click): - Add User or Group: <your username> New-Item -Path
    5 KB (437 words) - 14:46, 7 October 2019
  • custom root-CA cert in /etc/ssl/certs/. You can install it for your current user as a workaround. See https://homepage.ruhr-uni-bochum.de/jan.holthuis/po
    4 KB (423 words) - 12:22, 4 September 2022
  • #archlinux # leave channel archlinux ignore/unignore /ignore add <user-fnmatch> /ignore del <user-fnmatch> /ignore list /list *vim* # list all channels containing
    4 KB (284 words) - 03:32, 18 September 2023
  • writable as current user/group? file.canRead(); // readable as current user/group? file.canExecute(); // executable as current user/group? Stream import
    7 KB (684 words) - 16:52, 5 July 2019
  • block_given? end log_user = lambda { |firstname, lastname, time| puts("user: #{firstname} #{lastname}, time: #{time}") } log_vader = log_user.curry["darth",
    6 KB (702 words) - 16:48, 30 June 2023
  • sqlite Lightweight, Single-User, file-based database. rqlite fault tolerant sqlite, replicated across several
    2 KB (5 words) - 00:53, 7 April 2023
  • :h lsp https://neovim.io/doc/user/lsp.html avail lsp's https://microsoft.github.io/language-server-protocol/implementors/servers/
    1 KB (92 words) - 23:22, 6 February 2023
  • official intro https://docs.scipy.org/doc/numpy/user/index.html official docs https://docs.scipy.org/doc/numpy/reference/index.html
    984 bytes (93 words) - 12:36, 19 September 2019
  • -t Using Params (less useful) echo 'my body' | sendmail \ -f noreply `# ${user}@domain.com (rc.conf hostname, and .localdomain)` \ -F 'No Reply' `# sender
    1 KB (137 words) - 05:32, 19 February 2022
  • unitfile` \ systemctl --system daemon-reload # reload unitfiles systemctl [--user] list-units -t target # list all targets # list filepaths for each service
    2 KB (133 words) - 17:36, 11 December 2022
  • version in Gemfile.lock bundle config set --local path '~/.bundle' # use user bundle path # install all gemfile requirements bundle list # list installed
    4 KB (370 words) - 19:51, 4 November 2023
  • docker info # test that daemon is running sudo usermod -a -G docker will # add user to 'docker' group, so can run docker as non root newgrp # (load group changes
    1 KB (127 words) - 21:01, 21 April 2020
  • best practice to work with datetimes in UTC until they are presented to the user (where they are converted to local time). import java.time.Instant; import
    1 KB (139 words) - 22:47, 9 February 2019
  • how the dbus works. import pydbus session_bus = pydbus.SessionBus() ## for user interfaces system_bus = pydbus.SystemBus() ## for system/service interfaces
    1 KB (133 words) - 13:05, 3 April 2016
  • install powershell readline module Install-Module PsReadline -Scope CurrentUser # edit your powershell rcfile ise $PROFILE Add to your $PROFILE file: if
    1 KB (133 words) - 03:40, 19 September 2018
  • std::env::home_dir() // get user's home directory Some common filesystem operations use std::fs; use std::env; use std::os::unix::fs; std::os::unix::fs::chown()
    2 KB (147 words) - 01:27, 9 February 2023
  • new line cout << "Press Enter to Continue:"; std::cin.get(); //Waits for user type something and push enter // do not return from main(), will automatically
    2 KB (168 words) - 15:26, 2 July 2022
  • WARNING: I haven't used this yet Compile mutt with patch mbalias work imaps://user@mysw33thost.com/ mbalias errors =stuff/project/errors mailboxes *work *errors
    715 bytes (65 words) - 18:10, 30 December 2020
  • "ewr", "plan": "vc2-6c-16gb", "label": "Example Instance", "os_id": 215, "user_data": "QmFzZTY0IEV4YW1wbGUgRGF0YQ==", "backups": "enabled", "hostname":
    1 KB (147 words) - 21:30, 25 September 2022
  • by sendr v: view attachments L: group-reply (to messagelist) r: reply to user s: save attachment |: pipe attachment to cli program ctrl-o: view in web-browser
    2 KB (171 words) - 23:03, 30 October 2021
  • "my-awesome-project") set(:deploy_to, "/usr/local/www/#{fetch(:application)}" You can get user input using ask. These are the ruby rake tasks that are performed as during
    5 KB (351 words) - 23:24, 21 April 2021
  • backups at the block level. It is filesystem-agnostic. # boot into single user mode tunefs -j disable /dev/ada0s1a # disable soft-updates on ALL UFS filesystems
    1 KB (129 words) - 17:36, 9 March 2019
  • Useful if you're bound to vscode. /* ~/Library/Application Support/Code/User/settings.json * * mod+shift+p: settings.json */ { "extensions.experimental
    1 KB (100 words) - 19:23, 10 December 2022
  • directories so they do not re-confirm each time let g:localvimrc_whitelist=[ '/home/user/project1/', '/opt/project2/', '/usr/local/projects/vim-[^/]*/' ] " disable
    1 KB (139 words) - 01:04, 7 May 2023
  • ~/.Xmodmap User keybindings
    1 KB (126 words) - 17:17, 27 September 2020
  • com/v1/documentation/api/latest/guide/configuration.html . Create an IAM user, assign them the permissions you'd like them to have, and record their accesskey
    1 KB (98 words) - 16:15, 13 March 2019
  • letter, and all of my scripts would run. subst W: D:\this\is\my\dir echo USER BH_Design> ftpcmd.dat echo Bountydesign1>> ftpcmd.dat echo bin>> ftpcmd.dat
    2 KB (216 words) - 16:27, 10 July 2021
  • Settings > Books: - back # top left - + > shared: title: server: sharepoint: user: password:
    1 KB (73 words) - 04:09, 31 August 2022
  • `False` . Since: we renamed the module so it does not replace the builtin one user modules are earlier on the PYTHONPATH than builtin modules If this module
    2 KB (229 words) - 14:32, 25 February 2020
  • description = 'run vimfile tests (using Vader.vim)' # --interactive/-i # --xml user_options = [ ('interactive', 'i', 'instead of printing to stdout, runs vader
    2 KB (120 words) - 18:58, 3 August 2020
  • ~/.config/sublime-text-2/Packages/User/Preferences.sublime-settings main config ~/.config/sublime-text-2/Packages/Default (Linux).sublime-keymap key config
    2 KB (143 words) - 01:12, 2 July 2022
  • com/ranger/ranger official docs https://github.com/ranger/ranger/wiki/Official-user-guide official wiki https://github.com/ranger/ranger/wiki
    2 KB (111 words) - 16:02, 6 June 2022
  • install all programs again.(really?) The X Window System. All Files. Almost all user commands/programs. System Binaries not needed on root. ex: most server programs
    1 KB (132 words) - 05:09, 6 October 2014
  • "conf/myapp.conf" destination = "/etc/myapp.conf" connection { type = "ssh" user = "root" password = "${var.root_password}" host = "${var.host}" } } There
    2 KB (154 words) - 17:18, 25 September 2022
  • mpd/log" pid_file "/home/media/.mpd/pid" state_file "/home/media/.mpd/state" user "mpd" Configures what happens when the music is played. audio_output { type
    2 KB (195 words) - 15:47, 16 April 2022
  • timezone, then convert to your current timezone whenever you are generating user output. pip install tzlocal pip install pytz import pytz from tzlocal import
    4 KB (503 words) - 23:08, 30 March 2016
  • Imperium Games/Patcher/config Delete star citizen user dir C:/Program Files/Roberts Space Industies/.../USER. This is definitely the kind of game that can
    5 KB (525 words) - 15:30, 2 July 2022
  • process, or get information about system processes. import "os" import "os/user" os.Executable() os.Getpid() os.Getppid() os.Getuid() os.Getgid() os.Exit(1)
    5 KB (601 words) - 21:59, 17 July 2022
  • ~/.dialogrc user config /usr/include/dlg_keys.h bindable commands /usr/include/dlg_colors
    2 KB (185 words) - 20:28, 16 October 2021
  • putenv('TTRSS_DB_TYPE=mysql'); putenv('TTRSS_DB_HOST=..'); putenv('TTRSS_DB_USER=..'); putenv('TTRSS_DB_NAME=..'); putenv('TTRSS_DB_PASS=..'); putenv('TTRSS_DB_PORT=3306');
    2 KB (148 words) - 00:06, 13 March 2023
  • // counter, gauge, historgram my_metric 1.2 my_metric{hostname="foobar", user="baz"} 1.2 // always a float 12.34 Newer, More-accurate, simpler-to-use histogram
    2 KB (200 words) - 20:36, 6 December 2023
  • /usr/share/themes/ installed themes ~/.themes/ user themes ~/.config/gtk-3.0/settings.ini set GTK themes, icons, etc. ~/.config/qt5ct/qt5ct
    2 KB (141 words) - 14:15, 9 October 2022
  • StandardOutput=tty ExecStart=/usr/bin/kbdrate -s -d 200.0 -r 30.0 [Install] WantedBy=multi-user.target Your tty generally uses uses your videocard to render the console
    3 KB (198 words) - 12:34, 17 July 2021
  • $SEARCH` \ -f $SEARCH `# print results for $SEARCH` `# if neither -q/-f, user types search interactively` fzf \ -m `# allow multiple-selections` \ +m `#
    3 KB (189 words) - 22:17, 6 May 2023
  • immediately sanitize all date inputs as UTC. Localize datetimes only for user fields, reports, etc. dt = datetime.datetime.now() tz_offset = datetime.
    2 KB (214 words) - 19:17, 6 May 2018
  • to your phone from it. Settings > Reactivate Purchase UI style Settings > User Interface > Cerulean Add Songs Connect: Add Account: SMB: url: smb://192
    2 KB (164 words) - 02:36, 28 August 2021
  • The order that dialogs are presented to the user is determined by the msi InstallUISequence table. NOTE: The 'next_control' values must form a cycle. ex:
    3 KB (220 words) - 16:38, 17 December 2019
  • beginners will appreciate quickly getting into it. "*": "exception-reporting": userId: "e0297b94-1d94-6389-be28-40e824edcae6" welcome: showOnStartup: false editor:
    3 KB (193 words) - 03:22, 12 July 2021
  • Continuous Integration Servers buildbot very customizable free CI server jenkins user-friendly CI server travis CI CI server with integration with github
    3 KB (0 words) - 23:18, 6 April 2023
  • ~/.config/mimeapps.list user-overrides to program/mimetype associations /etc/xdg/mimeapps.list system
    2 KB (180 words) - 01:18, 1 November 2020
  • #( when asked to activate postfix in /etc/mail/mailer.conf say YES ) Add user postfix to group mail pw groupmod mail -m postfix hostname # Verify your
    2 KB (228 words) - 05:34, 19 February 2022
  • ns are not installed in the guest (generally an installable package) the user 'vagrant' does not exist in the box.
    2 KB (273 words) - 18:57, 13 June 2020
  • /etc/udev/udev.conf config /etc/udev/rules.d/*.rules user udev rules (priority over all other rules) /usr/lib/udev/rules.d/*.rules
    2 KB (89 words) - 15:03, 16 May 2021
  • doesn't seem to work unless files are in the current windows directory cd C:/users/will/ scp -P 9990 -r _vimrc mobile@localhost:/var/mobile Install git from
    15 KB (1,655 words) - 23:25, 8 February 2021
  • the source-of-truth. A text input maintains state in the browser when the user changes text. It is encouraged to mirror this within your react component
    3 KB (322 words) - 23:55, 10 December 2022
  • # ~/.config/newsboat/urls https://domain.com/rss.xml # no auth https://${USER}:${PASS}@domain.com/rss.xml # w/ auth file:///var/log/rss.xml # local file
    3 KB (277 words) - 12:18, 23 May 2021
  • /etc/cdmrc system config ~/.config/cdm/cdmrc user config /usr/share/doc/cdm/themes/* themes /usr/share/xsessions/*.desktop
    3 KB (268 words) - 01:22, 17 July 2021
  • SameSite=Strict/Lax/None # Strict(only send cookie to same server) Lax(only send if user navigates to server) None(always send) Path=/ # All subdirectories receive
    3 KB (239 words) - 15:03, 18 September 2021
  • first error notice that is either printed on the CLI, or the first (and least user-friendly) error window. The format of the errorcode is major.minor.micro
    3 KB (325 words) - 18:09, 1 March 2017
  • Text') fill = urwid.Filler( child, 'top' ) Ian is pretty explicit about users not needing to create their own signal instances. They are not even present
    25 KB (2,728 words) - 03:22, 31 October 2015
  • Operating Systems Navigate to the following location in regedit: HKEY_CURRENT_USER\Control Panel\Colors I would play with the colours a bit - this isn't quite
    11 KB (1,538 words) - 17:40, 4 October 2020
  • http://docs.seattlerb.org/minitest/Minitest/Test/LifecycleHooks.html class UserTest < Minitest::Test # before each test def setup @name = "alex" @age = "30"
    3 KB (308 words) - 22:26, 20 October 2023
  • RUBYLIB="$(pwd)/lib:$RUBYLIB" Setup # allow env to be set by direnv direnv allow # use user-local gem cache bundle config set --local path '~/.bundle' Running 'foo.rb'
    4 KB (388 words) - 19:52, 4 November 2023
  • tables, this also determines the order that dialogs are presented to the user. (These tables are editable, but generally the defaults are fine) Properties
    4 KB (129 words) - 16:35, 24 December 2019
  • otherwise broken systems. Here are some tips to get you out of the hole: single-user mode # Restart your computer, then press '2' at the FreeBSD devil screen
    2 KB (256 words) - 02:21, 9 August 2022
  • http://docutils.sourceforge.net/docs/user/rst/quickref.html Cheat Sheet http://docutils.sourceforge.net/rst.html official documentation
    4 KB (347 words) - 19:54, 6 June 2022
  • message_json == { _rails: { message: "base64_json_value", exp: nil, pur: "cookie.user_id" } } # value == "abcd" Message created using MessageVerifier cookies.
    4 KB (282 words) - 22:33, 1 September 2021
  • official docs https://junit.org/junit5/docs/current/user-guide/ javadocs https://junit.org/junit5/docs/current/api/ homepage https://junit.org/junit5/
    3 KB (293 words) - 17:10, 4 May 2019
  • com@smtp.gmail.com:465/" set smtp_pass = "`<cli-cmd-for-password>`" set imap_user = "you@gmail.com" set imap_pass = "`<cli-cmd-for-password>`" mailboxes "imaps://you@gmail
    13 KB (1,338 words) - 04:54, 5 January 2021
  • useradd autodesk # create group autodesk sudo usermod -a -G autodesk will # add user 'will' to group autodesk sudo newgrp autodesk # enable group without login
    4 KB (496 words) - 20:30, 6 December 2015
  • condition occurs which may cause the image to disappear on some terminals A user on alacritty's issue tracker proposed a workaround (delay image rendering)
    3 KB (318 words) - 17:11, 25 June 2022
  • Simple QLabel widget, whose pixmap gets updated with a bounding box as the user clicks. """ ## Widgets layout = QtGui.QVBoxLayout() self.qlabel = QtGui.QLabel()
    4 KB (485 words) - 02:28, 23 May 2018
  • concurrent workflows. Each item stores two additional values, invisible to the user: created_version, deleted_version, and a counter system_version which is
    4 KB (439 words) - 04:09, 6 September 2022
  • auto-renew certificate: cron.present: - identifier: renew_certbot_sslcert - user: root - name: /usr/bin/bash -c 'sleep $[RANDOM\%60]m' && /usr/bin/certbot
    4 KB (485 words) - 23:49, 25 June 2021
  • /var/data /usr/local/etc/sphinx.conf source_wiki_main { sql_db = wikidb sql_user = wiki sql_pass = <password> # defaults... } index wiki_main { path = /v
    3 KB (349 words) - 20:48, 11 July 2020
  • /dev/video0. pacman -S v4l-utils # archlinux usermod -a -G video will # add your user to group 'video' v4l2-ctl # control v4l2 devices v4l2-compliance # test video4linux
    9 KB (1,012 words) - 21:32, 7 June 2021
View (previous 500 | ) (20 | 50 | 100 | 250 | 500)