F5F Stay Refreshed Software Operating Systems Set up a cluster of Arch Linux machines.

Set up a cluster of Arch Linux machines.

Set up a cluster of Arch Linux machines.

Pages (3): Previous 1 2 3 Next
M
MaxPozitiff
Junior Member
45
04-03-2023, 07:46 AM
#11
the python script navigates websites to collect URLs, then explores those links further. it applies a search algorithm across all discovered sites and outputs a ranked list. i might not reply for about an hour.
M
MaxPozitiff
04-03-2023, 07:46 AM #11

the python script navigates websites to collect URLs, then explores those links further. it applies a search algorithm across all discovered sites and outputs a ranked list. i might not reply for about an hour.

E
EndermanMan18
Senior Member
250
04-05-2023, 05:58 AM
#12
**List 1:**
- www.example.com
- www.anothersite.org
- www.thirdlink.net
M
MarniDK
Member
59
04-09-2023, 01:51 AM
#13
The way the algorithm functions makes it seem less efficient, so automating it would help. I’m also curious about exploring cluster computing and programming projects at the moment.
M
MarniDK
04-09-2023, 01:51 AM #13

The way the algorithm functions makes it seem less efficient, so automating it would help. I’m also curious about exploring cluster computing and programming projects at the moment.

A
angelcake_11
Senior Member
540
04-16-2023, 01:29 AM
#14
They are delivered as an Appimage. For Python, it is either compiled or interpreted during execution. Still, for tasks like this, it depends on you ensuring it works across different systems. If you're storing data in a database, make sure they sync before accessing the site. For parallel processing, it's not as straightforward as it seems. These tools are tailored for particular scenarios and depend on users splitting the workload if possible. Compiling them can help when you have several projects that don't need to be built sequentially, allowing you to share source code across machines and compile them simultaneously. Ultimately, though, each machine handles its own task.
A
angelcake_11
04-16-2023, 01:29 AM #14

They are delivered as an Appimage. For Python, it is either compiled or interpreted during execution. Still, for tasks like this, it depends on you ensuring it works across different systems. If you're storing data in a database, make sure they sync before accessing the site. For parallel processing, it's not as straightforward as it seems. These tools are tailored for particular scenarios and depend on users splitting the workload if possible. Compiling them can help when you have several projects that don't need to be built sequentially, allowing you to share source code across machines and compile them simultaneously. Ultimately, though, each machine handles its own task.

B
bubbacalmes
Junior Member
10
04-17-2023, 07:58 AM
#15
I suggest checking out a machine learning framework like TensorFlow or PyTorch. They offer robust tools for building and training models similar to what you're describing.
B
bubbacalmes
04-17-2023, 07:58 AM #15

I suggest checking out a machine learning framework like TensorFlow or PyTorch. They offer robust tools for building and training models similar to what you're describing.

G
GillyFishies
Member
78
04-17-2023, 09:02 AM
#16
For compilation purposes, configure shared storage, organize build directories, and create a shell script to execute commands via SSH for compiling projects on the target machine.
G
GillyFishies
04-17-2023, 09:02 AM #16

For compilation purposes, configure shared storage, organize build directories, and create a shell script to execute commands via SSH for compiling projects on the target machine.

P
paisday
Junior Member
17
04-17-2023, 10:52 AM
#17
Avoid executing Python scripts.
P
paisday
04-17-2023, 10:52 AM #17

Avoid executing Python scripts.

H
haley123
Member
187
04-19-2023, 01:27 AM
#18
This approach centers on a single reference point for verification. When another check exists, proceed to the next eligible entry. PostgreSQL could support this workflow. No tool automatically executes Python across distributed systems.
H
haley123
04-19-2023, 01:27 AM #18

This approach centers on a single reference point for verification. When another check exists, proceed to the next eligible entry. PostgreSQL could support this workflow. No tool automatically executes Python across distributed systems.

L
LarsMatena
Senior Member
602
04-19-2023, 02:16 AM
#19
These tools are designed to manage and allocate computing resources efficiently in high-performance computing environments.
L
LarsMatena
04-19-2023, 02:16 AM #19

These tools are designed to manage and allocate computing resources efficiently in high-performance computing environments.

U
Unicorny_Go
Junior Member
8
04-19-2023, 07:06 AM
#20
It's simply a workload manager. It mainly distributes systems and resources, initiates the tasks assigned to them, and keeps track of their current status.
U
Unicorny_Go
04-19-2023, 07:06 AM #20

It's simply a workload manager. It mainly distributes systems and resources, initiates the tasks assigned to them, and keeps track of their current status.

Pages (3): Previous 1 2 3 Next