Tmux stands for terminal multiplexer and it provides similar functionality as GNU Screen, it multiplies terminal sessions. It has slightly different philosophy of inner functionality as screen (it has been designed as client-server program) and it handles few things better than screen (see FAQ for more details).
Saturday, October 12, 2013
Wednesday, October 9, 2013
Setting up network with netctl
The first thing to do with Raspberry Pi after the system was installed, was to configure the network connection. For this I used netctl package, which is Arch specific CLI network configuration tool replacing earlier netcfg tool.
Tuesday, October 8, 2013
My network structure
This short post will show my internal network structure. It is important to have an idea of how the components are connected.
Monday, September 30, 2013
Raspberry Pi section
About a month ago, I've bought myself a Raspberry Pi. In general I wanted to provide some services (mainly for private use) and after some time I've finished the configuration.
So in this new section called Raspberry Pi there will be short howto's of how I've got services set up. This section should serve mainly as documentation for me, but I hope it would help also other people.
In general, I use ArchlinuxARM as my distribution and hopefully I will soon post articles on how to setup
So in this new section called Raspberry Pi there will be short howto's of how I've got services set up. This section should serve mainly as documentation for me, but I hope it would help also other people.
In general, I use ArchlinuxARM as my distribution and hopefully I will soon post articles on how to setup
- wireless and ethernet network with netctl
- dhcpd and internet connection sharing between interfaces
- owncloud with nginx, mysql and php-fpm
- transmission daemon with proxy forward on nginx
- sharing owncloud's calendar and contacts with Android device and control CalDAV with python script via shell
Tuesday, April 30, 2013
Boot iso image from GRUB2
This post shows how to boot clonezilla image from local disk with Grub2.
Saturday, April 6, 2013
Function for removing keys from known_hosts
When connecting via ssh to a remote host you are asked to confirm the key fingerprint. This is added to ~/.ssh/known_hosts file so no further confirmation is required.
What about when the remote key has changed? You need to delete the key from this file.
I've written a small function to make this deleting easier, just by typing one command:
sshrm-key <nr>
What about when the remote key has changed? You need to delete the key from this file.
I've written a small function to make this deleting easier, just by typing one command:
sshrm-key <nr>
My .screenrc
Hi, in this post I'll show you my configuration file for GNU screen.
For those who doesn't know what screen is, it's a full-screen window manager that multiplexes a physical terminal between several processes.
You can open terminal tabs in it, detach it and later reattach and continue you work and many many more like for example session sharing.
For those who doesn't know what screen is, it's a full-screen window manager that multiplexes a physical terminal between several processes.
You can open terminal tabs in it, detach it and later reattach and continue you work and many many more like for example session sharing.
Subscribe to:
Posts (Atom)