Notes, summaries, assignments, exams, and problems for Technology

Sort by
Subject
Level

Tmux Command Reference: Master Your Terminal Sessions

Classified in Technology

Written on in English with a size of 7.51 KB

Tmux Commands Reference

Introduction to Tmux

Tmux (Terminal Multiplexer) is a powerful terminal multiplexer for Unix-like operating systems. It allows you to manage multiple terminal sessions from a single window, enhancing your command-line productivity.

Basic Tmux Commands

DescriptionCommand
Start a new session
$ tmux
Start a new named session
$ tmux new -s myname
Show all sessions
$ tmux ls
Attach to the last session
$ tmux a
Attach to a named session
$ tmux a -t myname
Kill a session by name
$ tmux kill-ses -t myname
Kill all sessions except the current
$ tmux kill-ses -a
Kill all sessions except 'myname'
$ tmux kill-ses -a -t myname
Reload Tmux configuration
$ tmux source-file ~/.tmux.conf
Show global Tmux options
$ tmux show-options -g
Display Tmux server information
$
... Continue reading "Tmux Command Reference: Master Your Terminal Sessions" »

Essential Electrical Vocabulary: Definitions for Wiring and Safety

Classified in Technology

Written on in English with a size of 5.4 KB

Core Electrical Terminology and Definitions

This comprehensive glossary provides clear definitions for key terms used in electrical work, covering components, measurements, safety regulations, and professional qualifications.

A-C: Current, Components, and Connections

  • AC (Alternating Current) (Abbreviation): Electrical current that periodically reverses direction.
  • Adaptor (Noun): A device for connecting several electric plugs to one socket.
  • Amp (Noun): The measure of electrical current (short for Ampere).
  • Appliance (Noun): A device or piece of equipment designed for a specific task.
  • Cable (Noun): Thick insulated wire used for the fixed wiring of electrical systems.
  • Circuit (Noun): The complete path followed by electricity, usually along a wire.
  • Conductor
... Continue reading "Essential Electrical Vocabulary: Definitions for Wiring and Safety" »

Object Instantiation and Code Examples

Classified in Technology

Written on in English with a size of 4.2 KB

Poodle Instantiation Example

B. The Poodle variable myDog is instantiated as a Poodle. The instance variable size is initialized to "toy". An implicit call to the no-argument Dog constructor is made, initializing the instance variable name to "NoName".

Book Instantiation Example

C. Object myBook is created using the one-argument Book constructor, which uses super to set myBook's title attribute to "Adventure Story". Object yourBook is created using super to call the Publication no-argument constructor to set yourBook's title attribute to "Generic".

Tree Instantiation Example

B. Object tree1 is created using the DeciduousTree constructor, which uses super to set tree1's treeVariety attribute to "Oak". Object tree2 is created using the EvergreenTree... Continue reading "Object Instantiation and Code Examples" »

Text Box Insertion: Word, PowerPoint, Excel & Crib Tools

Classified in Technology

Written on in English with a size of 3.57 KB

Search Query Context

The original search query may have intended to find information related to inserting a text box, potentially in the context of creating a crib (cheat sheet). The suggested search term was: crib insert text box.

Relevant Search Results

  1. Add or Delete a Text Box in PowerPoint (Office.com)

    office.microsoft.com/en.../add-or-delete-a-text-box-HA010230259.aspx

    Instructions and videos detailing how to add and delete text boxes in Word, Outlook, PowerPoint, and Excel 2007.

  2. Add, Copy, or Delete a Text Box in Word (Office.com)

    office.microsoft.com/.../add-copy-or-delete-a-text-box-HA010354856.as...

    Instructions and videos to add, copy, or delete text boxes in Excel, Outlook, PowerPoint, or Word 2010.

  3. Text Compressor - Free Source Code and

... Continue reading "Text Box Insertion: Word, PowerPoint, Excel & Crib Tools" »

Islamic Architecture in Al-Andalus: Umayyad to Nasrid

Classified in Technology

Written on in English with a size of 4.42 KB

Construction System and Composition

The construction system is defined by arches that generate a second direction, with wooden beams on the ceiling made wider to provide support. Arches are positioned perpendicular to the Qibla, utilizing semicircular arches to support the structure alongside Corinthian capitals. The materials consist of grey and red bricks. Key components include:

  • Beam-Wooden Roof Board
  • Roof evacuation channel
  • Plaster false edges vault
  • Semicircular arch
  • Rectangular pillar
  • Horseshoe codal arch
  • Roll modillion

Decoration and Structural Logic

Decoration features vegetal, geometrical, and calligraphic motives. The section of the pillar becomes wider to make it higher; otherwise, the columns would collapse, which is the primary reason for... Continue reading "Islamic Architecture in Al-Andalus: Umayyad to Nasrid" »

Aircraft Identification Features and Aerospace Composites

Classified in Technology

Written on in English with a size of 2.12 MB

0x2tV7+WJthvnHKBJxetd6bDt4HGFRMUjKVYAkcpjUtUWL9j3gNmYqJno4oRbrQGEYppr6f6HxU4t1t6PHAAAAAElFTkSuQmCC dJX3ra+dx9QAAAAASUVORK5CYII= gAAAAASUVORK5CYII= h83gsXK+4otxAAAAABJRU5ErkJggg==

Aircraft Identification Features

Learn to distinguish different aircraft models by their key visual characteristics:

  • A330 vs B777: The B777 doesn’t have winglets, has three wheels per main landing gear strut, and the end of the fuselage is distinct.
  • A320 vs B737: Standard Airbus/Boeing differences; B737s have a distinct engine shape (flattened bottom).
  • B737 Series: Differences between -200, -300, -400, -500, -600, -700, -800, -900ER are primarily by size.
  • B747: All have 4 engines. -200 and -300 do not have winglets, but the -300 has a larger upper deck hump. The -400 has winglets. The SP variant has no winglets and is shorter than others.
  • B757: The -300 is significantly larger than the -200.
  • B767: The -200 has no winglets. The -400 and -300 have
... Continue reading "Aircraft Identification Features and Aerospace Composites" »

Simple Machines: Principles, Types, and Applications

Classified in Technology

Written on in English with a size of 3.42 KB

Common Characteristics of Machines

  • Involve a kind of motion.
  • Involve a kind of force.
  • Make a job easier to do.
  • Need some kind of input to make them work.
  • Produce some kind of output.

Basic Types of Motion

  • Rotary: Going round and round.
  • Oscillating: Swinging backwards and forwards.
  • Linear: In a straight line.
  • Reciprocating: Backwards and forwards in a straight line.

A machine is a device that helps make work easier to perform.

Mechanical Advantage Defined

Mechanical Advantage: When a machine takes a small input force and increases the magnitude of the output force, a mechanical advantage has been produced.

Conservation of Energy Principle

Conservation of Energy: No machine can produce more work than the amount of work that is put into the machine.

The Six Simple

... Continue reading "Simple Machines: Principles, Types, and Applications" »

Cybersecurity Labs for Industrial Control Systems (ICS/SCADA)

Posted by Anonymous and classified in Technology

Written on in English with a size of 12.59 KB

Experiment 01: Network Traffic Analysis in ICS/SCADA

Tools

  • Wireshark

Objectives

  • Use Wireshark to capture and analyze network traffic to detect anomalies such as unauthorized commands or network scanning.

Deliverable

  • A detailed report of traffic patterns and recommendations for mitigations.

Wireshark

Wireshark is a network protocol analyzer used to capture and inspect data packets in real time.

Installing Wireshark on Linux

  1. Step 01: Update package lists: sudo apt update
  2. Step 02: Install Wireshark: sudo apt install wireshark -y
  3. Step 03: Allow non-root packet capture. When prompted, select to allow non-root users to capture packets. If not prompted, run:
    • sudo dpkg-reconfigure wireshark-common
    • sudo usermod -aG wireshark $USER
  4. Step 04: Restart your session (log
... Continue reading "Cybersecurity Labs for Industrial Control Systems (ICS/SCADA)" »

Cisco Router and Switch Configuration: PPP, DHCP, VLAN, RIP, OSPF, EIGRP

Classified in Technology

Written on in English with a size of 4.33 KB

Cisco Router and Switch Configuration

PPP Authentication

1. User Configuration (Matching Passwords on Both Routers)

router(config)# username <hostname_remote_router> password <password>

2. Interface Encapsulation Change

router(config-if)# encapsulation ppp

3.1 Enabling PAP Authentication

router(config-if)# encapsulation ppp
router(config-if)# ppp authentication pap
router(config-if)# ppp pap sent-username <local_username> password <password>

3.2 Enabling CHAP Authentication

router(config-if)# encapsulation ppp
router(config-if)# ppp authentication chap

DHCP Scope Configuration

router(config)# ip dhcp pool <POOL_NAME>
router(config-dhcp)# network <NETWORK_ADDRESS> <NETMASK>
router(config-dhcp)# default-router <GATEWAY_

... Continue reading "Cisco Router and Switch Configuration: PPP, DHCP, VLAN, RIP, OSPF, EIGRP" »

Essential Concepts in Nanotechnology, AI, and Smart Systems

Classified in Technology

Written on in English with a size of 3.64 KB

Advanced Technology Concepts: Nanotubes and Robotics

Carbon Nanotubes: Properties and Benefits

What are Nanotubes?

Nanotubes are cylindrical molecules made of carbon atoms, possessing extraordinary strength and electrical properties.

Advantages over Traditional Materials:

  • High strength
  • Lightweight structure
  • Excellent conductivity (electrical and thermal)
  • Superior chemical stability

Androids Versus Automata

What is the difference between androids and automata?

Androids
Robots designed to resemble humans, often incorporating advanced Artificial Intelligence (AI).
Automata
Mechanical devices that perform predefined actions, typically lacking human-like design or advanced AI.

Wireless Communication and Smart Systems

Key Wireless Systems

Name two common types of... Continue reading "Essential Concepts in Nanotechnology, AI, and Smart Systems" »