New firmware v1.02b01 for D-Link DNS-320L network attached storage:
Wednesday, January 30, 2013
Saturday, January 26, 2013
NFS setup on NAS
How to setup NFS on NAS machine
Part I - setup static IP address for NAS machine
Go to Management->Network Management->LAN Settings:Click on Setup button:
Setup Static IP address for NAS:
Part II - setup NFS on server (NAS)
Go to Management->Application Management->NFS Service and enable NFS service:Then go to Management->Account Management->Network Shares:
Click on button New (in order to create new shared folder):
Select the folder that you want to share:
Define whether All Accounts will have the same permissions or you will define different permissions for particular users/groups:
Specify permissions for users:
Specify permissions for groups:
Define additional features for that share:
* Oplocks - Windows Lan Manager network feature for locking
* Map Archive - Archive flag (used for some backup tools) will be set for files that you put on this share
* Recycle - creates Recycle Bin in share folder for deleted files
Define what network sharing services will be used for accessing our shared folder:
* CIFS (SMB) - Windows services for accessing networked share (enabled by default)
* AFP - Apple's service for accessing networked share (enabled by default)
* FTP - File transport protocol
* NFS - Network File Service (sharing)
* WebDAV - network sharing through HTTP
If you selected FTP before - you have to define how FTP anonymous will access:
If you selected NFS before - you have to define how share will be accessed through NFS:
* Host - define from which host NFS shared folder can be accessed - put * for all hosts
* Root Squash - default NFS server behavior is to prevent root on client machines from having privileged access to exported files. Server do this by mapping the "root" user to some unprivileged user (usually the user "nobody") on the server side - this is known as root squashing. NAS provides an export option to disable this behavior and allow root on selected clients to enjoy full root privileges on exported file systems.
If you selected WebDAV before - you have to define writing privileges for it:
Summary of settings:
Part III - setup NFS on client (user machine)
In order to be able to access NFS shared folder one should have NFS support on his/her user machine.$ sudo apt-get install nfs-commonCreate mapping folder:
$ sudo mkdir /media/nasAdd the following into /etc/fstab file:
192.168.1.32:/mnt/HD/HD_a2/BOOKS /media/nas nfs rw,hard,intr 0 0192.168.1.32 - static IP address of NAS machine where shared folder resides
/mnt/HD/HD_a2/BOOK - absolute path to shared folder (Volume_1/BOOKS)
/media/nas - is empty mapping folder (created just before for mapping shared folder)
nfs - access method (networking service)
rw - read/write privilege (ro for read only)
Then mount NFS shared folder from your client machine:
$ sudo mount -a $ ls /media/nasThat's it folks.
Friday, January 11, 2013
Install Oracle 8 Java
Install Oracle Java
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
Configure default JVM
sudo update-alternatives --config java
Uninstall Oracle Java
sudo update-alternatives --config java #choose OpenJDK sudo update-alternatives --config javac #choose OpenJDK sudo rm -rf /usr/lib/jvm/jdk1.7.0_07/ #It will remove the Oracle Java on Ubuntu
Thursday, December 27, 2012
Install MATE on new Ubuntu
GNOME 2 is a closed project and it is not developed anymore. However, it is forked into MATE which is compatible with GNOME 2 since it uses the same GTK 2.x.
Install MATE
Remove MATE Desktop
Remove MATE Environment
Install MATE
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu $(lsb_release -cs) main" sudo apt-get update sudo apt-get install mate-archive-keyring sudo apt-get update sudo apt-get install mate-core sudo apt-get install mate-desktop-environment
Remove MATE Desktop
sudo apt-get remove atril atril-common caja caja-common engrampa engrampa-common ffmpegthumbnailer-caja libcaja-extension libmarco libmate libmate-common libmatecanvas libmatecomponent libmatecomponentui libmateconf libmatecorba libmatedesktop libmatekbd libmatekeyring libmatemenu libmatenotify libmatepanelapplet libmatepolkit libmateui libmatevfs libmateweather libmateweather-common marco marco-common mate-applets mate-applets-common mate-backgrounds mate-conf mate-conf-common mate-control-center mate-corba mate-core mate-desktop mate-desktop-common mate-dialogs mate-icon-theme mate-keyring mate-media mate-menus mate-mime-data mate-panel mate-panel-common mate-polkit mate-power-manager mate-power-manager-common mate-screensaver mate-session-manager mate-settings-daemon mate-settings-daemon-common mate-settings-daemon-gstreamer mate-system-monitor mate-terminal mate-terminal-common mate-text-editor mate-themes mate-vfs mate-vfs-common mate-window-manager python-mate
Remove MATE Environment
sudo apt-get remove libmatesensorsappletplugin mate-calc mate-desktop-environment mate-netspeed mate-sensors-applet mate-system-tools mate-utils mozo python-mate-menu system-tools-backends
Wednesday, October 17, 2012
Razor-QT environment
sudo add-apt-repository ppa:razor-qt sudo apt-get update sudo apt-get install razorqt
Monday, August 6, 2012
gThumb
sudo add-apt-repository ppa:webupd8team/gthumb sudo apt-get update sudo apt-get install gthumb
Tuesday, July 24, 2012
EXIF/MP3 metadata in Nautilus
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install nautilus-columnsin Nautilus: Edit->Preferences
Subscribe to:
Posts (Atom)




















