Welcome to Delicate template
Header
Just another WordPress site
Header

Samba is a client server aplication that used to share a file between windows and linux. For installing, you can go to this link.

This tutorial will discuss about how to determine different authority for different user. Why we have do that? Because if every user has same authority, level of shared data security become very low.  There is possibility for user to remove share data with deliberated or not.

First, prepare your user list and folders to e shared. For example:

  • Folder List (Music, Data)
  • User List (Admin, Staff, Guest)

Example for user access authority’s rule:

File

Admin

Staf

Guest

Music Read & Write Read & Write Read Only
Data Read & Write Read Only Read Only
  1. Create Music and data folder in Home, for example in admin home, then set folder acces mode become 777 (more…)

have you ever see that notice? Its because you can’t entering directly to the login prompt after server restarted or shut down. Its annoying because we have to type “exit” to entering login prompt.

open file /etc/default/grub and then edit from :

GRUB_DEFAULT=0

GRUB_HIDDEN_TIMEOUT=0

GRUB_HIDDEN_TIMEOUT_QUIET=true

GRUB_TIMEOUT=10

GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`

GRUB_CMDLINE_LINUX_DEFAULT=”quiet”

GRUB_CMDLINE_LINUX=”"

To: (more…)

SAMBA is server aplication that provide smb protocol based sharing services, so sharing process could be run  between windows and linux system. For detail information, you can find here.

1. First of all, you have to install SAMBA’s server aplication in your ubuntu server with this command:

    ~$sudo apt-get install samba

(I used SAMBA  3.0.28a-1ubuntu4.9 version)

2. After you finish, you can check using nmap, to make sure your SAMBA’s service running well in your server. You have to log in to your server first, and run this comman:

      ~$sudo nmap localhost (more…)

How to install skype in Ubuntu

October 6th, 2011 | Posted by admin in Networking | Ubuntu - (0 Comments)

Skype is software aplication that allow user to make voice call and video call over the internet. But how to install skype in ubuntu operation system? Here the way:

  • Add sources to your aplication list with this command:
echo “deb http://download.skype.com/linux/repos/debian/ stable
non-free #Skype” | sudo tee -a /etc/apt/sources.list > /dev/null
  • Import “keys” apt into your system with this command:
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 0xd66b746e
  • Update your list apt with this command:
sudo apt-get update
  • Then install the skype through software center or with this command:
sudo apt-get install skype

But don’t forget to signing up to skype website before you use your skype, or you can also sign up from your new installd skype.