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

Sort by
Subject
Level

Mechanisms and Power Transmission Components Analysis

Classified in Technology

Written on in English with a size of 2.51 KB

1. Types of Cams and Followers

  • Cams: Disc or radial cam, cylindrical cam, conjugate cam, heart-shaped cam.
  • Followers: Knife-edge follower, roller follower, flat-faced or mushroom follower, spherical-faced follower.

2. Cam Terminology

  • Base Circle: The smallest circle centered on the cam axis and tangent to the cam profile.
  • Prime Circle: The smallest circle that can be drawn *within* the cam profile.
  • Pressure Angle: The angle between the direction of the follower motion and a normal to the cam profile.
  • Lift: The movement of the follower from its lowest to highest position.

3. Comparison Between Rigid and Flexible Drives

  • Rigid Drives (like gears) provide precise motion but can be noisy and require precise alignment.
  • Flexible Drives (like belts and chains)
... Continue reading "Mechanisms and Power Transmission Components Analysis" »

Domestic Electrical Installations

Classified in Technology

Written on in English with a size of 14.02 KB

ELECTRICAL INSTALLATIONS:
The electricity used to meet our energy needs (housing, buildings and industries) But there are serious dangers such as fires and electrocucions if facilities do not meet the appropriate security.
Low Voltage Electrotechnical Regulations (REBT) technical conditions and guarantees must be met by electrical installations connected to a low voltage supply in order to:
-Preserve the safety of persons and property.
-Ensure the normal operation of these facilities and prevent disruptions that could cause other facilities and prevent disruptions that could cause other facilities and services.
-Contribute to the technical reliability and efficiency of economic facilities.
Complementary technical instructions (ITC - BT)... Continue reading "Domestic Electrical Installations" »

Cloud Computing Essentials: DFS, HDFS, Security, and Virtualization

Classified in Technology

Written on in English with a size of 319.79 KB

Cloud Computing Essentials

What is a Distributed File System (DFS)?

A distributed file system (DFS) in cloud computing manages data across multiple servers for scalability, fault tolerance, and efficient access. It replicates data for high availability, balances loads, ensures data consistency, and can be cost-effective.

Examples include Hadoop Distributed File System (HDFS), Google File System (GFS), Amazon Elastic File System (EFS), and Azure Blob Storage. DFS is essential for handling large-scale data storage and processing in cloud environments.

HDFS Architecture

HDFS: Hadoop Distributed File System. Google published its paper GFS and on the basis of that HDFS was developed.

It states that the files will be broken into blocks and stored in nodes... Continue reading "Cloud Computing Essentials: DFS, HDFS, Security, and Virtualization" »

Windows Server 2016 Fundamentals: Storage, Networking, and Security

Posted by Anonymous and classified in Technology

Written on in English with a size of 3.56 KB

Windows Server 2016 Disk Storage Types: Basic vs. Dynamic

Windows Server 2016 supports two essential disk storage types: basic disks and dynamic disks. They differ significantly in how they manage partitions and volumes:

  • Basic Disks: Use traditional disk management techniques and contain primary partitions, extended partitions, and logical drives.
  • Dynamic Disks: Do not use traditional partitioning. Dynamic disks offer greater flexibility than basic disks, providing virtually no restriction on the number of volumes that can be created on a single disk.

Purpose and Function of a Subnet Mask

A subnet mask is a crucial component in networking used to divide an IP address into two distinct parts: the network portion and the host portion. Its primary... Continue reading "Windows Server 2016 Fundamentals: Storage, Networking, and Security" »

Distillation Column and Reactor Control Strategies

Classified in Technology

Written on in English with a size of 1.1 MB

Overhead Pressure Control in Distillation Columns

kAAAAASUVORK5CYII= FKQJzZmkEgPvrhy0XKlhV3K7I9goSEfJTChhoDkDUZDmlGfCMNARA1GQjpKZUMJAcwaiIM0pz4RhoCMGoiAdJTOhhIHmDLwASUYBLTpqOq4AAAAASUVORK5CYII=

+P3+N99888CBAwWl10hKQAkogWIJqEwXSu6zzz6rqqpauXLlQw899Nxzz91777133XWXz+crNL3GUwJKQAkURUBlulBs4XD4wQcfrBLXjh07Ck2s8ZSAElACxRJQmbZB7tChQ1Tpe+65JxAI2EisUZWAElACRRFQmbaBLRQKPfDAA1Dq7du320ipUZWAElACxRJQmbZH7uDBg1VVVXfffbff77eXUmMrASWgBIoioDJtD1soFLrvvvveeecde8k0thJQAkqgWAIq07bJnThxwuPx2E6mCZSAElACRRFQmS4KmyZSAkpACSwWgf8HDAMDAdOh2W4AAAAASUVORK5CYII=

Level in the Overhead Drum

h8I4qxFdh8iQAAAAABJRU5ErkJggg== OCCpVZUpWecAAAAASUVORK5CYII=

B3Nb+ohpYt03AAAAAElFTkSuQmCC

Column Bottom Level Control

x9bL7ItOibodAAAAABJRU5ErkJggg== AwXGKBUHNnGBAAAAAElFTkSuQmCC

Na6Ea7FA8PgAAAAASUVORK5CYII=

Concentration Measurement

Concentration measurement is usually replaced by temperature measurement due to its simplicity, speed, and reliability. To choose the best tray for temperature control, various criteria are applied. One common method is the slope criterion, which selects the tray exhibiting the largest temperature changes relative to the adjacent tray (excluding the first tray).

Distillation Column Flow Control

For a distillation column with a single liquid phase and a simple partial condenser where only inerts remain in the vapor phase, several flow control possibilities exist. These must adhere to the following rules:

  • Rule 1: Only
... Continue reading "Distillation Column and Reactor Control Strategies" »

Motorcycle Engineering and Performance Dynamics

Classified in Technology

Written on in English with a size of 4.86 KB

Motorcycle Chassis and Design Fundamentals

  • Bike–ground connection: Comprises 5 parts: the front wheel, rear wheel, fork, swingarm, and frame.
  • Chassis-Program: A tool used to analyze geometric changes in the motorbike.
  • Center of Gravity (CoG): Its optimal position depends on the motorbike's specific purpose.
  • Motorbike stiffness: A critical design feature for performance and handling.
  • Design process: Focuses on the engine, weight balance, and stiffness.

Stability and Gyroscopic Influence

  • Gyroscopic effect influence: Most significant at high speeds.
  • Engine part for stability: The crankshaft is the primary component affecting stability.
  • Trail: Negative trail must be avoided; a larger trail results in a bigger righting moment.
  • Trail increase: Occurs when
... Continue reading "Motorcycle Engineering and Performance Dynamics" »

Essential Linux and Windows Log Commands for Troubleshooting

Classified in Technology

Written on in English with a size of 3.49 KB

Terminal and Log Command Examples

grep -i system /etc/passwd
grep -i ubuntu /etc/passwd
grep -i '*ubuntu*' /etc/passwd
grep -i "sync$" /etc/passwd
grep -E 'info|warn' /var/log/*log* && history | tail -n 2
Windows
findstr "*error*" C:\Windows\Logs\CBS\CBS.log
Select-String -Path "C:\Windows\Logs\dism\dism.log" -Pattern "2024-04 Manager"
findstr "^2024-01 | Manager" C:\Windows\Logs\DISM\dism.log
findstr /S /I /N "failed" C:\Windows\Logs\*.log
Get-EventLog -List
Get-EventLog -LogName System -Newest 25 | Format-List
wevtutil qe System /c:200 /rd:true /f:text | findstr /i "kernel"
wevtutil qe System /q:"*[System[TimeCreated[@SystemTime>='2023-09-01T00:00:00.000Z']]]" /f:text | findstr /i /c:"ProviderName: Disk"

Disk and Mount Commands

fdisk
... Continue reading "Essential Linux and Windows Log Commands for Troubleshooting" »

Mastering Microsoft Access Field Creation and Data Types

Classified in Technology

Written on in English with a size of 3.35 KB

Mastering Microsoft Access Field Creation

Methods for Creating Fields in Access

There are two primary ways to create a field in Microsoft Access:

  1. Adding fields using a predefined template.
  2. Using an existing field copied from another table.

Access Field Templates Collection

Access includes a collection of field templates designed to significantly reduce the time required when setting up new fields.

Understanding Multi-Valued Fields in Access 2007

Multi-valued fields are suitable for specific scenarios, particularly when using Office Access 2007 to interact with information stored in Microsoft Windows SharePoint Services.

Defining Field Properties in Datasheet View

Field properties can be defined in the Datasheet View. Follow these steps:

  1. Open the table
... Continue reading "Mastering Microsoft Access Field Creation and Data Types" »

Key Functions and Features of LCA Software

Classified in Technology

Written on in English with a size of 2.66 KB

Core Functions of LCA Software

What are the main functions of software used to carry out a Life Cycle Assessment (LCA)? It provides data on environmental aspects from databases, calculates environmental impacts using integrated methods, and reports results through charts and text.

Understanding LCA Databases

What are the databases generally included in LCA software? These databases contain numerous Life Cycle Inventory (LCI) datasets covering areas such as:

  • Agriculture
  • Energy supply
  • Transport
  • Biofuels and biomaterials
  • Waste treatment

These datasets are essential for building Life Cycle Inventories. They track inputs from the Ecosphere and Technosphere into the system, as well as outputs from the system back to the Ecosphere and Technosphere. The items... Continue reading "Key Functions and Features of LCA Software" »

Centos 5.5

Classified in Technology

Written on in English with a size of 5.39 KB

#useradd nombredeusuario :: para crear usuarios

#passwd :: nombredelusuario

#groupadd :: nombredelgrupo :: (forma normal)

#groupadd -g 600 nombredelgrupo :: (guid sobre 650)

#userdel nombredelusuario :: para deletear usuarios

#groupdelnombredelgrupo :: borrar el grupo

#usermod -G nombredelgrupo nombredeusuario :: para asignar usuario a grupo.

opcion 2: editar archivo /etc/group -> grupo:x:600:usuarioqueseagregara

#nano /etc/shadow :: para poder ver los usuarios y poder bloquearlos

#passwd -l nombredeusuario :: para bloquear usuario

#passwd -u nombredeusuario :: para desbloquear usuario

#sudo passwd :: para cambiar la contraseña de root

# tail /etc/passwd :: paraver informacion de usuarios

#su nombredelotrousuario :: para iniciar sesion como el usuario... Continue reading "Centos 5.5" »