MariaDB Driver

This installs a MariaDB driver. [codesyntax lang=”bash”] sudo make install [sudo] password for archman: [ 2%] Built target dialog [ 28%] Built target client_ed25519 [ 30%] Built target caching_sha2_password [ 31%] Built target sha256_password [ 34%] Built target auth_gssapi_client [ 35%] Built target mysql_clear_password [ 37%] Built target zstd [ 38%] Built target remote_io [ […]

Rsync Utilization

Rsync Help File [codesyntax lang=”bash”] rsync version 3.2.7 protocol version 31 Copyright (C) 1996-2022 by Andrew Tridgell, Wayne Davison, and others. Web site: https://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, symlinks, symtimes, hardlinks, hardlink-specials, hardlink-symlinks, IPv6, atimes, batchfiles, inplace, append, ACLs, xattrs, optional secluded-args, iconv, prealloc, stop-at, no crtimes Optimizations: […]

Add New Component Ribon To Codeblocks IDE

[codesyntax lang=”php”] <ol><li>Open CodeBlocks and create a new project or open an existing one.</li><li>Click on “Settings” in the menu bar, and then click on “Editor” in the dropdown menu.</li><li>In the “Editor Settings” dialog box, click on the “Palette” tab.</li><li>Click on the “New” button to create a new ribbon.</li><li>In the “New Ribbon” dialog box, enter the […]

Add New Component To Codeblocks Palate

[codesyntax lang=”bash”] To add a new component to the palette in CodeBlocks, you can follow these steps: 1. Open CodeBlocks and create a new project or open an existing one. 2. Click on “Settings” in the menu bar, and then click on “Editor” in the dropdown menu. 3. In the “Editor Settings” dialog box, click […]

Base Dev Layer

By installing this base layer of software many technical solutions can be handled successfully. [codesyntax lang=”bash”] rm *.txt /opt/anaconda/bin/conda list anaconda > ~/anaconda.txt /home/archman/apps/wxFormBuilder/_install/bin/wxformbuilder –version > ~/wxFb.txt /opt/anaconda/bin/conda –version > ~/conda.txt cpp –version > cpp.txt /home/archman/.dotnet/dotnet –version > ~/.NET.txt mono -V > ~/mono.txt codeblocks –version > ~/code::blocks.txt code –version > ~/code.txt git –version > ~/git.txt […]

Backup Critical Data

Attach the target drive to the computer then issue the fdisk command as follows. [codesyntax lang=”bash”] sudo fdisk -l [sudo] password for archman: Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors Disk model: WDC WDS100T2B0A Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): […]

Archlinux Tidbits

To divulge the Grails version issue the following command. [codesyntax lang=”bash”] grails –version Grails Version: 5.3.2 JVM Version: 20 [/codesyntax] To reveal the Java version issue the following command. [codesyntax lang=”bash”] java –version java 20 2023-03-21 Java(TM) SE Runtime Environment (build 20+36-2344) Java HotSpot(TM) 64-Bit Server VM (build 20+36-2344, mixed mode, sharing) [/codesyntax] To switch […]