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
View (previous 250 | ) (20 | 50 | 100 | 250 | 500)