Archivo del Autor: carlosap

fix heartbleed update OpenSSL on Raspbian raspberry

As of 09/04/2014 the main wheezy repository uses the patched version 1.0.1e-2+deb7u5 and as commented, you can get it like this: > sudo apt-get update > sudo apt-get upgrade Which will update the following packages: libssl1.0.0 openssh-client openssh-server openssl ssh

screen to tmux: A Humble Quick-start Guide

An online friend named bmc_ on Twitter introduced me to tmux. It reportedly has simpler, cleaner code than screen, which implies that it’s more robust, in addition to more very useful features. The problem is tmux is very different from screen. It wasn’t at all easy to jump straight into tmux, without doing a thorough… Leer más »

Categoría: Nix

7 habits of highly successful Unix admins

http://www.itworld.com/operating-systems/413259/unix-7-habits-highly-successful-unix-admins   7 habits of highly successful Unix admins You can spend 50-60 hours a week managing your Unix servers and responding to your users’ problems and still feel as if you’re not getting much done or you can adopt some good work habits that will both make you more successful and prepare you for… Leer más »

Categoría: Nix

Setting up a private opencsw

Setting up a private mirror Sometimes it is sufficient to simply use a mirror on the Internet. However, there are situations where a local mirror can be useful. When you have a lot of servers accessing the repository, want to control the package updates exactly or when your production servers just can’t access the internet… Leer más »

OpenCSW pkgutil config solaris

Getting started OpenCSW uses a tool named pkgutil on top of the Solaris packaging utilities to automatically download, install and update packages. It needs to be installed manually once, after that all maintenance is done via pkgutil.

local repository solaris 11

svccfg -s application/pkg/server setprop pkg/inst_root=/install/sol_11_1_repo_full/repo svccfg -s application/pkg/server setprop pkg/readonly=true pkg set-publisher -G ‘*’ -g http://localhost solaris pkg update

Solaris 11 – Install Gnome

After a fresh install of Solaris 11 express, only the console mode is activated. To add Gnome, simply do : $ sudo pkg install slim_install This will install additional packages that are not installed by default. Then the service needs to be enabled: $ sudo svcadm enable gdm You can reboot now and voilà the… Leer más »

LFTP: limit bandwidth upload/download

set net:limit-rate «download bytes» : «upload bytes» Download y Upload 20mbps set net:limit-rate 10480000:10480000 set net:limit-rate 15480000:15480000 set net:limit-rate 20480000:20480000 10 Kb/s -> 10240 500 Kb/s -> 512000 Example: Upload 512kbs set net:limit-rate 0:512000 Example: Upload 20mbps set net:limit-rate 0:20480000