» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with System + network

Openfiler — Friendly enterprise storage management platform

Et un concurrent de freenas, ce qui me fait trois possibilités pour avoir un serveur de stockage "de qualité"

open-source: del.icio.us tag/open-source

[from bradleyjames] iStat menus

"iStat menus monitors your entire system right from your menubar, with 8 separate and highly configurable menu extras. You'll always know exactly what's going on inside your Mac!"

User:jeyrb: del.icio.us/network/jey

List Objects and Tables in Nisplus

I have had a few search queries (metadata) via MyBlogLog analytics from readers who were searching for commands to show Nisplus objects and tables. Frankly speaking, I neglected posting much about this legacy name service (earlier on) because I did not really think it was worthwhile. But apparently, there seems to be a decent number of organizations still using it. At any rate, here is an example run.

Show the objects
# nisls
esofthub.com.:
org_dir
groups_dir

Show the tables
# nisls org_dir
org_dir.esofthub.com.:
passwd
group
auto_master
auto_home
bootparams
cred
ethers
hosts
ipnodes
mail_aliases
sendmailvars
netmasks
netgroup
networks
protocols
rpc
services
timezone
client_info
auth_attr
exec_attr
prof_attr
user_attr
audit_user

Other posts on nisplus

Unix: My SysAd Blog

opsi - Open Source System Managment Software for SW Deployment on Windows System

opsi - in production use since 10 years - provides a tool for remotely installing operating systems and deploying software. While it is based on a Linux server its primary targets are Windows work stations.

opensource: del.icio.us tag/opensource

network intrusion detection system

implementation intrusion detection system using snort on linux operating system

snort: del.icio.us/tag/snort

Mount a remote file system through ssh Using sshfs

If you want to access a remote file system through ssh you need to install sshfs.sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there’s nothing to do. On the client side mounting the file system is as easy as logging into the server with ssh.

sshfs Features

  • Based on FUSE (the best userspace filesystem framework for linux)
  • Multithreading: more than one request can be on it’s way to the server
  • Allowing large reads (max 64k)
  • Caching directory contents
  • sshfs runs entirely in user space. A user using sshfs does not need to deal with the root account of the remote machine. In the case of NFS, Samba etc., the admin of the remote machine has to grant access to those who will be using the services.

Install SSHFS in Debian

#apt-get install fuse-utils sshfs

Next, let’s make sure the following condition is met. In the local system, type (as root)

# modprobe fuse

This will load the FUSE kernel module. Besides SSHFS, the FUSE module allows to do lots of other nifty tricks with file systems, such as the BitTorrent file system, the Bluetooth file system, the User-level versioning file system, the CryptoFS, the Compressed read-only file system and many others.

Now you need to make sure you have installed ssh in your debian server using the following command

# apt-get install ssh

Using SSHFS

SSHFS is very simple to use. The following command

$ sshfs user@host: mountpoint

This will mount the home directory of the user@host account into the local directory named mountpoint. That’s as easy as it gets. (Of course, the mountpoint directory must already exist and have the appropriate permissions).

Example

create the mount point

#mkdir /mnt/remote

#chown [user-name]:[group-name] /mnt/remote/

Add yourself to the fuse group

adduser [your-user] fuse

switch to your user and mount the remote filesystem.

sshfs remote-user@remote.server:/remote/directory /mnt/remote/

If you want to mount a directory other than the home directory, you can specify it after the colon. Actually, a generic sshfs command looks like this:

$ sshfs [user@]host:[dir] mountpoint [options]

Unmount Your Directory

If you want to unmount your directory use the following command

fusermount -u mountpoint

Tags: , , , , , , , , , , , ,

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

DemocraKey

The DemocraKey portable applications package turns your iPod or USB drive into a pluggable, portable desktop.

Firefox: del.icio.us/tag/firefox

Synergy

Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware.

opensource: del.icio.us tag/opensource

Nagios: Home

Nagios is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! Get more answers to some of your basic questions about Nagios here

opensource: del.icio.us tag/opensource

Page 1 | Next >>