Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Category:
Linux
blog.KimConnect.com
>>
Codes
,
Linux
Read More
October 23, 2021
October 23, 2021
kimconnect
kimconnect
Bash: How To Join Array With Comma Delimiter
# The following function joins an array of numbers # Limitation: the delimiter is expected…
0 Comments
Read More
October 19, 2021
October 19, 2021
kimconnect
kimconnect
Puppet Client Server Lab Setup
Server # Setup client machine name sudo vim /etc/hosts ## Insert this line ## xx.xx.xx.xx…
0 Comments
Read More
October 16, 2021
October 16, 2021
kimconnect
kimconnect
How to Install Selenium for Python on Windows or Linux
Windows # This error would occur if pip is not up to date PS C:\WINDOWS\system32>…
0 Comments
Read More
October 16, 2021
October 16, 2021
kimconnect
kimconnect
How To Run Python Interactive Command Line Mode (CLI)
Windows PS C:\WINDOWS\system32> python Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit…
0 Comments
Read More
October 9, 2021
October 9, 2021
kimconnect
kimconnect
Disable and Enable Sleep Mode on a Linux Workstation
The following commands would work on any Linux machine with SystemD (Ubuntu, Linux Mint, Redhat,…
0 Comments
Read More
October 9, 2021
October 9, 2021
kimconnect
kimconnect
Linux SMB Mount via Command Line Bash Shell
Install smbfs to include these functions smbmount smbunmount Here is a demonstration of smbmount to…
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
Linux: How To Repair Corrupted Zip File
kimconnect@linuxbox:/media/data/newPhotos $ zip -FF corrupted.zip --out fixed.zip Fix archive (-FF) - salvage what can zip…
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
Linux: Copy File Contents Into Clipboard
Install XCLIP (if not already installed) sudo apt install xclip -y Reading package lists... Done…
0 Comments
Read More
September 15, 2021
September 15, 2021
kimconnect
kimconnect
How to Use ImageMagic to Resize Images
Converting PNG to JPG (optimized): # This is an optimized resizing command to convert PNG…
0 Comments
Read More
September 1, 2021
September 1, 2021
kimconnect
kimconnect
Uhhuh. NMI received for unknown reason 3d on CPU 4
Problem: Message from syslogd@linux03 at Aug 31 04:28:21 ... kernel:[273033.123489] Uhhuh. NMI received for unknown…
4 Comments
Read More
August 31, 2021
August 31, 2021
kimconnect
kimconnect
Ping Command’s First Packet Toward LDAP Server(s) Takes 2 Seconds to Start
Case 1: Are DNS servers working? dig returns results right away => defined dns servers…
0 Comments
Read More
August 29, 2021
August 29, 2021
kimconnect
kimconnect
How To Install Graylog in a Kubernetes Cluster Using Helm Charts
The following narrative is based on the assumption that a Kubernetes (current stable version 20.10)…
2 Comments
Read More
August 29, 2021
August 29, 2021
kimconnect
kimconnect
How to configure Ubiquiti EdgeRouter to send logs to a Syslog Server
Method 1: using text editor # Edit the syslog config sudo vi /etc/rsyslog.d/vyatta-log.conf # Change…
0 Comments
Read More
August 27, 2021
August 27, 2021
kimconnect
kimconnect
How To Configure Alternative Storage for a Kubernetes (K8s) Worker Node
The below illustration is assuming that one has a local RAID mount being added to…
0 Comments
Read More
August 27, 2021
August 27, 2021
kimconnect
kimconnect
Ubuntu: Auto Updates Configuration
Prepare the Linux OS: # Install auto-update packages sudo apt install -y unattended-upgrades apt-listchanges #…
0 Comments
Read More
August 24, 2021
August 24, 2021
kimconnect
kimconnect
Linux: Testing Disk Speed
Below is an exercise in comparing 2 different media: external USB drive vs a SD…
0 Comments
Read More
August 24, 2021
August 24, 2021
kimconnect
kimconnect
Linux: RSYNC Examples
Following are a few practical uses of this command: # Copying from a Local Directory…
0 Comments
Read More
August 24, 2021
August 24, 2021
kimconnect
kimconnect
Linux: Commands to Add a New Disk
# Step 1: create partitioning table (gpt or msdos/mbr) device=/dev/sdc sudo parted $device mklabel gpt…
0 Comments
Read More
August 20, 2021
August 20, 2021
kimconnect
kimconnect
Problem: NextCloud Would Not Start Due to Versioning Variance
This issue has occurred when NextCloud has been upgraded after deployment. Its source docker container…
0 Comments
Read More
August 14, 2021
August 14, 2021
kimconnect
kimconnect
NextCloud Container PHP Memory Issue as Deployed via Kubernetes
Most common example:Below is a raw text paste of an exercise in resolving the issue…
0 Comments
Posts navigation
Previous page
1
2
3
…
14
Next page
Search
Archives
October 2024
September 2024
August 2024
June 2024
May 2024
April 2024
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
Meta
Register
Log in
Tag Cloud