Posts

Azure Day 1 - Bastion host

Image
The Bastion host is deployed in the virtual network. The user connects to the Azure portal using any HTML5 browser. The user selects the virtual machine to connect to. With a single click, the RDP/SSH session opens in the browser. No public IP is required on the Azure VM. Key features:  Connect your RDP and SSH sessions directly in the Azure Portal using a single click experience Log into your Azure virtual machines and avoid public Internet exposure using SSH and RDP with private IP addresses only Integrate and traverse existing firewalls and security perimeter using a modern HTML5 based web client and standard SSL ports Use your SSH keys for authentication when logging into your Azure virtual machines No Public IP required on the Azure VM: Azure Bastion opens the RDP/SSH connection to your Azure virtual machine using private IP on your VM. You don't need a public IP on your virtual machine. No hassle of managing NSGs Protection against port scanning

Tập sống hạnh phúc

Khi chúng ta chết đi, tiền của chúng ta vẫn còn ở trong ngân hàng... Tuy nhiên, khi chúng ta còn sống, chúng ta lại nghĩ mình không có đủ tiền. Thực tế thì, khi chúng ta qua đời, chúng ta vẫn còn rất nhiều tiền chưa tiêu đến. ● Câu chuyện: Một ông trùm người Philippines qua đời, để lại cho vợ 1,9 tỉ đô trong ngân hàng. Bà vợ ông sau đó đã lấy người lái xe của chính ông. Người lái xe nói: Tôi đã nghĩ tôi phải làm việc cho ông chủ mình. Nhưng giờ đây, tôi mới nhận ra rằng cả đời ông chủ đã làm việc cho tôi. Điều quan trọng là sống lâu hơn là có nhiều của cải. Vì vậy chúng ta phải cố gắng để sống khỏe mạnh. ● Bạn có biết: - Với một chiếc điện thoại xịn thì 70% chức năng của nó chúng ta không dùng đến. - Với một chiếc xe đắt tiền thì 70% tốc độ và các đồ phụ kiện là không cần thiết. - Với 1 căn biệt thự thì đến 70% không gian là chúng ta không dùng đến. - 70% quần ào trong tủ của bạn không được mặc tới. Cả cuộc đời làm việc thì đến 70% số tiền kiếm được là dành cho người khác

Lệnh Git stash

Stashing your work The  git stash  command takes your uncommitted changes (both staged and unstaged), saves them away for later use, and then reverts them from your working copy. For example: At this point you're free to make changes, create new commits, switch branches, and perform any other Git operations; then come back and re-apply your stash when you're ready. Note that the stash is local to your Git repository; stashes are not transferred to the server when you push. Re-applying your stashed changes You can reapply previously stashed changes with  git stash pop : Popping  your stash removes the changes from your stash and reapplies them to your working copy. Tham khảo: https://www.atlassian.com/git/tutorials/saving-changes/git-stash#stashing-your-work

How to install Onedrive on Ubuntu

Use Ubuntu 16.04 LTS Install from source with  pip  (recommended) To install latest  onedrived  from source with  pip3 , run the command below. Notes: git  must be installed on the system. To install onedrived system-wide (that is, make onedrived program available to all users in the OS), remove argument  --user  from the command). $ pip3 install --user git+https://github.com/xybu/onedrived-dev.git Usage onedrived  exposes two commands --  onedrived  and  onedrived-pref . The former is the "synchronizer" and the latter is the "configurator". If you want to run it directly in code repository without installing the package, in the following example commands replace  onedrived  with  python3 -m onedrived.od_main  and replace  onedrived-pref  with  python3 -m onedrived.od_pref . onedrived-pref drive set Reading drives information from OneDrive server... onedrived start --debug We can set the ignore path as in this file: Success

Sử dụng Redshift để chỉnh màu laptop

Ngày nay khi thời gian sử dụng máy tính của mọi người càng tăng lên, đặc biệt là nhân viên văn phòng thì kéo theo đó là các bệnh về mắt và tật khúc xạ cũng càng tăng lên. Màn hình máy tính là đối tượng mà chúng ta phải tiếp xúc gần như liên tục trong cả ngày làm việc thường gây ra các hiện tượng mỏi mắt, chảy nước măt sống, do màn hình máy tính phát ra các tia ánh sáng xanh gây độc hai cho mắt và một số hội chứng như khó ngủ... Để giảm bớt tác hại của ánh sáng xanh trên máy tính, hôm nay mình giới thiệu với các bạn ứng dụng Redshift chạy trên nền tảng Linux Ubuntu có thể điều tiết ảnh sáng giúp chúng ta nhìn màn hình đỡ mỏi mắt hơn. Ngoài ra trên các nền tảng khác như windows & Mac cũng đều có các ứng dụng tương tự. Cách cài đặt phần mềm Redshift, chỉ cần chạy lệnh sau lên terminal. $ sudo apt install redshift Sau đó bạn có thể tùy chỉnh nhiệt độ màu của màn hình tùy theo nhu cầu. Dưới đây là hướng dẫn sử dụng Usage: redshift -l LAT:LON -t DAY:NIGHT [OPTIONS...]

Anphabe

Image