Skip to content

Instantly share code, notes, and snippets.

View FlintSable's full-sized avatar
:octocat:

Nicholas Noochla-or FlintSable

:octocat:
View GitHub Profile
@FlintSable
FlintSable / verify_test.js
Created October 18, 2023 03:25
New patched description
conosle.log('Verify Test');
@FlintSable
FlintSable / hello_world.js
Created October 18, 2023 03:25
Hello World Examples
conosle.log('Hello World');
@FlintSable
FlintSable / verify_test.js
Created October 18, 2023 03:25
New patched description
conosle.log('Verify Test');
@FlintSable
FlintSable / config-x1carbonG6.plist
Created June 5, 2022 23:33
config-x1carbonG6.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>Add</key>
<array>
<dict>
<key>Comment</key>
sudo apt install xrdp
sudo apt-get update
# Install new packages
sudo apt-get install xrdp xorg
# Add xrdp user to ssl-cert group and reoboot
sudo add user xrdp ssl-cert
sudo reoot
#Changing a computer name
/etc/hostname
/etc/hosts
127.0.0.1 localhost.localdomain localhost
127.0.1.1 newname
# scaling
# Appearance > Fonts > Custom DPI setting
pip show packagename
class Contact:
""" example that uses an inner (nested) class """
# class ("static") members and intended constants
DEFAULT_NAME = "(no name assigned)"
MIN_NAME_LEN = 2
MAX_NAME_LEN = 30
DEFAULT_PH_NUM = "0001112222"
# initializer ("constructor") method -------------------------------
::Run the below Robocopy command to copy directory structure i.e
::deep copy of folder hierarchy and the data in all the subfolders.
Robocopy /S D:\dir1\data E:\backup\data
:: if you do this "D:\dir1\my data\" because of the \" that will be seen as an escape
:: and you will be left without the final "
@FlintSable
FlintSable / Login
Last active February 21, 2020 20:22
# login as root
su -
sudo -s