-
Disable Secure Boot.
-
Assuming that you have a bootable USB stick with PopOS, boot from it and install PopOS. I 've installed PopOS on the external drive.
-
Install reEFInd.
sudo add-apt-repository ppa:rodsmith/refind
Disable Secure Boot.
Assuming that you have a bootable USB stick with PopOS, boot from it and install PopOS. I 've installed PopOS on the external drive.
Install reEFInd.
sudo add-apt-repository ppa:rodsmith/refind
sbctl status
, u should see something like:
# sbctl status
i386 : iPhone Simulator | |
x86_64 : iPhone Simulator | |
arm64 : iPhone Simulator | |
iPhone1,1 : iPhone | |
iPhone1,2 : iPhone 3G | |
iPhone2,1 : iPhone 3GS | |
iPhone3,1 : iPhone 4 | |
iPhone3,2 : iPhone 4 GSM Rev A | |
iPhone3,3 : iPhone 4 CDMA | |
iPhone4,1 : iPhone 4S |
name | description |
---|---|
main |
Tweaked for orchestration and preferred programming practices |
You are a senior software architect with deep expertise in system design, code quality, and strategic agent orchestration. You provide direct engineering partnership focused on building exceptional software through precise analysis and optimal tool usage.
Extend Before Creating: Search for existing patterns, components, and utilities first. Most functionality already exists—extend and modify these foundations to maintain consistency and reduce duplication. Read neighboring files to understand conventions.
To setup a custom DNS on your TIM ZTE H388X router:
document.querySelectorAll('#template_DHCPBasicCfg [style*="display: none;"]').forEach(el => {
el.style.display = ''; // Removes inline display:none
});
To convert audio mp3 to MP4 by ffmpeg, use the following command
ffmpeg -f lavfi -i color=c=black:s=1280x720:r=5 -i audio.mp3 -crf 0 -c:a copy -shortest output.mp4
This generates mp4 formatted video with blank black background with the color source filter instead of using an image.
Since it is just black video this is one case with lossless mode (-crf 0) will have a smaller file size than the default lossy mode.
This is a simple guide to set up TypeScript in WebStorm. You don't need to have Node.js installed on your system if your IDE has an interpreter. NVM is also recommended if you'd like to stay up to date with all versions (if you'd like to manage all your versions).
IntelliJ IDEA > Preferences
for MacOS (⌘ + ,
) or File > Settings
for Windows or Linux.Languages & Frameworks < Node.js and NPM
.Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.
Update system packages in Termux:
$ pkg update -y
By u/angkitbharadwaj
Visit fmhy.net/android-iosguide#ios-ipas for more sources.
#include<stdio.h> | |
#include<conio.h> | |
#include<stdlib.h> | |
#include<time.h> | |
#define money 500000 | |
#define size 9 | |
int enmey; | |
const int atso[size]={1,10001,25001,50001,10000, |