USB drive that boots up to a Linux environment to read papers, comment on them and think freely.
- light, nice looking environment
- [[Pomodoro]] timer
- Wi-Fi, Ethernet support
# Send the IP address of your BambuLab printer to port 2021/udp, which BambuStudio is listens on. | |
# | |
# Ensure your PC has firewall pot 2021/udp open. This is required as the proper response would usually go to the ephemeral source port that the M-SEARCH ssdp:discover message. | |
# But we are are blindly sending a response directly to the BambuStudio listening service port (2021/udp). | |
# | |
# Temporary solution to BambuStudio not allowing you to manually specify the Printer IP. | |
# | |
# Author(s): gashton <https://github.com/gashton>, Fritz webering <https://github.com/fritzw> | |
# | |
param ( |
div.mermaid { | |
text-align: center; | |
} | |
h6 { | |
text-align: right; | |
position: relative; | |
bottom: 43px; | |
padding: 0px; | |
border-bottom: 1px solid #888; |
USB drive that boots up to a Linux environment to read papers, comment on them and think freely.
TI C2000 MCU Initializaiton from Scratch
This document is prepeared to standartize our way of creating a new project on C2000 family microcontrollers. In acts as a guide to prepare for a new project on a TMS320F29379D Launchpad boards with a fresh install on windows. The software developement kit is specified as C2000Ware and its expansions such as MotorControl pack and DigitalPower pack with offline installation.
%% | |
clc | |
clear all | |
%% | |
a = imread('C:\Users\ozgur\Desktop\sxs.jpg'); | |
imshow(a); | |
[RGBdata, map, alpha] = imread('C:\Users\ozgur\Desktop\sxs.jpg', 'jpg'); | |
%% Filter out white |
%% | |
clc | |
clear ; | |
close all | |
%% | |
figure; | |
set(gcf,'Position',[0 0 1000 500]); | |
set(0,'defaulttextinterpreter','latex'); | |
set(gca,'TickLabelInterpreter','latex') ; | |
%% |
Observed with linux machine trying to connect to another linux machine with xrdp installed.
[ozgur@ozgur ~]$ rdesktop -u <USERNAME> -p <PASSWORD> <IP>
Connection established using plain RDP.
Clipboard(error): xclip_handle_SelectionNotify(), XGetWindowProperty failed
Clipboard(error): xclip_handle_SelectionNotify(), unable to find a textual target to satisfy RDP clipboard text request
Clipboard(error): xclip_handle_SelectionNotify(), XGetWindowProperty failed
Aruba VIA - Linux – Ubuntu 64-bit Debian 4.4.0 https://asp.arubanetworks.com/downloads;pageIndex=1;products=Aruba%20Virtual%20Intranet%20Access%20%28VIA%29 it is a DEB package !
cd ~/Downloads
debtap yourfile.deb