This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Alucryd <[email protected]> | |
# Contributor: Stefan Husmann <[email protected]> | |
# Contributor: Simon Lipp <[email protected]> | |
# Contributor: Alek Ratzloff <[email protected]> | |
pkgname=javahelp2 | |
pkgver=2.0.05 | |
pkgrel=1 | |
pkgdesc="Java based help system" | |
arch=('any') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function update { | |
sudo equo update && sudo equo upgrade | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/skel/.bashrc | |
# | |
# This file is sourced by all *interactive* bash shells on startup, | |
# including some apparently interactive shells such as scp and rcp | |
# that can't tolerate any output. So make sure this doesn't display | |
# anything or bad things will happen ! | |
# Test for an interactive shell. There is no need to set anything | |
# past this point for scp and rcp, and it's important to refrain from | |
# outputting anything in those cases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private + Shared = RAM used Program | |
172.0 KiB + 41.0 KiB = 213.0 KiB gnome-pty-helper | |
1.9 MiB + 505.5 KiB = 2.4 MiB bash | |
6.3 MiB + 1.8 MiB = 8.1 MiB mate-terminal | |
--------------------------------- | |
10.6 MiB | |
================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private + Shared = RAM used Program | |
156.0 KiB + 43.0 KiB = 199.0 KiB gnome-pty-helper | |
1.5 MiB + 305.5 KiB = 1.8 MiB bash | |
6.2 MiB + 2.6 MiB = 8.8 MiB lxterminal | |
--------------------------------- | |
10.8 MiB | |
================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private + Shared = RAM used Program | |
1.9 MiB + 482.5 KiB = 2.4 MiB bash | |
10.4 MiB + 3.6 MiB = 14.0 MiB gnome-terminal-server | |
--------------------------------- | |
16.4 MiB | |
================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private + Shared = RAM used Program | |
1.9 MiB + 362.5 KiB = 2.2 MiB bash | |
11.1 MiB + 5.9 MiB = 16.9 MiB konsole | |
--------------------------------- | |
19.2 MiB | |
================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private + Shared = RAM used Program | |
164.0 KiB + 43.0 KiB = 207.0 KiB gnome-pty-helper | |
1.5 MiB + 293.5 KiB = 1.8 MiB bash | |
34.8 MiB + 4.3 MiB = 39.1 MiB terminator | |
--------------------------------- | |
41.2 MiB | |
================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private + Shared = RAM used Program | |
2.7 MiB + 122.5 KiB = 2.9 MiB bash | |
11.6 MiB + 4.7 MiB = 16.3 MiB terminology | |
--------------------------------- | |
19.2 MiB | |
================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Sort mirrors | |
sudo equo repo mirrorsort sabayonlinux.org | |
sudo equo repo mirrorsort sabayon-weekly | |
# Check the system is up-to-date | |
sudo equo update && sudo equo upgrade | |
# Install Moksha's dependencies only. Installing it from Entropy, I find is far from perfect | |
sudo equo i -o moksha | |
# Install extra dependencies | |
sudo equo i evas_generic_loaders gcc git glibc libstdc++ subversion |
OlderNewer