Setting Up a Mail Server with Postfix: A Step-by-Step Guide
When setting up a mail server on Linux, Postfix is one of the most popular choices for a mail transfer agent (MTA). Whether you’re sending […]
Continue reading »Golden nuggets where no entry is longer than my expected attention span
When setting up a mail server on Linux, Postfix is one of the most popular choices for a mail transfer agent (MTA). Whether you’re sending […]
Continue reading »What you need to know There are several benefits of using SSH (Secure Shell) for remote access and file transfer: Overall, SSH is a powerful […]
Continue reading »When developing a Flask application, you normally run it from the terminal using flask run or in the code app.run() But when the app is […]
Continue reading »With Flask you can have your backend coded in minutes, and with for example a Linode server you can get a $10/month-server up and running […]
Continue reading »I just found this amazing article about the finer details of Websockets, and how to implement a WS server using Ruby. I just had to […]
Continue reading »If you have an account at the eminent service dyndns.com, you can update it automatically from your host by using this method: Start by installing […]
Continue reading »I can’t stand long articles so here’s a short bullet list: Searching in:channelname, in:name, from:username, from:me, has:link, has:star, has:emojiname, before, after, on, during Commands /remind […]
Continue reading »Since you need a domain name, and I almost always use dynamic domain services, I recommend setting up ddclient so that the dynamic DNS is […]
Continue reading »Putting a server on the internet is today similar to walking alone at night in a part of the city you know nothing about, where […]
Continue reading »Linux is great, but granted, sometime it can feel a little complicated. Installing and configuring software always start with a Google: “howto install XXX Ubuntu […]
Continue reading »(since I always forget the username part) mkdir MyDir sudo mount -t cifs -o username=myusername,password=mysecretpass //<ip-address>/SHARE MyDir/ Reference: https://access.redhat.com/solutions/448263
Continue reading »Note: All commands must be prefixed with “sudo” in case your user account doesn’t have enough privileges. System $ uname -a Displays Linux system information […]
Continue reading »Do you get 100Mbps link speed when you expected Gigabit? In my experience, it´s always the cable to blame, 9 times out of ten. The […]
Continue reading »This worked for me: https://askubuntu.com/questions/522431/how-to-send-an-email-using-command-line With CERT fixes from here: https://stackoverflow.com/questions/39341137/postfix-must-issue-a-starttls-command-first
Continue reading »MySQL/MariaDB Remember to change bind-address to 0.0.0.0. By default it is set to 127.0.0.1 and then you can’t connect remotely! Exactly which config file it […]
Continue reading »http://www.linuxproblem.org/art_9.html Basically you add the content of your own ~/.ssh/id_rsa.pub to the targets ~/.ssh/authorized_keys file. (Replace ‘a’ with your username, A with your hostname or […]
Continue reading »First of all, check the documentation: https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server then go ahead: sudo apt-get install samba decide which LINUX user should be used (or create a new). […]
Continue reading »You know how it is, you need to download a 3GB install kit, but don’t want to disturb the missuz by clogging all the bandwidth. […]
Continue reading »Huvudsakligen från https://sulo.se/2011/02/24/svenska-vps-leverantorer-en-prisjamforelse/ https://www.fsdata.se/server/vps http://www.glesys.se/vps.php https://www.oderland.se/tjanster/cloudvps/ http://www.patrikweb.net/content/section/24/51/ http://www.ipeer.se/linux-vps.php https://www.crystone.se/vps http://www.surftown.se/vps/priser http://www.space2u.com/vps.php http://www.itstaden.se/Serverdrift/Virtuell+Server.html Virtuell Privat Server http://www.internetverket.se/premium-vps Molntjänster http://www.adminor.net/vps http://www.securehosting.se/index.php/virtual-servers http://foretag.netit.se/?page_id=564 http://acon.se/tjanster/virtuell-server/ https://www.dalnix.se/tjanster/
Continue reading »http://www.simonthepiman.com/how_to_setup_windows_file_server.php
Continue reading »I had to transfer lots (LOTS) of video files from my IMAC where I had catptured a bunch of older DV tapes. Since space ran […]
Continue reading »