iMarket Digital Properties

0 %
iMarket Digital Properties Ltd
Design · Develop · Monetize · Support
  • Location:
    United Kingdom
  • City:
    London
  • Service Area:
    Global
Business Systems
Business Services
24/7 Support
Websites
Web Applications
E-commerce Solutions
Digital Platforms
Products & Services
Public & Private Networks

Tag: server

UFW Firewall Policies

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-16-04 info on system logging: http://askubuntu.com/questions/184290/why-im-getting-this-ufw-block-in-my-syslogs http://askubuntu.com/questions/828223/ufw-block-entries-in-the-log

How To Add User Permissions To A Folder In Ubuntu

https://www.linuxbabe.com/ubuntu/install-resilio-sync-ubuntu-16-04-16-10 1. You might encounter the following error message. That’s because Resilio Sync is running as rslsync user. Don’t have…

How To Copy Files From One Directory To Another In Ubuntu

http://askubuntu.com/questions/80065/i-want-to-copy-a-directory-from-one-place-to-another-via-the-command-line http://askubuntu.com/questions/86822/how-can-i-copy-the-contents-of-a-folder-to-another-folder-in-a-different-directo $ sudo cp -R Source_Folder Destination_Folder example: $ sudo cp -R /media/mydrive/Movies /media/backup This command can also be…

How To Format A 3TB + Drive On Ubuntu

https://joshstrange.com/ubuntu-formatting-a-3tb-drive/ 1. To find the drive name (will be something like ‘/dev/sdX’ – where X is a letter like ‘a’…

Configure Samba File Sharing In Ubuntu

https://www.howtoforge.com/tutorial/samba-server-ubuntu-16-04/ http://computerbeginnersguides.com/blog/2016/05/26/install-and-configure-samba-file-sharing-in-ubuntu-16-04-xenial-xerus/ https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way! The Windows machine must be in the same workgroup. To check the value in the Windows machine…

How To Change The Hostname On Your Ubuntu System

https://www.server-world.info/en/note?os=Ubuntu_16.04&p=hostname 1. Temporarily change hostname. (but if rebooting, it will be back). show current hostname: $ hostname ubuntu # output…