1
2
3
4
5
6
7
...
9
Next »
100%
11.08.2025
The
archivemount tool lets you mount, code, test, and unmount compressed archives by project.
... ’s an all or nothing proposition, but what if the archive is large or it takes a lot of time to unarchive? For this scenario, archives lose some of their appeal.
I’ve written about a tool named ...
The
archivemount tool lets you mount, code, test, and unmount compressed archives by project.
85%
30.11.2025
at an early stage, and thus quickly resolved.
But, of course, the whole thing can only work if someone actually checks all these new code snippets regularly, as soon as they appear in the repository. Only ... Compiling and testing newly written code is one thing. But, creating an entire RPM package to be able to install the software cleanly on the test systems is something quite different. Jenkins helps
63%
31.10.2025
in Launchpad (Figure 1). When Ubuntu made the whole thing more or less official back in May 2011 and dropped Eucalyptus in favor of OpenStack as its cloud solution, a murmur went through the developer community ... The OpenStack developers have released the new 2012.2 version of their protégé, code-named "Folsom." What potential does OpenStack offer, and what distinguishes it from other clouds? We provide ... OpenStack workshop, part 1: Introduction to OpenStack
58%
26.01.2025
I wanted to start learning about artificial intelligence (AI) and writing code, but I wasn't sure where to start. I didn't want to write in C++ or use a directed acyclic graph (DAG) or some other ... A great way to start writing code with AI is to use Keras, an open source easy-to-learn library that can use multiple frameworks.
42%
31.10.2025
/my/jail.
To query the current pool health via a special URL, add the following line to the pool configuration (from Listing 1):
pm.status_path = /status
Among other things, http://www.example.com ... Apache web servers generally use the mod_php module to run PHP programs, but the official PHP package also contains a little-acclaimed alternative by the name of PHP-FPM, which uses the Fast
38%
30.11.2025
gateways: http://www.mutube.com/projects/open-email-to-sms/gateway-list/
ConnectBot: http://code.google.com/p/connectbot/
pssh – SSH2 for Palm OS 5: http://www.sealiesoftware.com/pssh/
TuSSH – SSH1
34%
30.11.2025
of arguments passed. Also, you should use the join method to wait for the completion of your created subprocess.
After you type the code shown in Listing 1 into a file named basic.py and make the source file
33%
30.11.2025
traffic. If you use the IP address as the target, you avoid the risk of false positives from buggy name resolution.
ping -c1 ip_address
Sensor scripts can obviously be extended to cover many other system ... 1
33%
30.11.2025
.0" encoding="utf-8"?>
1
This completes the "Hello World" example
33%
30.11.2025
, the packages go by the names of lua5.1 and liblua5.1.0-dev; openSUSE users will need lua-devel and liblua5_1.
Once you have Lua in place on your disk, you can turn to the Apache web server source code and run
1
2
3
4
5
6
7
...
9
Next »