Posts

Showing posts with the label software

ALTERNATIVES TO UBUNTU SOFTWARE-CENTER

Software-center is a graphical interface for package management in Ubuntu. There are many alternatives to the Ubuntu software-center. 1. APPGRID: Appgrid is a lightweight alternative to Ubuntu software-center. It will also allow you to purchase applications. You can install it in Ubuntu with these following commands: sudo add-apt-repository ppa:appgrid/stable sudo apt-get update sudo apt-get install appgrid 2. LUBUNTU SOFTWARE-CENTER:  Lubuntu software-center is another alternative to Ubuntu software-center. The Lubuntu Software Center lets you browse and install thousands of applications available for Lubuntu. You can view available applications by category, or search quickly by name or description. You can also examine the applications already installed, and remove those you no longer need. You can install it by using the following command: sudo apt-get install lubuntu-software-center 3. DEEPIN SOFTWARE-CENTER: You can install deepin software-center by using the following command...

Darktable digital photography

Image
darktable is a digital photography workflow application for Linux and Mac OS X in the lines of Adobe Lightroom and Apple Aperture. The application is designed to ease editing and consistent processing of large photo sessions and provides a easy to use digital light-table and a set of sophisticated postprocessing tools. Most processing is done in 32-bit floating point per channel mode in device independent CIE L*a*b* color space. darktable is also fully color managed, which gives you full control over the look of the photos. The application relies on a modern plug-in architecture thus making it easy for 3rd party developers to extend the existing capabilities of the application. All light-table and darkroom features are implemented as plug-ins, so you can create your plug-ins reusing existing code. FEATURES: darktable runs on GNU/Linux / GNOME , Mac OS X / macports and Solaris 11 / GNOME . Fully non-destructive editing. All darktable core functions operate on 4x32-bit floating poin...

Monitor your PC temperature in ubuntu

Image
TEMPERATURE MONITOR IN UBUNTU Psensor is a temperature sensor available for ubuntu.Psensor is a GTK application for monitoring hardware sensors, including temperatures and fan speeds.        It displays a curve for each sensor, and uses Desktop  Notification  to        raise an alarm when a temperature is too high. On Ubuntu an Application        Indicator is also available, its icon changes when a temperature  alert        is raised.        It can monitor:          *  the  temperature of the motherboard and CPU sensors (using lm-sen‐        sors).          * the temperature of the NVidia GPUs (using XNVCtrl).          * the temperature and fan rotation speed of the A...

Docking your ubuntu

Image
A DOCK FOR UBUNTU: Cairo-dock  is a pretty, light and convenient interface to your desktop, able to replace advantageously your system panel!  It features  multi-docks,  taskbar,  launchers  and  a  lot  of  useful applets.  Applets can be detached from the dock to act as desktop widgets.  Numerous  ready-to-use  themes  are downloadable in 1 click, and can be  easily customized at your convenience.It can use hardware acceleration    (OpenGL) to be very fast  and  low  on CPU.  It's  recommended to install the PLUG-INS package ( cairo-dock-plug-ins) to have access  to  more  views,  dialogues  and  many  plug-ins  an applets.    You can get it from the software--center or  open a terminal and type: sudo apt-get install cairo-dock Add it to the startup items :   Cairo-dock offers plenty of interesting fea...

Power saving in ubuntu

Overview TLP is a powersaver for ubuntu just like jupiter. sudo add-apt-repository ppa:linrunner/tlp sudo apt-get update sudo apt-get install tlp tlp-rdw smartmontools ethtool  OR sudo apt-get install tp-smapi-dkms acpi-call-tools tlp tlp-rdw smartmontools ethtool Commands: Open a terminal and set your options according to your needs. Here is a list of commands you can use with tlp: start : Initialize tlp and apply settings according to the actual power source. bat Apply settings for battery power source. true Same as bat (this command is called when power source changes to battery). ac Apply settings for ac power source. false Same as ac (this command is called when power source changes to ac). usb Enable autosuspend for all usb devices, except blacklisted ones.    bayoff Turn off optical drive in drive bay (or ThinkPad UltrayBay). The dr...

Cleaning up ubuntu

Image
Ubuntu and other flavors of Linux don't really need cleaning up as you might do in Windows. Over time, of course, you might accumulate things on your computer that you might not wish to keep - old documents, no-longer-used programs, etc. - but there is nothing really akin to the Windows registry that simply builds up clutter that slows your computer. The old stuff you save won't slow down your computer: it will probably run as fast a year from now as it does today. To clean some packages laying around Run: sudo apt-get autoremove sudo apt-get clean sudo apt-get autoclean But you can do the following to clean up your computer: Installing ubuntu tweak: sudo add-apt-repository ppa:tualatrix/next sudo apt-get update sudo apt-get install ubuntu-tweak and then run ubuntu-tweak and there is an option called Janitor which is used for cleaning as seen in the picture: BLEACHBIT:   BleachBit  deletes unnecessary files to free valuable disk space, maintain privacy, and r...

Installing screensavers in ubuntu

Image
Background The Gnome 3 comes with the old gnome-screensaver which is just a blank screen. XScreenSaver XScreenSaver is a collection of about two hundred free screensavers for Unix , Mac OS X and iOS . It was created by Jamie Zawinski in 1992 and is still maintained by him . The free software and open source Unix-like operating systems running the X Window System (such as Linux and FreeBSD ) use XScreenSaver almost exclusively. On those systems, there are two parts to XScreenSaver: the collection of screen savers; and the framework for blanking and locking the screen. In recent years, some Linux distributions have been using the gnome-screensaver or kscreensaver screen-blanking frameworks by default instead of the framework included with XScreenSaver. They still depend on the XScreenSaver collection of screen savers, which is over 90% of the package with the exception of gnome-screensaver version 3 and onward, which has dropped support for screensavers completely, s...

Install Infinity Conky in Ubuntu

Image
               Install Infinity Conky in Ubuntu   Conky is a system monitor for X originally based on torsmo.  Since  its        inception,  Conky has changed significantly from its predecessor, while        maintaining simplicity and  configurability.  Conky  can  display  just        about  anything,  either on your root desktop or in its own window. Not        only does Conky have many built-in objects, it can  also  display  just        about any piece of information by using scripts and other external pro‐        grams.        Conky has more than 250 built  in  objects,  including  support  for  a ...