User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:35, 15 May 2019 (diff | hist) . . (+61) . . python sqlite notes (current)
- 01:02, 15 May 2019 (diff | hist) . . (+111) . . sqlite query table names (current)
- 01:00, 15 May 2019 (diff | hist) . . (+104) . . N sqlite query table names (Created page with "use sqlite_master db sqlite> select name from sqlite_master where name LIKE 'use%'; category:sqlite")
- 17:43, 3 May 2019 (diff | hist) . . (+167) . . N mssql notes (Created page with "==command examples== login vi CLI sqlcmd -S 192.168.1.1 -U sa -P change sa password ALTER LOGIN [sa] WITH PASSWORD=N'abc123' category:database category:mssql")
- 20:59, 23 April 2019 (diff | hist) . . (+5) . . quickbooks linux install (current)
- 20:59, 23 April 2019 (diff | hist) . . (+398) . . quickbooks linux install
- 20:53, 23 April 2019 (diff | hist) . . (+292) . . N quickbooks linux install (Created page with "O.S. = centos 7.6 quickbooks = 18 1 install centos 64bit O.S. 2 perform update # yum update 3 install 32bit support packages # yum install gamin.i686 libgcc.i686 glibc.i68...")
- 18:23, 23 April 2019 (diff | hist) . . (-8) . . yum cheat sheet (current)
- 16:34, 12 April 2019 (diff | hist) . . (+10) . . debian 9.5 stretch brother HL-2140 printer install (→set print name and sharing options) (current)
- 16:33, 12 April 2019 (diff | hist) . . (+1) . . debian 9.5 stretch brother HL-2140 printer install (→=set print name and sharing options)
- 16:33, 12 April 2019 (diff | hist) . . (+1) . . debian 9.5 stretch brother HL-2140 printer install
- 16:33, 12 April 2019 (diff | hist) . . (+996) . . debian 9.5 stretch brother HL-2140 printer install
- 16:20, 12 April 2019 (diff | hist) . . (+35) . . debian 9.5 stretch brother HL-2140 printer install
- 16:20, 12 April 2019 (diff | hist) . . (0) . . N File:cupsprinterdescription.png (current)
- 16:18, 12 April 2019 (diff | hist) . . (+55) . . debian 9.5 stretch brother HL-2140 printer install
- 16:17, 12 April 2019 (diff | hist) . . (0) . . N File:cupsaddprinter.png (current)
- 16:15, 12 April 2019 (diff | hist) . . (0) . . N File:brothersetup.png (current)
- 16:15, 12 April 2019 (diff | hist) . . (+470) . . N debian 9.5 stretch brother HL-2140 printer install (Created page with "brother's instructions for installing on debian are incorrect and out of date as of 4-12-2019. ==vertsions== O.S. - Debian GNU/Linux 9 (stretch) cups - 2.2.1 ==installing pre...")
- 05:47, 12 April 2019 (diff | hist) . . (+7) . . tls version check (current)
- 05:47, 12 April 2019 (diff | hist) . . (+75) . . tls version check
- 05:45, 12 April 2019 (diff | hist) . . (+4,643) . . N tls version check (Created page with "openssl can perform this check. nmap is supposed to, but it didn't work consistently for me. command $ openssl s_client -connect <ipaddr | hostname>:port_number < -tls1 | -t...")
- 12:03, 9 April 2019 (diff | hist) . . (+478) . . N viewing drupal logs from CLI (Created page with "==problem== viewing drupal logs without using the web interface or drush drupal logs are kept in the backend database,so we can pull them from there. ==solution== (optional...") (current)
- 12:52, 4 April 2019 (diff | hist) . . (+109) . . Drupal notes (current)
- 12:45, 4 April 2019 (diff | hist) . . (+691) . . N creating drupal database for install (Created page with "drupal version: 8. Create a new database for your site. (Change the username and databasename.) $ mysql -u username -p -e "CREATE DATABASE ''<databasename>'' CHARACTER SET ut...") (current)
- 14:43, 1 March 2019 (diff | hist) . . (+109) . . alter file with sed (current)
- 12:51, 18 February 2019 (diff | hist) . . (+18) . . Gimp raised letters (current)
- 04:30, 18 February 2019 (diff | hist) . . (+279) . . N how to display full length frontpage in drupal (Created page with "version: drupal 8.1 to 8.3 tested problem:front page is a "teaser" with a read more link and a full length page is wanted. solution: navigate in the admin panel as follows: ...") (current)
- 04:26, 18 February 2019 (diff | hist) . . (0) . . m Drupal notes (Nighthawk moved page Drupal reference to Drupal notes without leaving a redirect)
- 18:05, 15 February 2019 (diff | hist) . . (0) . . m gnupg pgp encryption notes (Nighthawk moved page gnupg email encryption to gnupg pgp encryption notes without leaving a redirect) (current)
- 18:04, 15 February 2019 (diff | hist) . . (+509) . . gnupg pgp encryption notes
- 23:53, 24 January 2019 (diff | hist) . . (+2) . . brother printer HL-2140 printing blank pages (current)
- 23:53, 24 January 2019 (diff | hist) . . (+37) . . brother printer HL-2140 printing blank pages
- 23:53, 24 January 2019 (diff | hist) . . (0) . . N File:brother printer driver.png (current)
- 23:52, 24 January 2019 (diff | hist) . . (+332) . . N brother printer HL-2140 printing blank pages (Created page with "0.S.: linux debian stretch 9.5 printer: brother HL-2140 problem: prints infinite/multiple blank pages solution: in cups, modify the printer and select the "Brother HL-2140 F...")
- 22:10, 17 January 2019 (diff | hist) . . (-2) . . drupal menu "show as expanded" not working (→problem) (current)
- 22:10, 17 January 2019 (diff | hist) . . (-1) . . drupal menu "show as expanded" not working (→solution)
- 22:09, 17 January 2019 (diff | hist) . . (+26) . . drupal menu "show as expanded" not working
- 22:09, 17 January 2019 (diff | hist) . . (+287) . . N drupal menu "show as expanded" not working (Created page with "version: drupal 8.6.5 theme: bartik and nexxus problem: hovering over main navigation menus doesn't expand and show the child menus. solution: Block Layout -> configure Mai...")
- 01:28, 16 January 2019 (diff | hist) . . (+1) . . debian lxqt sddm greeting fail after nvidia driver install (→versions:) (current)
- 01:28, 16 January 2019 (diff | hist) . . (+12) . . debian lxqt sddm greeting fail after nvidia driver install
- 01:27, 16 January 2019 (diff | hist) . . (+455) . . N debian lxqt sddm greeting fail after nvidia driver install (Created page with "versions: <br>debian: 9.5 (stretch) <br>kernel: 4.9.0-7-amd64 <br>sddm: 0.14.0-4+deb9u1 <br>xserver-xorg: xserver-xorg-core 2:1.19.2-1+deb9u5 <br>desktop: lxqt 0.11.1-1 probl...")
- 17:15, 12 January 2019 (diff | hist) . . (+1) . . lxqt debian (current)
- 17:14, 12 January 2019 (diff | hist) . . (+76) . . N lxqt debian (Created page with "# apt install lxqt-core # apt install lxqt # apt install task-lxqt-desktop")
- 04:43, 23 November 2018 (diff | hist) . . (0) . . m password-store clone failsauce (Nighthawk moved page password store notes to password-store clone failsauce without leaving a redirect)
- 04:42, 23 November 2018 (diff | hist) . . (-2) . . password-store clone failsauce
- 04:41, 23 November 2018 (diff | hist) . . (+6) . . password-store clone failsauce
- 04:41, 23 November 2018 (diff | hist) . . (+140) . . password-store clone failsauce (→solution:)
- 04:39, 23 November 2018 (diff | hist) . . (+402) . . password-store clone failsauce
- 01:22, 23 November 2018 (diff | hist) . . (+4) . . determine existing gpg key identification (current)
- 19:06, 12 November 2018 (diff | hist) . . (+395) . . N drupal error "The provided host name is not valid for this server" (Created page with "drupal version: 8 error message(browser): The provided host name is not valid for this server problem description: and apache2 web alias using only the site domain name will ...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)