All public logs

Jump to navigation Jump to search

Combined display of all available logs of One-Eyed Man Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 20) (20 | 50 | 100 | 250 | 500)
  • 13:56, 15 January 2022 Dwrob talk contribs created page IRC tips (Created page with "IRC tips IRC secrets (see http://www.egghelp.org/using.htm) Adding a user to the bot; setting op and autoop on a channel: DCC to the bot and log in. Add new user to the bot: .adduser [nick] (assumes user is currently on IRC) or .+user [nick] [hostmask] (if the user is not currently on IRC) The new user may now set a password: /msg [botnick] pass [password] Seeting a password seems to be optional, though. .chattr [nick] +o [#channel] 5....")
  • 13:56, 15 January 2022 Dwrob talk contribs created page Running log widget (Created page with "Running log widget <div style='border-width:thin; border-style:solid; padding: 10px 10px 10px 10px;'> <h2>Running log</h2> <br> <?php $user_info = wp_get_current_user(); if (($_POST[new_entry]) && ($user_info->user_level=="10")) { // first check to avoid duplicate entries $fp = fopen('/home/httpd/html/misc/running_log.txt', 'r'); $dupe_check = fgets($fp, 1000); // get rid of trailing whitespace and compare if (chop($dupe_check) != chop($_POST[new_entry]))...")
  • 13:55, 15 January 2022 Dwrob talk contribs created page Testing an ATX power supply (Created page with "Testing an ATX power supply http://forum.corsair.com/v3/showthread.php?t=63991 In many cases, users doing troubleshooting have a situation where there is no apparent power to any portion of the system. They often wonder how they can test the PSU to see if it is working. Short of having a proper PSU tester, you can use this method to do a "quick n dirty" test to see if the PSU will spin up and power the 12v rails. Disconnect the PSU from ALL components in the syste...")
  • 13:55, 15 January 2022 Dwrob talk contribs created page Defeating Password Anti-Paste in Firefox (Created page with "Defeating Password Anti-Paste in Firefox https://digiwonk.gadgethacks.com/how-to/re-enable-copy-paste-annoying-sites-block-0155910 In about:Config, set dom.event.clipboardevents.enabled to false.")
  • 13:55, 15 January 2022 Dwrob talk contribs created page Make a laptop lid event in Gnome 3 (Created page with "Make a laptop lid event in Gnome 3 http://tipsonubuntu.com/2018/04/28/change-lid-close-action-ubuntu-18-04-lts Works mostly, some odd behavior at first. Settings for null | blank | suspend | hibernate | power-off. In short, edit /etc/systemd/logind.conf, uncomment #HandleLidSwitch=s, and supply the desired action. Then run restart systemd-logind.service and test.")
  • 13:54, 15 January 2022 Dwrob talk contribs created page Adding missing codecs to Plex (Created page with "Adding missing codecs to Plex Forum thread on missing codec symptoms and adding new ones to the player device config file: https://forums.plex.tv/t/vnd-dlna-format-not-oworking-on-my-sansung-smart-tv/95335 Getting log files: https://support.plex.tv/articles/200250417-plex-media-server-log-files/ Certain downloaded videos were appearing in the Samsung smart TV as "vnd.dlna.mpeg" files, and would return an unhelpful error if you tried to play one. This file format is a...")
  • 12:56, 15 January 2022 Dwrob talk contribs created page Accessing the private Git repo (Created page with "Accessing the private Git repo Here is a record of some commands involved in setting up and using the Negit-based Git server. Setup instructions from the Git animal book were used (eventually). First, creating client repos when the server (Negit) already exists and is populated. 1. If possible, to simplify matters, copy over the config files from an existing setup. For example: [core] repositoryformatversion = 0 filemode = true bare = false...")
  • 12:55, 15 January 2022 Dwrob talk contribs created page How Enlightenment IBar app-launchers work (Created page with "How Enlightenment IBar app-launchers work The machinery behind those fragile app-launchers (the IBars) is divided between two locations: ~/.local/share/applications/ This directory contains the launcher definitions. For example, nemo.Desktop: [Desktop Entry] Hidden=false Exec=nemo --no-desktop Icon=/usr/local/icons/Nautilus.png Type=Application NoDisplay=false Version=1.0 MimeType=inode/d...")
  • 12:55, 15 January 2022 Dwrob talk contribs created page Formatting an SD card (Created page with "Formatting an SD-Card https://www.techwalla.com/articles/how-to-format-an-sd-card-in-debian-linux After doing the partitioning (one big one, /dev/sdx1), this is the key: Type the command "mkdosfs /dev/sdb2 -F16" to format the SD card with the FAT16 file system. If you want to use the FAT32 file system, type the command "mkdosfs /dev/sdb2 -F32."")
  • 12:54, 15 January 2022 Dwrob talk contribs created page Diagnosing and repairing a RAID 1 failure (Created page with "Diagnosing and repairing a RAID 1 failure Determine what tests are supported Normal drive: root@mono:~# smartctl -c /dev/sda smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.19.0-8-amd64] (local build) Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Colle...")
  • 12:53, 15 January 2022 Dwrob talk contribs created page Handy CLI Utilities (Created page with "Handy CLI Utilities lsof lsof lists open files and the processes that opened them. iftop iftop is a CLI network monitoring utility, very simple to read. It shows first-hop sources and destinations and all the expected stats. ncdu ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du', and provides a fast way to see what directories are using your disk space. Has interactive deleting capability. pv Use pv to...")
  • 12:52, 15 January 2022 Dwrob talk contribs created page Apt Hold: Preventing upgrade (Created page with "Apt Hold: Preventing upgrade The evil things I did to Python2.7 to keep VirtualBox running... root@tolt:/home/dwrob/Downloads# ls -al *python* -rw-r--r-- 1 dwrob dwrob 394740 Sep 28 19:28 libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb -rw-r--r-- 1 dwrob dwrob 1911924 Sep 28 19:26 libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb -rw-r--r-- 1 dwrob dwrob 20848 Sep 28 19:40 libpython2-stdlib_2.7.16-1_amd64.deb -rw-r--r-- 1 dwrob dwrob 20836 Sep 28 19:39 libpython-stdl...")
  • 12:51, 15 January 2022 Dwrob talk contribs created page Concatenating PDF Files (Created page with "Concatenating PDF Files Use GhostScript. Imagemagick corrupted the output file. dwrob@tolt:~/Desktop$ gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=cather.pdf Scan1.pdf Scan2.pdf")
  • 12:51, 15 January 2022 Dwrob talk contribs created page Setting Nemo to manage the desktop (Created page with "Setting Nemo to manage the desktop Add this file: ~/.config/autostart/nemo-desktop.desktop [Desktop Entry] Type=Application Exec=nemo-desktop Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true Name[en_US]=Nemo Desktop Name=Nemo Desktop Comment[en_US]= Comment= This allows the annihilation of Caja, which is a resource hog.")
  • 12:51, 15 January 2022 Dwrob talk contribs created page Epson V200 scanner driver on Debian (Created page with "Epson V200 scanner driver on Debian 28 March 2021 As of now, this is the driver download site: https://support.epson.net/linux/en/iscan.php?model=gt-f670&version=2.30.4 The downloaded package that worked is iscan-gt-f670-bundle-2.30.4.x64.deb.tar.gz. This supersedes all the earlier driver packages, which I am now deleting. It worked on a laptop and on the desktop.")
  • 12:50, 15 January 2022 Dwrob talk contribs created page How to install Debian using an existing LUKS volume (Created page with "How to install Debian using an existing LUKS volume This post is absolutely indispensable: Installing Debian on Existing Encrypted LVM.")
  • 12:47, 15 January 2022 Dwrob talk contribs created page Sending a file to an EC2 instance (Created page with "Sending a file to an EC2 instance Like this: scp -i .ssh/AWS-KEY-ALPHA.pem QNAP-dwrob/from_negit/git.zip admin@34.212.82.75:/home/admin/")
  • 12:08, 15 January 2022 Dwrob talk contribs created page Git remote setup: Observations (Created page with "Git remote setup: Observations The hardest thing about setting up git is communicating with the remote repo. Here are the commands involved in switching over clients from one remote address to another, with nothing else changed. User name on the remote repo is git. Preliminary: Add some secret sauce by modifying ~/.ssh/config to contain an alias for the remote repo host. This is necessary when the host is an EC2 instance, because the connecitng client must specify the...")
  • 11:58, 15 January 2022 Dwrob talk contribs moved page Main Page to SysAdmin Notes
  • 14:50, 14 January 2022 MediaWiki default talk contribs created page Main Page
(newest | oldest) View ( | older 20) (20 | 50 | 100 | 250 | 500)