All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Da Nerd Mage Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 15:46, 27 January 2022 Tinker talk contribs deleted page Useful Linux Adjustments (content was: "= Extend (or eliminate) the sudo timeout = Once a user has been authenticated, [...] the user may then use sudo without a password for a short period of time (5 minutes unless overridden by the timestamp_timeout option). To change this universally (i.e.: for all users) * <code>sudo visudo</code> To change it for a specific user: * <code>sudo visudo -f '''USERNAME'''</code> then...", and the only contributor was "Tinker" (talk))
- 15:18, 27 January 2022 Tinker talk contribs created page Linux - N00b tips! (Created page with "This would be a good place to find simple & strange little tips for solving problems that tend to trip up new Linux users... = Files that don't exist = If you see "<code>cannot stat 'randomfilename</code>' That generally means the file doesn't exist. = Permission Frustrations = Unlike some ''other OSs'', Linux is fairly consistant with permissions. But a lot of new users are easily confused by what required "'''root'''" access. In general, pretty much any time you see...")
- 21:41, 23 January 2022 Tinker talk contribs created page Nostalgia Computing (Created page with "= finger = Something that seems to be going away these days... :( * <code>sudo apt-get install finger fingerd inetutils-inetd</code> * <code>sudo vi /etc/inetd.conf</code> finger stream tcp4 nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd finger stream tcp6 nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd * <code>sudo /etc/init.d/inetutils-inetd restart</code> [https://famicoman.com/2017/03/01/running-using-a-finger...")
- 18:21, 23 January 2022 Tinker talk contribs created page ESXi Stuff (Created page with "WIP...")
- 16:22, 23 January 2022 Tinker talk contribs created page Useful Linux Adjustments (Created page with "= Extend (or eliminate) the sudo timeout = Once a user has been authenticated, [...] the user may then use sudo without a password for a short period of time (5 minutes unless overridden by the timestamp_timeout option). To change this * <code>sudo visudo</code> and add the line Defaults timestamp_timeout='''30''' where '''30''' is your preferred timeout (in minutes). To always require a password, set it to '''0'''. To set an infinite timeout, set the value t...")
- 18:28, 20 January 2022 Tinker talk contribs uploaded a new version of File:LS COLORS Example 1.png
- 18:23, 20 January 2022 Tinker talk contribs created page File:LS COLORS Example 1.png
- 18:23, 20 January 2022 Tinker talk contribs uploaded File:LS COLORS Example 1.png
- 18:15, 20 January 2022 Tinker talk contribs created page File:LS COLORS Example 0.png
- 18:15, 20 January 2022 Tinker talk contribs uploaded File:LS COLORS Example 0.png
- 17:38, 20 January 2022 Tinker talk contribs created page File:LS COLORS Sampler.png
- 17:38, 20 January 2022 Tinker talk contribs uploaded File:LS COLORS Sampler.png
- 17:37, 20 January 2022 Tinker talk contribs created page Bash - Changing the colours (Created page with "wip")
- 18:19, 19 January 2022 Tinker talk contribs moved page Mounting CIFS Shares to Mounting CIFS Shares from the command line without leaving a redirect
- 18:18, 19 January 2022 Tinker talk contribs created page Mounting CIFS Shares (Created page with "= Install cifs-utils = *<code>sudo apt install cifs-utils -y</code> = Create a mount point = *<code>sudo mkdir /'''MOUNTPOINT'''</code> = Mount the share = *<code>sudo mount -t cifs -o username='''USER''',password='''PASSWORD''' //'''SERVERNAME'''/'''SHARENAME''' ~/'''MOUNTPOINT'''</code> = Check it out = *<code>ls /'''MOUNTPOINT'''</code>")
- 15:30, 18 January 2022 Tinker talk contribs moved page Linux - Adding a new drive from the command line to Adding a new drive from the command line
- 15:30, 18 January 2022 Tinker talk contribs moved page Linux - Installing Samba from the command line to Installing Samba from the command line
- 15:30, 18 January 2022 Tinker talk contribs moved page Linux - Mini Ubuntu - Pictures to Mini Ubuntu - Pictures
- 15:29, 18 January 2022 Tinker talk contribs moved page Linux - Mini Ubunto to Mini Ubunto
- 15:29, 18 January 2022 Tinker talk contribs moved page Linux - Mini Debian - Pictures to Mini Debian - Pictures
- 15:27, 18 January 2022 Tinker talk contribs moved page Linux - Mini Debian to Mini Debian
- 14:58, 18 January 2022 Tinker talk contribs created page Linux - Installing Samba from the command line (Created page with "Basic Samba install & minimal configuration Create a test folder & file to be shared. (Assuming you'll replace '''USER''' with your own username...) * mkdir ~'''USER'''/share * touch ~'''USER'''/share/Foo Install Samba * sudo apt install samba -y Configure the test share * sudo vi /etc/samba/smb.conf [New_share] comment= my share path = /home/'''USER'''/share browseable = yes Read only = no guest ok = no valid users = '''USER''' * sudo s...")
- 03:27, 18 January 2022 Tinker talk contribs created page File:Mkfs example 0.png
- 03:27, 18 January 2022 Tinker talk contribs uploaded File:Mkfs example 0.png
- 03:25, 18 January 2022 Tinker talk contribs created page File:Fdisk example 1.png
- 03:25, 18 January 2022 Tinker talk contribs uploaded File:Fdisk example 1.png
- 03:19, 18 January 2022 Tinker talk contribs created page File:Fdisk example 0.png
- 03:19, 18 January 2022 Tinker talk contribs uploaded File:Fdisk example 0.png
- 03:05, 18 January 2022 Tinker talk contribs created page Linux - Adding a new drive from the command line (Created page with "[https://www.tecmint.com/add-new-disk-to-an-existing-linux/ Tecmint tutorial] = Connect the drive = Either plug the drive into the machine with the power off or hot-swap it in if possible... = Determine the device = * <code>sudo fdisk -l</code> '''fdisk''' is a dialog-driven program for creation and manipulation of partition tables. * <code>man fdisk</code> ** for details... You'll see a fair bit of output. * Blocks starting with '''Disk /dev/sd_:''' indicate drives a...")
- 18:22, 13 January 2022 Tinker talk contribs created page File:Wiki-first-view.png
- 18:22, 13 January 2022 Tinker talk contribs uploaded File:Wiki-first-view.png
- 16:24, 13 January 2022 Tinker talk contribs created page Now Do A Backup! (Created page with "'''<span id="HTMLENTITY:1642133377478" style="font-family: <span class=" title=""" contenteditable="false" draggable="true" mwt-noneditable="" mwt-wikimagic="" mwt-placeholder="" mwt-htmlentity="" >"</span>comic sans ms", sans-serif; font-size: 36pt;" class="mwt-preserveHtml">Back up your server RIGHT NOW!!!'''")
- 21:41, 12 January 2022 Tinker talk contribs created page Getting nodejs v12 (Created page with "* <code>sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates</code> * <code>curl -sL <nowiki>https://deb.nodesource.com/setup_12.x</nowiki> {{!}} sudo -E bash -</code> Installing the NodeSource Node.js repo finishes with: ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run:...")
- 21:39, 12 January 2022 Tinker talk contribs created page Automation - Node-Red (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- {{!}} style="text-align: center; width: 67.5125px;" {{!}} [[File:Logo Mint.png{{!}}60px{{!}}link=https://linuxmint.com{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 65.675px;" {{!}} [[File:Logo LMDE.png{{!}}60px{{!}}link=https://linuxmint.com/edition.php?id=279{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 72.11...")
- 16:58, 12 January 2022 Tinker talk contribs created page Category:AutomationServers (Created page with "Build & maintain an Automation Server.")
- 16:48, 12 January 2022 Tinker talk contribs uploaded a new version of File:Logo Debian.png
- 16:48, 12 January 2022 Tinker talk contribs uploaded a new version of File:Logo LMDE.png
- 16:47, 12 January 2022 Tinker talk contribs uploaded a new version of File:Logo Mint.png
- 16:46, 12 January 2022 Tinker talk contribs uploaded a new version of File:Logo Sparky.png
- 16:46, 12 January 2022 Tinker talk contribs deleted page File:Logo Sparky.png (Deleted old revision 20220112214442!Logo_Sparky.png)
- 16:45, 12 January 2022 Tinker talk contribs deleted page File:Logo Sparky.png (Deleted old revision 20220112214405!Logo_Sparky.png)
- 16:44, 12 January 2022 Tinker talk contribs reverted File:Logo Sparky.png to an old version (Reverted to version as of 16:06, 12 January 2022 (EST))
- 16:44, 12 January 2022 Tinker talk contribs uploaded a new version of File:Logo Sparky.png
- 16:41, 12 January 2022 Tinker talk contribs uploaded a new version of File:Logo Ubuntu.png
- 16:06, 12 January 2022 Tinker talk contribs created page File:Logo Ubuntu.png
- 16:06, 12 January 2022 Tinker talk contribs uploaded File:Logo Ubuntu.png
- 16:06, 12 January 2022 Tinker talk contribs created page File:Logo Sparky.png
- 16:06, 12 January 2022 Tinker talk contribs uploaded File:Logo Sparky.png
- 16:06, 12 January 2022 Tinker talk contribs created page File:Logo Mint.png
- 16:06, 12 January 2022 Tinker talk contribs uploaded File:Logo Mint.png