scp in Fedora 14
After I’ve installed openssh in Fedora can’t execute scp command to copy files between computers. The executable scp is in openssh-clients. So: yum install openssh-clients This package solve the problem.
Enable web access transmission-daemon, 403 Forbbiden
If you install transmission-daemon in Fedora 14 (in my case) and you put the url: http://ip:9091 in your browser you receive a 403 Forbidden page with information about rpc.whitelist. The solution is the next: Stop Transmission-daemon: service transmission-daemon stop Edit the file /var/lib/transmission/.config/transmission/settings.json and change the option rpc-whitelist: Original: “rpc-whitelist”: “127.0.0.1″ Modified: “rpc-whitelist”: “*.*.*.*” Start [...]
kupfer: alternative to gnome do and plugin for pidgin
After run three launchers: gnome-do, synapse, kupfer, I decided for kupfer, why? First, gnome do is made in mono, and is not very fast, but it has an advantage very important for my: it has a complement for chat with your contacts in pidgin. Synapse does not have the complement, but is very fast. The [...]
Ubuntu Version
If you need to know what’s the version of ubuntu you are running, the best method is show the file /etc/lsb-release: cat /etc/lsb-release
graphical warning in ubuntu linux if a host wakes up
Well, I made this script for my own interest, because I need to receive a warning if a host wakes up in my wireless LAN. #!/bin/bash saida=”$(nmap 192.168.1.33)” if ! echo $saida | grep -q seems ; then zenity –display=:0.0 –warning –text ‘Connected!!!!!!!’ fi zenity will send us a warning (–warning) in the main graphics [...]
Monitoring linux server with counters in a file: nmon
If we desire to monitor a linux server every x seconds/minutes, we need to execute a command or multiple commands to know the state of the system in that moment. After this, we extract the information with grep, or scripts, to post into a spreedsheet or in a graph. There is multiple commands we can [...]
Install office 2010 64 in XP x64
Microsoft by default doesn’t permit to install Office 2010 x64 in XP x64 or 2003 x64. This guide will show you how to do in few easy steps. So far I’ve tested with the x64 version of Office 2010 but the x86 version should work too. 1. You need to download and install Microsoft Application [...]
x2go terminal server
In the official page we can download the server/client for this optimised X11 protocol. They have a central server with postgresql too, and a standalone server. The clients are for Linux, Windows, Mac. More info here and here.
An alternative to likewise
Centrify Express is an alternative to the likewise software. No cost and an easy installation This is the link. More alternatives natives in ubuntu: sadms, from the samba community.
Dúas páxinas de interese sobre Squid
Son estas dúas, interesantes a ter en conta á hora de configuralo. Esta e esta outra.
