Tsakf's foss library The library has 155 entries  
Home  About

  Select tags starting with:  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 
 
 
  Pick random entries
 
Ranges in shell scripts
Tips for using ranges in shell scripts
Tags:  shell 
 
Download Multiple Files From Command Line In Ubuntu Linux with wget
How to download multiple files with wget. A very easy way.
Tags:  wget  ubuntu 
 
Wicd – Easy network connection manager in Debian
Installation of network connection manager wicd. This manager is suitable for wired and wireless networks.
Tags:  network  wicd  debian 
 
Virtualization With KVM On Ubuntu 9.10
Install Kernel-based Virtual Machine on Ubuntu 9.10. The article describes the installation of KVM and vmbuilder with the terminal. The article describes the virtual machine managing with virsh.
Tags:  kvm  ubuntu  virsh 
 
Installing Thunderbird E-mail client on Red-hat/CentOS Linux
Installing Thunderbird from tar.gz from the terminal
Tags:  thunderbird  redhat  centos 
 
how-to: migrating your passwords from firefox to uzbl’s formfiller
To migrate passwords from firefix to uzbk formfiller, you must use some terminal commands as described in the article.
Tags:  firefox  password 
 
Reinstall Ubuntu with one command
When trouble comes after a partial upgrade, the use of one command is a system savior. More details in the article.
Tags:  ubuntu 
 
Howto set Netscreen SSG model firewall into Transparent Mode
A tutorial that explains the Configuring an SSG model firewall into Transparent Mode. This will make the firewall a Layer 2 device.
Tags:  firewall  netscreen  debian 
 
NVIDIA 64-bit FreeBSD Graphics Driver Found
Post about the release of a driver for NVIDIA for 64bit FreBSD. The article contains links to the driver and other info.
Tags:  nvidia  freebsd 
 
OpenBSD loadbalancing and failover with relayd, pf and carp.
How to perform loadbalancing with a set of three tools on OpenBSD. The article describes the configuration of the tools for loadbalancing and failover.
Tags:  openbsd  relayd  pf  carp 
 
Setup maximum cpu consumption by a process with cpulimit
cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time).The article describes installation and use.
Tags:  cpu  cpulimit 
 
How To Get Line Number Count In Vim Editor
Vim is one of the most commonly used editors in all Linux based systems. Home users and Server administrators both use the Vim editor to create/edit files. When large files are edited, the line number is something handy. The article describes an easy way to display the line number count in Vim.
Tags:  vim  ubuntu 
 
OCFS2 cluster – quick setup guide
OCFS2 is a POSIX-compliant shared-disk cluster file system for Linux capable of providing both high performance and high availability. The article describes the setup procedure from the command line.
Tags:  cluster  ocfs2  file system 
 
install packages without internet conection on ubuntu
A quick how to install packages on ubuntu without internet connection. It can be done in three phases. First a file with needed packages is created. The file is brought to a computer with an internet connection, and the files are downloaded on that computer. Then they are copied to the system that the packages will be installed, and them installation is a piece of cake. (Article in Greek).
Tags:  ubuntu  package 
 
Installing Google's Go Language on Ubuntu
GO language promoted by google is a new system programming language said to be expressive, concurrent, garbage-collected. The language is still very young and there is no ready made package available for ubuntu. You can install it and try it out. The article describes the installation process.
Tags:  google  go  ubuntu