yuhsi chen·9 hours agoUbuntu 20.04中使用GParted磁碟分割工具製作可開機SD卡|Use GParted to create a bootable SD card in Ubuntu 20.04目錄 Content 1️⃣安裝GParted 2️⃣選擇預製作的SD卡 3️⃣取消掛載並刪除已存在分割區 4️⃣分割為BOOT及rootfs 5️⃣輸入指令檢查 Reference 1️⃣安裝GParted apt-get install gpartedUbuntu 20 043 min read
Richardhess·20 hours ago安裝VMware與Ubuntu大部分的人(至少一開始想接觸ros的人)應該都沒有Linux作業系統的電腦,因此我們需要使用到虛擬機。這邊使用VMware並安裝Ubuntu 20.04 LTS。 其他的虛擬機軟體(如O開頭的廠牌)我也有試過,但用下來還是覺得VMware在對硬體(包括之後要用到的RGBD Camera)的相容性來講比較好一點。 1. 下載VMware 到VMware繁中官網下載就好,或是直接點及這裡。 2. 下載Ubuntu 20.04 LTS 這篇文章是在2022年寫的,若讀者閱讀時已經出了新的ubuntu版本,可以先參考新的版本對應到哪個ros版本再進行下載,步驟基本上都差不多。 也因為寫這篇文章時已經出了Ubuntu 22.04 LTS,官網找不到20.04的版本,故圖片先用22.04當作示範。google搜尋打上ubuntu 20.04 lts download還是可以找到20.04版本。 直接點選Download鍵就好,並確認下載好的iso檔的檔案位置。Vmware5 min read
Pradeep Kumar T S·2 days agoInstallation of NS2 (ns-2.35) in Ubuntu 20.04Step 1: Install the basic libraries like $] sudo apt install build-essential autoconf automake libxmu-dev Step 2: install gcc-4.8 and g++-4.8 open the file using sudo mode $] sudo nano /etc/apt/sources.list Include the following line deb http://in.archive.ubuntu.com/ubuntu bionic main universe $] sudo apt install gcc-4.8 g++-4.8 Unzip the ns2 packages to home folder $] tar zxvf ns-allinone-2.35.tar.gzNs 21 min read
Pradeep Kumar T S·2 days agoInstalling ns-3.34 in Ubuntu 20.04Follow the video link for complete step by step instructions on the installation. This version fixes the compilation issues of vanet-routing-compare.cc (bug in ns3.33) Issue the following commands after opening a terminal $ sudo apt install g++ python3 python3-dev python-dev pkg-config sqlite3 python3-setuptools git…Ns 31 min read
Tmahendrakar·4 days agoHow to install OpenVINO on Ubuntu Mate 20.04 LTS for Raspberry Pi 4 64-bit?I am new to messing around with an RPI and almost all of the network set-up. My end goal is to run multiple pi’s together to perform robotic operation in real-time with the aid of computer vision. Since I am brand new to this application, I have stared at multiple…Raspberry Pi3 min read
Vikas Sharma·May 19Deploy a containerized Static Website using Docker on WSL (Windows Sub-system for Linux) Ubuntu 20.04Install docker, launch Ubuntu app on Wondows (10 pro or 11 insiders) and type: sudo apt-get install docker.io -y If you get some error’s while installing docker, its possibly because of updates pending. Just run updates and try above command again : sudo apt-get update sudo…Docker7 min read
Musab Sarı·May 17İnstallation sSMTP on Ubuntu20.04sSMTP is a program which delivers email from a local computer to a configured mailhost (mailhub). It is not a mail server (like feature-rich mail server sendmail) and does not receive mail, expand aliases or manage a queue You can send your external e-mails from your terminal via ssmtp. You…Ssmtp2 min read
Rammahayufitra·May 13Cara Install Docker di Ubuntu 20.04Hallo Lur, ini adalah artikel ke-3 yang saya tulis di medium. Nah, di artikel ke-3 ini saya mau sharing bagaimana cara install docker di Ubuntu 20.04. Kenapa? karena kebetulan saya lagi install docker di PC saya nah itung-itung buat dokumentasi ney hehehe. …Install3 min read
Rammahayufitra·May 13Cara Install Docker di Ubuntu 20.04Hallo Lur, ini adalah artikel ke-3 yang saya tulis di medium. Nah, di artikel ke-3 ini saya mau sharing bagaimana cara install docker di Ubuntu 20.04. Kenapa? karena kebetulan saya lagi install docker di PC saya nah itung-itung buat dokumentasi ney hehehe. …Docker3 min read
Edson Kimuli·May 7Configure Nagios 4 with Nginx on Ubuntu 20.04Nagios is an open source software for system and network monitoring. It remotely monitors specified hosts and services, alerting the administrator in case critical services in a network, such as SMTP, HTTP, SSH, FTP and others fail. …Nagios6 min read