install

Avionics Installer I

Savannah, GA United States - High School Diploma or GED required. General knowledge of applicable regulatory requirements and customer specifications. Must know how to use a multimeter. Entry level position. Six (6) months accredited schooling in aviation electronics or general electrical experien... View




install

Stereoselective skeletal modification of tryptanthrins to install chiral piperidine-2-ones enabled by Brønsted acid catalysis

Org. Chem. Front., 2024, 11,2171-2177
DOI: 10.1039/D3QO02029K, Research Article
Rong Zeng, Xiang Zhang, Yuan-Yuan Lei, Zhuo-Zhuo Zhang, Min Jiang, Qing-Zhu Li, Jun-Long Li, Bo Han
An asymmetric formal [4 + 2] cyclisation between azlactones and aza-dienes derived from simple tryptanthrins has been developed. With this established protocol, yielding a series of novel piperidine-2-one-fused tryptanthrins with up to >99 : 1 er under mild conditions.
The content of this RSS Feed (c) The Royal Society of Chemistry




install

S.Korea, US-developed solar coronagraph installed at International Space Station




install

Windows Recall Not Uninstallable

Microsoft says its controversial Windows Recall feature will not be removable in Windows 11. The optional feature creates near-continuous screenshots of the computer display for an AI-powered help tool. The feature launches next month for people in the Windows Insider program before rolling out to all users. A recent update to test versions of Windows 11 showed Recall as a feature that could not only be turned on or off, but could be completely uninstalled. On/Off Confusion Microsoft has now issued a statement saying that's not the case, telling The Verge that "We are aware of an issue where ... (view more)




install

Basic Christian Adobe AIR (Version 4.52) -- FREE Download - Note: The 'Adobe Air' document [BasicChristian.air] can be downloaded to any desktop computer (PC or Mac) and also on some of the newer phones (To download and install - Right click this

The program provides excellent anytime devotions and is perfect as a gift for others. Most importantly the end user can create their own comments list, add links to other websites, blogs, RSS feeds, references and documents that once combined create an inclusive individual 'Platform' for Christian research, devotionals and study projects.




install

Absolute Uninstaller 6.0.1.10 (Freeware)

Absolute Uninstaller offers an alternative to the standard Windows Add/Remove (Programs and Features) applet. It provides a user friendly interface that automatically highlights newly added programs ....




install

Guide To Installing Fedora Core 6 On HP Pavilion dv2000 Series Laptops

This guide provides installation and configuration instructions for installing Fedora Core 6 on HP Pavilion dv2000 series laptops.




install

Tips to install Oracle 11gr2 RAC on AIX (6.1/7.1)

AIX is like an Unix environment awesome original, same to HP-Unix, and, if you have a plan to install Oracle RAC, you need to pay attention. I note some tips in this article to help.

1. Checking Operating System Packages

# lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.libperfstat 
bos.perf.perfstat bos.perf.proctools rsct.basic.rte rsct.compat.clients.rte 
xlC.aix61.rte

If not, install on AIX source by smity. It's easy, but remember, some packaged requires your IBM's account to download.

2. Verify UDP and TCP Kernel Parameters

# /usr/sbin/no -a | fgrep ephemeral

If you expect your workload to require a high number of ephemeral ports, then update
the UDP and TCP ephemeral port range to a broader range. For example:

# /usr/sbin/no -p -o tcp_ephemeral_low=9000 -o tcp_ephemeral_high=65500
# /usr/sbin/no -p -o udp_ephemeral_low=9000 -o udp_ephemeral_high=65500

3. Checking Resource Limits:
To ensure that these resource limits are honored, confirm that the line login
session required /usr/lib/security/pam_aix is set in /etc/pam.conf.For example:

dtsession auth required /usr/lib/security/pam_aix
dtlogin session required /usr/lib/security/pam_aix
ftp session required /usr/lib/security/pam_aix
imap session required /usr/lib/security/pam_aix
login session required /usr/lib/security/pam_aix
rexec session required /usr/lib/security/pam_aix
rlogin session required /usr/lib/security/pam_aix
rsh session required /usr/lib/security/pam_aix
snapp session required /usr/lib/security/pam_aix
su session required /usr/lib/security/pam_aix
swrole session required /usr/lib/security/pam_aix
telnet session required /usr/lib/security/pam_aix
xdm session required /usr/lib/security/pam_aix
OTHER session required /usr/lib/security/pam_prohibit
websm_rlogin session required /usr/lib/security/pam_aix
websm_su session required /usr/lib/security/pam_aix
wbem session required /usr/lib/security/pam_aix

4. Tuning AIX System Environment
Confirm the aio_maxreqs value using the procedure for your release:
AIX 6.1 and 7.1:

# ioo -o aio_maxreqs
aio_maxreqs = 65536

The aio is Asynchronous Input Output is an exciting parameter, I tried to control and modified it many times, but it's strongly to do from Oracle advices,

Quote:

Adjust the initial value of aio_maxservers to 10 times the number of logical disks divided by the number of CPUs that are to be used concurrently but no more than 80

Oracle document refer: https://docs.oracle.com/database/121/AXDBI/app_manual.htm#AXDBI7880

5. Tuning Virtual Memory Manager

vmo -p -o minperm%=3
vmo -p -o maxperm%=90
vmo -p -o maxclient%=90
vmo -p -o lru_file_repage=0
vmo -p -o strict_maxclient=1
vmo -p -o strict_maxperm=0

Note: You must restart the system for these changes to take effect

6. Increase System block size allocation

# /usr/sbin/chdev -l sys0 -a ncargs='128'

7. Configure SSH LoginGraceTime Parameter
On AIX systems, the OpenSSH parameter LoginGraceTime by default is commented
out, and the default behavior of OpenSSH on AIX can sometimes result in timeout
errors. To avoid these errors, complete the following procedure:
7.1. Log in as root.
7.2. Using a text editor, open the OpenSSH configuration file /etc/ssh/sshd_config.
7.3. Locate the comment line #LoginGraceTime 2m.
7.4. Uncomment the line, and change the value to 0 (unlimited). For example:
LoginGraceTime 0
7.5. Save /etc/ssh/sshd_config.
7.6. Restart SSH.

8. Setting priviledge to Oracle ASM Luns
Same to Solaris, HP-Unix. Remember, when you've got failure of ASM configuration, you need to flush out the disk's slice/partition by OS command "dd". And the slice/partition/LUN allocated from storage to IBM, has got different first alphabet to other platform. The alphabet begins by "r", example:

7.1 ORC and Voting disk
# chown grid:asmadmin /dev/rhdisk5 -> OCR
# chmod 660 /dev/rhdisk5 
# chown grid:asmadmin /dev/rhdisk6 -> Voting Disk
# chmod 660 /dev/rhdisk6
7.2 Datafile, Archivelog and Backup 
# chown grid:asmadmin /dev/rhdisk2
# chmod 660 /dev/rhdisk2
# chown grid:asmadmin /dev/rhdisk3
# chmod 660 /dev/rhdisk3
# chown grid:asmadmin /dev/rhdisk4
# chmod 660 /dev/rhdisk4
# chown grid:asmadmin /dev/rhdisk9
# chmod 660 /dev/rhdisk9
# chown grid:asmadmin /dev/rhdisk10
# chmod 660 /dev/rhdisk10

9. Enable simultaneous access to a disk device from multiple nodes
To enable simultaneous access to a disk device from multiple nodes, you must set the appropriate Object Data Manager (ODM) attribute, depending on the type of reserve attribute used by your disks. The following section describes how to perform this task using hdisk logical names

8.1. determine the reserve setting your disks use, enter the following command,where n is the hdisk device number

# lsattr -E -l hdiskn | grep reserve_

The response is either a reserve_lock setting, or a reserve_policy setting. If the attribute is reserve_lock, then ensure that the setting is reserve_lock = no. If the attribute is reserve_policy, then ensure that the setting is reserve_policy = no_reserve.

8.2. If necessary, change the setting with the chdev command using the following syntax, where n is the hdisk device number:

chdev -l hdiskn -a [ reserve_lock=no | reserve_policy=no_reserve ]

For example:
# chdev -l hdisk5 -a reserve_lock=no
# chdev -l hdisk5 -a reserve_policy=no_reserve

8.3. Enter commands similar to the following on any node to clear the PVID from each disk device that you want to use:

# /usr/sbin/chdev -l hdiskn -a pv=clear

When you are installing Oracle Clusterware, you must enter the paths to the appropriate device files when prompted for the path of the OCR and Oracle Clusterware voting disk. For example: /dev/rhdisk10

9.Configure Shell Limits
9.1. Add the following lines to the /etc/security/limits file:

default:
fsize = -1
core = 2097151
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = -1

9.2.Enter the following command to list the current setting for the maximum number of process allowed by the Oracle software user:

/usr/sbin/lsattr -E -l sys0 -a maxuproc

If necessary, change the maxuproc setting using the following command:

/usr/sbin/chdev -l sys0 -a maxuproc=16384

10. Configure User Process Parameters (Verify that the maximum number of processes allowed for each user is set to 2048 or greater)
Enter the following command:

# smit chgsys

Verify that the value shown for Maximum number of PROCESSES allowed for each user is greater than or equal to 2048. If necessary, edit the existing value.
When you have finished making changes, press Enter, then Esc+0 (Exit) to exit.

11. Configure Network Tuning Parameters:
To check the current values of the network tuning parameters:

# no -a | more

If the system is running in compatibility mode, then follow these steps to change the parameter values:

Enter commands similar to the following to change the value of each parameter:

# no -o parameter_name=value

For example:

# no -o udp_recvspace=655360

Add entries similar to the following to the /etc/rc.net file for each parameter that you changed in the previous step:

if [ -f /usr/sbin/no ] ; then
/usr/sbin/no -o udp_sendspace=65536
/usr/sbin/no -o udp_recvspace=655360
/usr/sbin/no -o tcp_sendspace=65536
/usr/sbin/no -o tcp_recvspace=65536
/usr/sbin/no -o rfc1323=1
/usr/sbin/no -o sb_max=4194304
/usr/sbin/no -o ipqmaxlen=512
fi

For the ISNO parameter tcp_sendspace, use the following command to set it:

# ifconfig en0 tcp_sendspace 65536

By adding these lines to the /etc/rc.net file, the values persist when the system restarts.

12. Automatic SSH configuration
By default, OUI searches for SSH public keys in the directory /usr/local/etc/, and ssh-keygen binaries in /usr/local/bin. However, on AIX, SSH public keys typically are located in the path /etc/ssh, and ssh-keygen binaries are located in the path /usr/bin. To ensure that OUI can set up SSH, use the following command to create soft links:

# ln -s /etc/ssh /usr/local/etc
# ln -s /usr/bin /usr/local/bin

In rare cases, Oracle Clusterware installation may fail during the "AttachHome" operation when the remote node closes the SSH connection. To avoid this problem, set the following parameter in the SSH daemon configuration file /etc/ssh/sshd_config on all cluster nodes to set the timeout wait to unlimited:

LoginGraceTime 0

13. Shell Limit
Adding these line in /etc/security/limits

default:
fsize = -1
core = 2097151
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = -1

14. Create groups and users

# mkgroup -'A' id='1000' adms='root' oinstall
# mkgroup -'A' id='1031' adms='root' dba
# mkgroup -'A' id='1032' adms='root' oper
# mkgroup -'A' id='1020' adms='root' asmadmin
# mkgroup -'A' id='1022' adms='root' asmoper
# mkgroup -'A' id='1021' adms='root' asmdba
# mkuser id='1100' pgrp='oinstall' groups='dba,asmadmin,asmoper,asmdba' home='/portalgrid/grid' grid
# mkuser id='1101' pgrp='oinstall' groups='dba,oper,asmdba' home='/portaloracle/oracle' oracle

# mkdir -p /portalapp/app/11.2.0/grid
# mkdir -p /portalapp/app/grid
# mkdir -p /portalapp/app/oracle

# chown grid:oinstall /portalapp/app/11.2.0/grid <- GRID_HOME
# chown grid:oinstall /portalapp/app/grid <- GRID_BASE (ORACLE_BASE for Grid user)
# chown -R grid:oinstall /portalapp
# chown oracle:oinstall /portalapp/app/oracle
# chmod -R 775 /portalapp/

15. Setting the profile
15.1. Grid Profile

export TEMP=/tmp
export TMP=/tmp
export TMPDIR=/tmp
umask 022

export ORACLE_HOSTNAME=portal1
export ORACLE_BASE=/portalapp/app/grid
export ORACLE_HOME=/portalapp/app/11.2.0/grid
export GRID_HOME=/portalapp/app/11.2.0/grid
export CRS_HOME=/portalapp/app/11.2.0/grid
export ORACLE_SID=+ASM1

export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

16. Prevent Xserver does not display correct term

# startsrc -x

17. Create the following softlink needed for some Oracle utilites

# ln -s /usr/sbin/lsattr /etc/lsattr

To check existing capabilities, enter the following command as root; in this example,
the Grid installation user account is grid:

# /usr/bin/lsuser -a capabilities grid

To add capabilities, enter a command similar to the following:

# /usr/bin/chuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE grid

18. Remember to run the Installation fixup scripts

$ ./runcluvfy.sh stage -pre crsinst -n node -fixup -verbose

With Oracle Clusterware 11g release 2, Oracle Universal Installer (OUI) detects when the minimum requirements for an installation are not met, and creates shell scripts,
called fixup scripts, to finish incomplete system configuration steps. If OUI detects an incomplete task, then it generates fixup scripts (runfixup.sh). You can run the fixup script after you click the Fix and Check Again Button.

19. In the installation progressing, when root.sh at node 2, can the error such as "CRS appear in node 1, did not attemp to stop cluster, re-join cluster, by pass and continue installation.
- If Xterm did not occur, then do: $ export ORACLE_TERM=dtterm
- Manually export ORACLE_BASE, ORACLE_HOME when make an installation before running runInstaller.sh
- If /tmp is too small <500MB, then make a private directory point to other directory, change owner to grid, oracle user, example:

A. Grid

# cd /portallog
# mkdir /portallog/tmp
# chown -R grid:oinstall /portallog/tmp

B. Oracle

# cd /portal
# mkdir tmp
# chown -R oracle:dba /portal/tmp 

C. Export

# export TMP=/portallog/tmp
# export TEMPDIR=/portallog/tmp
# export TMPDIR=/portallog/tmp

Hope this help.
End.
TAT




install

New DAR provincial heads installed

Provincial Agrarian Reform Program Officer II (PARPO II) Alfonso Catorce officially assumed office as the new head of the Department of Agrarian Reform (DAR) in Eastern Samar.




install

LXer: How to Install Docker Desktop on Linux Mint 22

Published at LXer: Learn how to install Docker Desktop on Linux Mint 22. Follow our step-by-step guide to set up and run containers effortlessly on your Mint system. Read More......



  • Syndicated Linux News

install

LXer: How to Install Lychee Photo Management System on Debian 12

Published at LXer: Lychee is an open-source photo-management software based on PHP and MySQL. In this tutorial, you'll learn how to install Lychee Photo Management on Debian 12 server. Read...



  • Syndicated Linux News

install

LXer: Install Deluge BitTorrent Client on Ubuntu & Other Linux Distros

Published at LXer: In this article, you'll learn how to install the Deluge BitTorrent client on Ubuntu and other Linux distros, how to use it, and then how to remove it. Read More......



  • Syndicated Linux News

install

LXer: How to install Arch Linux alongside Windows 11 (Dual Boot)

Published at LXer: Arch Linux is a robust operating system often chosen by power users and IT professionals. While there is no doubt that it is an extremely powerful OS, the need to use other...



  • Syndicated Linux News

install

Install Arduino IDE on Ubuntu 18.04

I had to get an Arduino IDE up and compiling on a Kubuntu 18.04 install. In order to not forget what I did, I made this little post. This is not super detailed but it should get the job done. Grad the 64-bit version of the Arduino IDE (or the 32-bit version if you absolutely […]

The post Install Arduino IDE on Ubuntu 18.04 first appeared on robotthoughts.




install

Installation Notes for Kubuntu 18.10 on the Alienware 17 R5 Laptop

Before Installation Installing Kubuntu / Ubuntu on the Alienware 17 R5 Laptop NVME Drive To get the NVME drive or M.2 drive to show up as an installation candidate for the installer, you need to make a small BIOS change and modify two kernel arguments at boot time. First, boot into the BIOS on the […]

The post Installation Notes for Kubuntu 18.10 on the Alienware 17 R5 Laptop first appeared on robotthoughts.




install

Equatorial Guinea: Sex Tapes - Equatorial Guinea Installs CCTV in Offices

[Leadership] The government of Equatorial Guinea has launched an investigation into a series of leaked pornographic videos allegedly involving high-ranking civil servant Baltasar Engonga engaging in sexual acts with multiple women, including the wives of prominent officials. In response to the scandal, the government has ordered installing surveillance cameras in courts and ministries to combat "indecent and illicit acts."




install

Optimize and Speed Up Windows by Removing Unnecessary Preinstalled Apps

PC manufacturers often load new computers with extra software, or "bloatware," which can bog down system performance. Clearing out these unwanted apps can free up storage space and boost speed.




install

Meet the designers championing rattan in furniture, decor, and installations

How Indian designers are using the flexible rattan to design art installations, furniture, and decor accessories



  • Homes and gardens

install

Global Installed Solar Capacity To Blow Past 2 Terawatts, USA Or Not

The installed solar capacity of the global PV industry is poised for another round of rapid growth, with or without an assist from the US.

The post Global Installed Solar Capacity To Blow Past 2 Terawatts, USA Or Not appeared first on CleanTechnica.




install

St. Vlad's Installs New Dean and Chancellor!

On Friday, September 14, 2007, as we celebrate the Exaltation of the Cross, St. Vladimir's Theological Seminary launches a new era.




install

Anti-campervan barrier installed at beach road

Owner PD Ports says action is needed to stop wild camping on the peninsula by Redcar Beach.




install

Continental Tyres partners with TNG eWallet for seamless purchase and installation

CONTINENTAL has launched its Mini Program on the TNG eWallet, allowing Malaysian drivers to purchase Continental tyres with ease through their mobile phones. This launch is celebrated with exclusive promotions from 7 November to 30 November, coinciding with the 11.11 Mega Sale. Customers can enjoy up to RM1 million in cashback, with an average of 15% per transaction.

Additionally, any customer spending a minimum of RM300 from 7 November 2024 to 31 January 2025 will be entered into a lucky draw, with one entry for each RM300 spent. The grand prize includes a gold bar worth RM10,000, with other prizes like three iPhone 16 Pros, two PS5 consoles, two Huawei MatePad 11.5” PaperMatte Editions, and two Trapo Vouchers. Weekly winners can also receive cashback, a Limited-Edition Continental x Touch ‘n Go NFC Card, and more.

Andrea Somorova, Managing Director of Continental Tyre Malaysia, shared that this partnership reinforces Continental’s commitment to digital innovation and customer convenience in Malaysia, expanding their reach through the TNG eWallet alongside existing platforms like Shopee and Lazada. Alan Ni, CEO of TNG Digital, echoed this sentiment, emphasizing the TNG eWallet’s role as a lifestyle app, which, with over 22 million verified users, now offers a streamlined, digital tyre purchase and installation experience.

The Mini Program simplifies tyre shopping by helping users find the right tyre pattern and size, apply promo codes, select dealers, and schedule installations at over 120 Continental outlets across Malaysia. Once payment is confirmed, customers can proceed to their selected dealer for free installation, with balancing and optional alignment services.




install

os_front and os_sitewide_front contexts off brand new install

Tags:




install

PMD to install 300 weather stations

Project costing $500m to be supported by WB, will include modern equipment









install

How to install a crank on your BMX Bike (Video ENG)



If you decide for a new crank and you don't know how this to install, then you look at this video. It differs they in reference of structure. There are one piece, two piece and three piece cranks then again have various lengths and various axles. The axle are different from the material, the size and numbers of notchs (splines).




install

How to install a bottom braket on your BMX Bike (Video ENG)



It will happen in the course of time, that's your bottom bracket broke down. If you do not know exactly how you should install a new bearing, then you look at this video! Basically, the bottom bracket differ in "loose ball" and "sealed bearing". The loose ball bottom bracket are installed in many cheap beginners bikes. The bearings in turn differ in different sizes. Starting with the largest outer diameter are US-BB, MID-BB, SPAN-BB and EURO-BB. The EURO-BB you recognize the screw thread and are rarely built on a BMX frame. This is important, first you have to check if you have a 19mm or a 22mm axle crank!




install

Installation of New Bishop in England Deferred for a Second Time

cna





install

Because We’ve Always Done It That Way: EIFS Installation Questions

An explanation of a few "whys" of EIFS installation.




install

New PAC-4000 MCM Can Be Field-Formed for Installation and Cost Efficiency

Petersen’s new PAC-4000 metal composite material provides design options for those wanting to add truly flat, colorful surfaces to building exteriors. The material is resistant to fire, impacts and water intrusion and can be curved for aesthetic appeal.




install

Legrand Installs Fuel Cell at West Hartford Headquarters

Legrand, North America has installed a 500kW, solid-oxide fuel cell system to provide cleaner and more efficient power to its headquarters in West Hartford, Conn. The Fuel Cell will sit adjacent to the company’s corporate offices and Wiremold manufacturing facility, and is expected to produce up to 88 percent of the electricity to every building on its 263,000-square-foot, 100-year-old campus.




install

How POE+ Switch Can Make Outdoor Cameras Easy & Quick to Install

One of the realities of living in rural Michigan is that AC power outages happen — and you best be prepared for the potential consequences. 




install

Why SaaS Presents a Golden Opportunity for Security Installers

Adopting Software-as-a-Service (SaaS) in the security industry enhances scalability, flexibility, and business opportunities for installers while generating recurring revenue and offering greater value beyond traditional security solutions.




install

Proper installation of arc-resistant equipment

How do I navigate the implementation of medium-voltage arc-resistant equipment?




install

Security Integrator Q&A: How to Supplement Projects With Data Installation

A trio of industry professionals discuss the challenges and opportunities that integrators face when offering both security and data installations.




install

American Direct & Proxess Deploy New Safety & Installation Capabilities

American Direct's access control platform, AccessNsite, provides customers and operators a new and comprehensive safety solution.




install

TechLogix Networking Solution Fits Any Installation

The “Editor’s Choice” and more new products and solutions as described by manufacturers.




install

Brilliant launches ‘Install It Anywhere’ Home Control Panel to Transform Any House or Apartment Into A Smart One

Additionally, Brilliant functions as a whole home lighting system with built-in motion detection, which can be paired with a Resideo Security System.




install

New video for tower workers explores safe installation, maintenance of small cell antennas

Watertown, SD — A new video from the National Association of Tower Erectors stresses hazard awareness for technicians who work with small cellular antenna towers on new or existing structures.




install

Level Home Releases Smart Lock Packs for Security Installers

Curated for the professional install market, Level Bolt Pro Pack and Level Lock+ Pro Pack offer add-on and integration opportunities for installers to offer their customers smart home technology.




install

National Monitoring Center Secures Updated TMA Installation Quality Certification

Being IQ-certified formally recognizes a company’s dedication to saving lives and to reducing false alarms.




install

FACEValue: Gutter installer dies after falling from roof

On the day of the incident, the owner of a gutter and siding installation company and his 47-year-old employee were installing guards on the existing gutters of a two-story home. The owner of the company did not provide fall protection, and the victim was not wearing any.




install

FACE Report: Worker electrocuted while installing lines for security cameras

A 48-year-old city electric maintenance worker was electrocuted while installing lines for security cameras in a residential area.




install

FACE Report: Siding installer falls 23 feet from pump jack scaffold

A 38-year-old siding installer who owned his own construction company was working for a subcontractor at a new construction apartment complex.




install

Prevention through Design methods can make solar panel installation safer: CPWR report

Silver Spring, MD — As the use of solar energy panels continues to increase, Prevention through Design methods may help keep contractors safe during installation of the panels on small residential buildings, according to a recent report from the Center for Construction Research and Training, also known as CPWR.