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.
Start Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Utilizes common unix utilities to provide a simple backup solution. Like Apple's Time Machine, sbak uses hard-links to minimize diskusage. Reduces data transfer by using compressed rsync transfers. Web interface and subscription service coming soon.
Ximinez was designed to solve diskusage problems like: "Why is my disk suddenly so full when it was OK just recently?". With Ximinez you can compare an old usage snapshot with a current one and this way quickly find where all those missing GBytes went.
KDirStat (for KDE Directory Statistics) is a KDE program that sums up diskusage for direcory trees - very much like the Unix 'du' command. It also provides cleanup facilities to reclaim disk space.
DirViewer is a light pure java application for directory tree view and recursive diskusage statistics, using JGoodies-Looks look and feel similar to windows XP.
SHC - System Health Check collects important system information like used memory, swap, diskusage, network status, critical events, etc. for each systems in your network. Then a daemon review the previous output file and reports to the sysadmin in funct
By usage of CPUFreq, ACPI, HDDTemp and internal functions, LACH daemon is able to reduce power consuption in a laptop by scaling both CPU as GPU (Radeon only), as HDD. Also checks for thermal overheat for the sake of laptop health.
LiMon (Linux Monitor) is a free/open/libre multiplataform real time Linux monitor written in C/C++, and other languages. Monitor of server's relevant aspects, such as services, temperature, CPU, memory and diskusage, etc.
This program will recursively process all files and directories given as arguments and output the largest items, where directory sizes are computed by summing content sizes.
DiskUsage and Entropy Limiter (DUEL) was written in response to a need to fix performance issues on the Colorado School of Mines NT Server lab and is used to clean user profiles in the Windows NT lab.
'finddouble' application searches into a directory and all its sub directories.
If it finds several times the same file, a warning message is displayed, but no other action is taken.
It's main use is to help you optimize you diskusage.
OpenVMS-inspired "dir", "copy", "purge" commands that support file version numbers. "dir -resolution" makes summaries of diskusage. "rename -lower -portable" cleans up filenames. grep-like "search". "filter" maps characters, trims blanks,
SHEMO: System HEalth MOnitoring gathers system statistics (cpu, memory usage, load, disk I/O, etc...) from several hosts and centralizes, analyses, and stores all statistics
in a database, which can be later retrieved and analysed thru a web interface.
System monitoring utility, written in plain C. Allows application execution and performance monitoring, saving results into XML files. Monitors CPU, memory, network and diskusage on a per-application or per-system basis.
JavaSysInfo is the java version of phpSysInfo, a library that provides information on the host being accessed.
It parses /proc and displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Network adaptors and traffic, Diskusage and Video Information
TheEye is a php-based remote monitor.
Executes remotes tests (diskusage, memory free, cpu usage, services status) through ssh/rsh and saves results in a mysql db. Tests are highly configurables.
Html report & mail alerts.
daddyQ, written in Python, monitors and logs diskusage on file servers, and take actions on excessive diskusage. Users that are often over their quota or are over the quota with excessive diskusage get their files deleted.
Shipton is designed to collect disk space usage statistics from network monitors, collate the data and calculate rates of disk growth etc. This data can then be used to provide projections as to when additional disk space etc is required.
jdu is a graphical front-end for the output generated by the du program. du reports the diskusage of a particular directory tree by recursively summarizing how much disk space is used by the sub-directories of the chosen root directory.
Enhanced shell with multiple windows and added commands
To install run: sh <(curl https://raw.githubusercontent.com/DennisHeine/UberShell/master/install_ubershell.sh)
Custom commands added to the default shell (zsh):
cscript <script>: executes a C/C++ script.
example: cscript "printf("Hello World!");"
noobhelp: Short desc of commands in /bin/
memusage: Top memory usage
topdirs: Top directory space usage
push/pop: Save current dir / return there
serve: Opens a webserver at port 8084 and serves a file
servedir: Opens a webserver at port 8000 and serves a dir
servelog: Serves tail of syslog on port 12345
sizeof: List total sizes of subdirectorys
largedirs: Lists directorys with 100+ MB diskusage
mkdirc
: Creates a dir and changes to it
freefile : Kills all processes using a file
lastedited: Shows which files have been edited
findbin: Finds binary files not installed by dpkg
frename : Renames parts of a filename
connections: Shows network connections
[...]