Skip to content

Instantly share code, notes, and snippets.

View mkhlil1288's full-sized avatar

Mahmoud Khalil mkhlil1288

View GitHub Profile
@mkhlil1288
mkhlil1288 / Ubuntu: Samba Share
Created August 10, 2016 01:14 — forked from denis-shvets/Ubuntu: Samba Share
Ubuntu: Samba Share
# sudo nano -w /etc/samba/smb.conf
[www]
comment = Web Folder
path = /home/username/www
available = yes
valid users = username
read only = no
browseable = yes
public = yes
server {
listen 80;
server_name laravel.dev;
root /var/www/vhosts/laravel.dev/public;
index index.html index.htm index.php;
charset utf-8;
location / {
@mkhlil1288
mkhlil1288 / issues.md
Last active November 9, 2016 08:11
Some popular issues i'm facing continually

To make router as a repeater or AccessPoint

  1. Change router Ip to 192.168.1.200 and Disable the DHCP Server
  2. From wan make connection type (bridge), tick LAN1 LAN2 LAN3 LAN4 SSID1 SSID2 SSID3 and SSID4
  3. Choose service list only (INTERNET)
  4. Restart...
  5. Done