notes

Enable tuneling at proxmox lxc

Noted for me adding tuneling at proxmox lxc.

Open proxmox host shell and open /etc/pve/lxcnumber/lxc.conf (/etc/pve/100/100.conf) and then add this

lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir

and then
chown 100000:100000 /dev/net/tun

after that reboot the container and voila success if problem still occure change dns setting add 1.1.1.1 to the dns server

Thats it, its works for me

Happy coding and Salam ngoprek

Belajar Kubernetes dengan k3s bagian 1

Catatan belajar kubernetes dengan k3s, semoga bermanfaat juga buat yang lain

langkah pertama instalasi, saya menggunakan ubuntu server sebagai host dokumentasi k3s silahkan baca disini

Langkah langkah installasi k3s

curl -sfL https://get.k3s.io | sh -

lalu copykan config k3s ke kubectl dengan command

sudo cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
Setelah itu pastikan node berjalan dengan mengetikkan
kubectl ger nodes
Biasanya butuh beberapa saat sampai dengan nodes berjalan
Apabila status ready seperti diatas maka k3s sudah berjalan, selamat anda sudah berhasil menginstall k3s
Happy coding dan salam ngoprek

Run office 365 at ubuntu

 

The easy way to run office365 with Ubuntu, and feel like you have installed Office in your Ubuntu, this is how I do it

First, you must have an office365 account activated and also install office365webdesktop apps in your Ubuntu using snap

like this

 sudo snap install office365webdesktop --beta

And then open office365webdesktop in your application that’s it, done.

Happy coding

smtp server outlook 365

Email ProviderIMAP SettingsPOP SettingsSMTP Settings
Microsoft 365

Outlook

Hotmail

Live.com

Server: outlook.office365.com

Port: 993

Encryption: SSL/TLS

Server: outlook.office365.com

Port: 995

Encryption: SSL/TLS

Server: smtp.office365.com

Port: 587

Encryption: STARTTLS

MSNServer: imap-mail.outlook.com

Port: 993

Encryption: SSL/TLS

Server: pop-mail.outlook.com

Port: 995

Encryption: SSL/TLS

Server: smtp-mail.outlook.com

Port: 587

Encryption: STARTTLS