Tuesday, March 5, 2013
Springdale Linux 6.4
Josko Plazonic has announced the release of Springdale Linux 6.4, a distribution formerly known as PUIAS Linux and built from source packages for Red Hat Enterprise Linux 6.4: "We just made Springdale Linux 6.4 available. This release follows the 5.9 release in renames to Springdale - so new name, new logos. Of course the big news is over 1,000 package updates with many goodies and new features. For further information please check RHEL 6.4 release notes. One small note on an issue we've seen during internal testing. New versions of NSS libraries have in effect blocked SSL connections to sites and services using SSL certificates with MD5 hash signatures. For example, if your LDAP server is using such a certificate then sssd will stop working." The release of Springdale Linux 6.4 was announced on 1 March, but the installation DVD images only appeared on the project's main download server and its mirrors today; here is the download link: Springdale-6.4-x86_64-DVD.iso (4,333MB, MD5).
Monday, March 4, 2013
PureOS 7.0
Marc Poirette has announced the release of PureOS 7.0, a Debian-based desktop Linux distribution with a choice of GNOME or Openbox desktop user interfaces: "PureOS 7.0 is a GNU/Linux live distribution based on Debian's 'testing' branch, multilingual, installable and built with the new Linux Live Kit scripts. It is available in two editions (GNOME and Openbox) as ZIP images for live USB only. Features common to both editions: Linux kernel 3.6.11; Chromium, GParted, Synaptic; scripts for modules management (dir2pb, pb2dir, pure activate and deactivate, deb2pb and debs2pb); smxi and sgfxi scripts. The Openbox edition weighs only 356 MB; it was designed to serve as a basis for the design of the live USB image customized by adding modules. The GNOME edition is more complete (supports scanners and printers) and it weighs 642 MB." Here is the brief release announcement. Download links: PureOS_70_Gnome.zip (642MB, MD5), PureOS_70_Openbox.zip (356MB, MD5).
Saturday, March 2, 2013
Copyq Advance Clipboard Manager for Ubuntu 13.04/12.10/12.04/Linux Mint
CopyQ is advanced clipboard manager with searchable and editable history with support for image formats, command line control and more. Command interface and graphical interface accessible from tray. By default the application stores any new clipboard content in list in the first tab. Main window can be opened by either left clicking on tray icon, running command copyq show or using system-wide shortcut (configurable from Preferences).
Advance Features:
- open video player if text copied in clipboard is URL with multimedia,
- store text copied from a code editor in "code" tab,
- store URLs in different tab,
- save screenshots (print-screen),
- load all files from directory to items (create image gallery),
- replace a text in all matching items,
- run item as a Python script.
- Item list navigation >> PgDown/PgUp, Home/End, Up/Down
- Tab navigation >> Left, Right, Tab, Shift+Tab
- Move selected items >> Ctrl+Up, Ctrl+Down
- Cycle through item formats >> Ctrl+Left, Ctrl+Right
- Hide window >> Escape
- Exit >> Ctrl+Q
- Edit selected items (in place) >> F2
- Edit items in external editor >> Ctrl+E
- Open action dialog for selected items >> F5
- Delete selected items >> Delete
- Put current item into clipboard >> Enter
- Show help >> F1
To install copyq in Ubuntu/Linux Mint open Terminal (Press CTRL+ALT+T) and copy the following commands in the Terminal:
That's it
- sudo add-apt-repository ppa:samrog131/ppa
- sudo apt-get update
- sudo apt-get install copyq
Source: noobslab
Etichete:
Copyq,
Linux Mint,
Ubuntu
Quirky 5.4.91
Barry Kauler, the founder of Puppy Linux, has released a new stable build of Quirky, a minimalist distribution that attempts to explore new avenues and implement unusual ideas. This release of Quirky doesn't come as live CD image, but rather as a single kernel file that needs to be downloaded and then booted via an existing bootloader (instructions included). From the release notes: "It has been a very long time since the last official release of Quirky. Yes, despite the rather odd version number, this is a new public official release of Quirky. These are two ideas/features to play with in Quirky 5.4.91: absolutely everything built into a single (126 MB) file; f2fs (Flash Friendly File System). The idea was developed by the Linux kernel developers, in which an 'initial file system' can be built into the kernel. Various people, including myself, toyed with building all of Puppy into the kernel." Download the kernel file from ibiblio.org: quirky-5.4.91/kernel.qky (126MB, MD5).
Etichete:
Linux,
Puppy Linux
Thursday, February 28, 2013
Grml 2013.02
Michael Prokop has announced the release of Grml 2013.02, a Debian-based live CD with a collection of specialist GNU/Linux software, tools and scripts designed for system administrators: "We just released Grml 2013.02 'Grumpy Grinch'. This release brings the Grml tools towards the upcoming Debian stable release ('Wheezy'), provides up-to-date hardware support and fixes known bugs from the previous Grml release. New features: ssh boot option - display SSH server key fingerprints; grml-hwinfo - added support for lsscsi, iscsiadm, Proxmox, libvirt, OpenVZ, VServer information retrieval, swapon, mdadm, LVM + dmsetup, now using 'lspci -nn' for lspci output; grml-live - handling firmware related packages in GRMLBASE, added uuid-runtime to GRMLBASE; grml-network - netcardconfig provides support to scan for available wireless networks...." Read the release notes for a list of new features and important changes. Download: grml64-full_2012.05.iso (371MB, MD5, torrent).
Monday, February 25, 2013
Install Net-Conky in Ubuntu/Linux Mint/Debian
Previously NoobsLab shared other Conky widgets for linux desktop to make desktop nice. So today brings Net conky for you, Basically this conky was only available for Ethernet but NoobsLab provide after modification also for WiFi. Net conky shows Network Upload and Download speed via graph, text and circles.
Install Conky in Ubuntu/Linux Mint open terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
- sudo apt-get install conky conky-all
First of all Download Startup script with following commands:
Now open Startup Applications > click Add > New Dialog box will open click on Browse > Now (Press Ctrl+H) see following screenshot.
- wget -O .start-conky http://goo.gl/6RrEw
- chmod +x .start-conky
First install relevant conky then change your net speed in this file (Line 3 & 5):
- sudo nano ~/.conky/NET_0.5.lua
1: Net Conky for Ehternet
To install Net-Conky in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
- wget -O net-conky-eth.zip http://goo.gl/OpxW7
- unzip net-conky-eth.zip
- sudo rm net-conky-eth.zip
2: Net Conky for WiFi
To install Net-Conky in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
That's it, Enjoy
- wget -O net-conky-wlan.zip http://goo.gl/uLU1r
- unzip net-conky-wlan.zip
- sudo rm net-conky-wlan.zip
Source: noobslab
Etichete:
Clock,
Debian,
Linux Mint,
Ubuntu
Subscribe to:
Posts (Atom)








