Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Plume is a complete set of packages to create and administrate a network of diskless computers used as X terminals. Workstations root file system is extensively based on Debian with as few new packages as possible.
ValDisk is a boot/root floppy set made for low-end machines (laptops) to be put to good use, such as for serial or network clients. It's goal is to run in as little as 4 MB of RAM, therefor it does not use a ramdisk.
chruid is a small but flexible replacement for a chroot + su kombo. i wrote it because i was in the need to chroot processes and having them run under a non-privileged uid/gid without having to install su (which would include pam, nss, ... overhead on som
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
The masqdialer system is designed to provide easily accessible control of multiple dialout modem connections to the members of a LAN using IP Masquerade for their internet connectivity. The server utilizes standard dialing tools to make the connection (su
The Bootdisk-HOWTO describes how to design and build your own boot/root diskettes for Linux. These disks could be used as rescue disks or to test new system components.
ClusterNFS allows diskless clients to share a single root filesystem
by matching "interpreted" file names of the form
"/path/filename$$KEY=value$$" with fallback to the original filename.
Keys include HOSTNAME, IP, UID, GID, and CLIENT (always matches
jdu is a graphical front-end for the output generated by the du program. du reports the disk usage of a particular directory tree by recursively summarizing how much disk space is used by the sub-directories of the chosen root directory.
Logpecker is a tool for syslog files like /var/log/messages. More flexible than a simple regexp matcher, you can use syslog facility and priority. Messages that appear too often are sieved out. Generates root-tail tickers, reports, active event lists
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
wrapper for executing processes under different uid, depending on calling uid, gid,
cmdline (also argv[0])
(keywords: uid switch, su, switch user, superuser, wrapper, alternate user id)
Bootdisk lets you create boot and root disks for booting linux. These disks should permit rescue when normal boot is no more available. Bootdisk makes possible quick tests adjusting your set of utilities.
CoolPackager is a program which will take a .tar.gz file and a installation script file and create a self-extracting executable scipt.
Install it on your system by typing this command as root:
lynx -source cpkg.sourceforge.net/cpkg | sh
This script attempts to add accountability for accounts used by multiple users. This is found most commonly where more than one admin uses root. This is NOT intended to be a security program! Admins are by nature lazy about documentation. This is to g
This is a PC network-cloning Toolbox. It is a mix of some usefull things found on internet lyke byld,e3 or buzzybox. It provide a way to make a set of floppy disk : a boot-disk and a root disk based on your running kernel.....
The Linux Intrusion Detection System is a patch which enhances the kernel's security. When it's in effect, many system administration operations can be made impossible even for root. You can turn the security protection on or off online and you can hide
Heavy duty harddisk check. A file in the filesystem, a partition on a
disk or even a hole disk (in fact any file) will be written with
crc-checked random-filled buffers. in the second stage those blocks
will be randomly read from the file an the crc-su
Remotely Execute Commands in an Alias File On the Host
This software consists of a client and a server. The server will run a command if it is specified in the server side alias file.
The alias file syntax:
!Settings
alias 'command cmd-args cmd-args'; user2run-cmd-as
Example:
!EnableOutput yes
!Port 2012
!Verbosity warnings
update 'yum makecache && yum update'; root
filedbupdate updatedb; root
who_is_logged_on 'who'; *
Then the client would run:
./recafoh host -p 2012 -c update --warnings
and it would output yum's...