Nice discussion on Control Panel ( free ) for VPS.
http://xmodulo.com/free-control-panel-for-vps.html
Enjoy the discussion and information if you are looking for free control panel for VPS or some other host.
http://xmodulo.com/free-control-panel-for-vps.html
Enjoy the discussion and information if you are looking for free control panel for VPS or some other host.
To get all the depencies of a package, you can try:
repoquery -a --requires --resolve Example output: glibc-0:2.20-5.fc21.i686 bash-0:4.3.30-2.fc21.x86_64 chkconfig-0:1.3.63-1.fc21.x86_64 glibc-0:2.20-5.fc21.x86_64 openssl-libs-1:1.0.1j-1.fc21.x86_64
and then to query in nice tree format, you can use :
repoquery -a --tree-requires PACKAGE_NAME
And finally use that with repotrack:
repotrack -a x86_64 -p . $(repoquery --qf=%{name} -g --list --grouppkgs=all 'Office Suite and Productivity' |tr '\n' ' '
)
Now for the fun part, why use all the above when you can simply use:
yumdownloader --resolve So, if you have reached this line then you don't need repotrack/repoquery, simply use yumdownloader :)
So, I was looking for some quick to setup PHP Image gallery file. I found couple but none of them suited my needs too well. So I had to write my own.
Very simple PHP script to show all the images under ‘images’ folder.
Shows some details in the images.
That is all that I wanted and that is all that this script does. So pretty simple single php file. Dependency is on fancybox so you will need the jquery and all but nothing else is required.
Continue readingFirst, put this in a script.
|
|
and then put this in cron:
Continue readingDescription : Whaaw! Media Player is a lightweight media player that supports fullscreen
: mode, seeking, changing video colour settings and more. It will play any audio
: or video files that GStreamer can play. It is intended to be a basic media
: player without any GNOME dependencies.
So, this is light weight media player with not too many features but does good as a simple media player.
To install:
Continue readingnefte is a lightweight programmers editor. Here is descriptioin:
Description : eFTE is an advanced programmers editor with goals of being lightweight, yet
: totally configurable. Support for user defined programming languages, menu
: systems and key bindings are provided with many common defaults already
: defined. eFTE is still a new project, however, we extend from the FTE editor
: which was first released in 1995, so eFTE is tried and true with many features
: for the programmer/text editor.
:
: This package contains nefte, the ncurses version of the editor.
And to install:
Continue readingTo install:
|
1
|
nomacs is a very light weight viewer for images with some fetures that you find useful (rotate image,
crop and see in 1:1. Not too much features but definately very light weight and good for daily use.
- Description : nomacs is image viewer based on Qt4 library.
- nomacs is small, fast and able to handle the most common image formats.
- Additionally it is possible to synchronize multiple viewers
- running on the same computer or via LAN is possible.
- It allows to compare images and spot the differences
- e.g. schemes of architects to show the progress).