Skip to content

Instantly share code, notes, and snippets.

View Developer-Incoming's full-sized avatar
😶‍🌫️
sussy baka

DevIncomin' Developer-Incoming

😶‍🌫️
sussy baka
View GitHub Profile
@ntwobike
ntwobike / LPIC-101 400-1
Last active May 8, 2025 19:11
Sample questions for LPIC -101-400 part-1
QUESTION 1
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
A. /etc/keys
B. /proc/keys
C. /etc/inittab
D. /proc/inittab
E. /etc/reboot
QUESTION 2
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
@wontoncc
wontoncc / balloontip.py
Last active November 18, 2024 01:04
Balloon tip module, Python, using win32gui.
# -- coding: utf-8 --
from win32api import *
from win32gui import *
import win32con
import sys, os
import struct
import time
class WindowsBalloonTip: