Main > Free Download Search >

Free swaps software for linux

swaps

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 163
swapd 1.0.1

swapd 1.0.1


swapd is a dynamic swap creation deamon. more>>
swapd is a dynamic swap creation deamon, it monitors the system memory and detect when swap creation will be required. the swap size is determined automatically with respect of sysadmin limits.
Installation:
- Make sure you are logged in as root.
- Run make install.
- Take a look at /usr/local/etc/swapd.conf and change what is necessary.
- Create the swap directory you chose in swapd.conf (it should be accessible only by root).
- Add the following line to /etc/rc.d/rc.local:
/usr/local/sbin/swapd
- If you recompiled the kernel, now would be the time to reboot. If you havent, just rehash and run swapd as root.
<<less
Download (0.040MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
cryptoswap 0.0.3

cryptoswap 0.0.3


The cryptoswap package supports building an encrypted swap partition when a system boots. more>>
The cryptoswap package supports building an encrypted swap partition when a system boots. This must be necessary on systems that use encrypted filesystems because plaintext secrets may be written to disk when memory is swapped to disk.
Cryptoswap.sh should be installed in /etc/init.d. During system boot, cryptoswap.sh should execute right before checkroot.sh. When shutting down, cryptoswap should execute after sysklogd.
This package also includes an initialization script for building loopback encrypted /tmp. This may be necessary if a system contains encrypted filesystems but / is not encrypted. A link from directories like /var/tmp to /tmp may be appropriate. There are a few other alternatives for systems such as these:
1. Tmpfs is a Linux kernel feature that allows /tmp to exist in memory. This is a good solution for systems with a lot of memory and/or (encrypted) swap.
2. If you have a system that uses encrypted home directories, per-user temporary directories inside $HOME could be used. This would ensure that users data is protected but would require that all applications use $HOME/tmp instead of /tmp.
Finally, the project may be used to create an encrypted root filesystem. Doing so requires two special partitions. First, create a small partition to hold your kernel and initrd image, /dev/hdaX. Second create a large partition to contain the root of your filesystem, /dev/hdaY.
Next configure and install an initrd-based boot system:
1. Ensure romfs is compiled in your kernel (not a module).
2. Create a kernel-supported filesystem on /dev/hdaX and copy your kernel to /vmlinux.
3. Download busybox and extract it as initrd/busybox.
4. Update initrd/src/etc/modules.initrd to include any modules needed to boot.
5. Build cryptoswaps initrd image (cd initrd && make initrd) and copy it to the filesystem on /dev/hdaX at /initrd.img.gz.
6. Make sure you use literal = "root=/dev/ram0 init=/linuxrc rw" or LILO equivalent.
Finally, create a proper encrypted filesystem on /dev/hdaY:
1. Randomize the partition: dd if=/dev/urandom of=/dev/hdaY.
2. Set up a loopback device: openssl enc -d -aes-256-ecb -in initrd/src/etc/efsk | losetup -p0 -e aes /dev/loop0 /dev/hdaY.
3. Create the root filesystem: mkfs.ext2 /dev/loop0.
4. Mount your new root filesystem: mount /dev/loop0 .
5. Populate your new root filesystem.
Enhancements:
- Added initrd build environment.
- Documentation update.
<<less
Download (0.20MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
CookieSwap 0.5.0

CookieSwap 0.5.0


CookieSwap provides an extension that enables you to maintain numerous sets or profiles of cookies that you can quickly. more>>
CookieSwap provides an extension that enables you to maintain numerous sets or profiles of cookies that you can quickly.
Main features:
- Changing your cookies/identity to web e-mail sites (like Yahoo, Gmail, Hotmail, etc) so that you can quickly look like different users. Nice if you maintain multiple accounts and are tired of logging out and then back in to switch accounts. Also nice if two people are using the same computer and want to switch between accounts quickly.
- Changing your cookies/identity to see how sites like Amazon and Google treat you differently depending on who you are. For example, if Amazon recognizes you as a returning shopper they give you a different looking page (and there were claims that they give you different prices also). Google has begun to use a feature called "Personalized Search", where they modify their search results based on your user identity. There is a question about this when you create your Google account. The results of Google searches are different depending on if Google knows you or not. Use CookieSwap to quickly swap between Google recognizing you and being anonymous. Run the same search and see the differences.
- If you design web sites, you can setup numerous cookie profiles to look like different types of users and swap between those users quickly and easily to test your site in numerous modes (you can hand edit the cookies to have distinct values in each profile using a nice extension like Add & Edit Cookies).
<<less
Download (0.028MB)
Added: 2007-07-25 License: MPL (Mozilla Public License) Price:
869 downloads
Laptop-Hotswap 0.3.6

Laptop-Hotswap 0.3.6


Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. more>>
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI.
I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
<<less
Download (0.014MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
sarPplot 1.0.3

sarPplot 1.0.3


sarPplot is a simple application which takes output of atsar application and put it into Gnuplot config files. more>>
sarPplot project is a simple application which takes output of atsar application and put it into Gnuplot config files, kind of useful on server boxes for performance analyze, which is availabel on:
- cpu
- processload
- disk
- disk-partition
- memory&swap
- paging&swapping
- interrupts
- kernel-resources
- ttyactivity
- net-interf(general)
- net-interf(errors)
- ipv4(general)
- ipv4(errors)
- tcpv4(general)
- tcpv4(errors)
- udpv4
- icmpv4(general)
- icmpv4(pertype)
- nfs(general)
- nfs(errors)
- nfs(server)
- nfs-rpc(calls)
Enhancements:
- A grid feature was added along with httprequests and httpdpid targets.
- A bug in the interr function was fixed.
<<less
Download (0.011MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1148 downloads
wmsm.app 0.2.1

wmsm.app 0.2.1


wmsm.app is a WindowMaker System Monitor. more>>
wmsm.app is a WindowMaker System Monitor.
Main features:
- Processor load
- Memory load
- Swap load
- Disk I/O (read/write)
- Uptime
- Two different scale types
Installation:
cd wmsm
make
make install (root)
Enhancements:
- added -d < dev > option to select the device that should observe, e.g. hda or sda (thanks to Carles Garrigues and krakov)
- added small point befor IOR and IOW only if the change of IOR or IOW was to small to display with the scale. Result: .IOR or .IOW
<<less
Download (0.018MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
karabass

karabass


karabass is just system information(memory swap ram cpu fan eth0 houre amarok now playing..) i draw all part with the gimp. more>>
karabass is my first karamba theme , just nice one, soory for my unpercfect english but its not so easy for a frog.

karabass is just system information(memory swap ram cpu fan eth0 houre amarok now playing..) i draw all part with the gimp.

Easy to modify it, i put in the compact file a empty background so if you dont like this one just draw yourself and rename this file...

On this desktop i just put liquidweather and meteosat them..

I use kubuntu 5.10 with kde 3.5

<<less
Download (0.21MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
Sepp 0.6

Sepp 0.6


Sepp is a version of the classic sliding puzzle game in which the properly ordered tiles form a picture. more>>
Sepp is a version of the classic sliding puzzle game in which the properly ordered tiles form a picture.
Sepp, the Sliding Evil-Piece Puzzle, implements a computer version of the classic moving puzzle game, which has 15 sliding tiles in a 4-by-4 matrix and is also known as the 15 puzzle, in which the properly ordered tiles would form a picture.
Variants like Loyds would be unsuitable for this version of the game because a picture in which two contiguous tiles were swapped (and which, therefore, could not be recomposed) might annoy users and likely be perceived as a bug in the program; therefore, Sepp does not perform arbitrary tile swapping when scrambling the tiles, and the original image can always be obtained given enough tile pushes.
On the other hand, Sepp implements its own innovative kind of player aggravation: based on a user-configurable degree of evil, ranging from Not at all evil to beyond Very Evil, Sepp decides, during each animation frame, whether it will disturb a tile while the game is in progress. For better or worse, this feature, which can be disabled by setting the evilness to Not at all evil, sets Sepp apart from other, similar games.
Main features:
- Sepp allows the player to select the tile that will be used as the empty slot by simply clicking on it before scrambling the tiles; this setting is remembered by Sepp for as long as the players session stays in the puzzle in which the tile was chosen, and is dismissed when the user chooses a different picture or different grid geometry.
- Sepp keeps track of time spent by the player in solving the puzzle, but displays it only if and when the puzzle is solved; in this regard, Sepp implements the same behavior as the casual game Frozen Bubble and avoids distracting and terrorizing the user during gameplay.
- The terror that Sepp does cause its players comes in four levels, and can be set using an options menu that is available with a single click immediately after startup; in consideration of the elderly, the children, and small household appliances, "evilness" is disabled by default.
- The Sepp player can enjoy endless hours the aggravation using the input device of his choice, whether it be the keyboard or the mouse: except for empty slot selection, all operations can be performed with either; additionally, Sepp does not require dragging of the tiles but instead supports single-click action.
<<less
Download (0.88MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1310 downloads
sysrqd 9

sysrqd 9


sysrqd is a small daemon intended to manage Linux Sysrq over network. more>>
sysrqd is a small daemon intended to manage Linux Sysrq over network.
sysrqds philosophy is to be very responsive under heavy load and try to be somehow reliable. Authentication is made by clear password.
Demo
% telnet localhost 680
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is ^].
sysrqd password: hello
sysrq> s
sysrq> u
sysrq> q
s will do a Emergency Sync, q will exit the session. Other command like b (reBoot), o (pOweroff) or u (Umount) are available, and so on.
Enhancements:
- This release will never go to swap (always stays in RAM).
- A file has been added to bind to only one IP address instead of any.
<<less
Download (0.004MB)
Added: 2007-01-20 License: GPL (GNU General Public License) Price:
1007 downloads
OAMP 0.1

OAMP 0.1


OAMP stands for (O)penBSD + (A)pache + (M)ySQL + (P)ostgreSQL + PHP. more>>
OAMP stands for (O)penBSD + (A)pache + (M)ySQL + (P)ostgreSQL + PHP. The project is the OpenBSD cousin of LAMP, except that it also provides the SQlite database engine, Perl, Ruby, and Python.

In addition, OAMP provides phpMyAdmin and phpPgAdmin for easy administration of MySQL and PostgreSQL over the Web.

OpenBSD is widely regarded as the most secure operating system in existence and its features can be used to satisfy all aspects of information assurance (i.e. confidentiality, integrity, availability). For instance, as of version 4.0 OpenBSD encrypts the swap partition by default and puts the Apache server in a "jail" environment, so if it is compromised the damage will be contained. In addition, all applications that come with OpenBSD have undergone source code audit and have been hardened accordingly. OAMP also provides the SQLite database, Perl, Python and Ruby.
<<less
Download (0.27MB)
Added: 2007-02-22 License: BSD License Price:
975 downloads
Phasi 0.2

Phasi 0.2


Phasi is another tool for system info written in PHP. more>>
Phasi project is another tool for system info written in PHP, with graphical report displaying several devices info, show memory status , SWAP use , and mounted disk partitions.
Main features:
- CPU Info
- Devices info
- Memory Status
- SWAP Status
- Disk partitions
<<less
Download (0.013MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
829 downloads
asMon 0.7

asMon 0.7


asMon is a system monitor for Linux systems running afterstep, but should work on other window managers, too. more>>
asMon is a system monitor for Linux systems running afterstep, but should work on other window managers, too. I got fed up with most other wharf system monitors that didnt show the correct memory usage, and took up too much CPU. asmon also shows the exact amount of memory used and load avg by the numbers. The CPU bar is fairly standard, next to it is the current load average.
The second bar is memory usage, taken as a whole, it represent the amount of memory used. The area before the first tick represents shared memory, the area between the two ticks is buffered memory, the area from the second tick to the end of the bar represents cached memory.
The number to the right represents the number of megs currently being used. The third bar represents the amount of swap file used, and the exact number of megs the swap is using. The bottom right is are page/swap LEDs taken from wmsysmon. The right is uptime. The original program is based off of Timecops wmcpu.
Enhancements:
- After many years, another release has arrived. This time with Kernel 2.6 support and a bunch of bug fixes.
<<less
Download (0.041MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1085 downloads
Atop 1.21

Atop 1.21


Atop is an interactive monitor for Linux-systems to view the load on system-level and process-level. more>>
Atop project is an ASCII full-screen performance monitor, similar to the top command.
At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code.
The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time.
Atop only shows the active system-resources and processes, and only shows the deviations since the previous interval.
Enhancements:
- A new command, atopsar, has been added to generate detailed system activity reports (similar to the UNIX command sar) using the compressed logfiles as written by atop.
- These reports can also be generated for the current situation by specifying an interval for atopsar on the command line.
<<less
Download (0.066MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
796 downloads
KuSys-Info

KuSys-Info


KuSys-Info is a Ku(buntu) Sys(tem)-Info. more>>
KuSys-Info is a Ku(buntu) Sys(tem)-Info.
KuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes.
Detection of OS is not automatically right now, so you probably have to adapt the script.
To change to the right network interface change all ra0 entries to your interface.
Displays:
- CPU fan, usage and type
- System ID, KDE version and user
- Uptime, kernel version
- RAM and SWAP Usage
- network traffic
- hard disk usage
<<less
Download (0.035MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
asmem 1.12

asmem 1.12


asmem is a memory utilization monitor. more>>
asmem is a memory utilization monitor.
This is an AfterStep look & feel memory utilization monitor for X Windows.
I used this asmem tool written by alinden netcologne.de for quite a while. It served the purpose but I was very unsatisfied with its appearance. I wanted something that would fit nicely between all other applets on my desktop. I tried to contact the author a few times but got no answer. So I decided to rewrite it from scratch and give it the look and options that I personally like. I hope the author of
the original asmem will not be too angry with me.
The display consists of two areas. The one above shows utilization of the memory, the one below - the utilization of the swap space. Each area contains a graphical bar that represents the percentage of the available space. For the memory utilization
there are three bars: user/system memory used, buffer memory and cache memory. For the swap space only one bar showing the used space. Above each bar is the total amount of space, below the bar - the available space in kbytes and percents. If the
memory amount is above 999999 kbytes the displays switches to Mbytes instead of kbytes.
The program may be used directly or in the Afterstep "wharf". It also supports the WindowMaker docker (-withdrawn option). It may be used in all other window managers as well. It runs well as an icon.
You may want to have a look in the CHANGES file for the history of updates.
Enhancements:
- The last release was missing a return type for one of the functions, basically making the whole update worthless.
- Now it is fixed properly.
- There are a couple of small changes here and there.
<<less
Download (0.047MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5