as true as that is, without Vista we wouldnāt have 7.
I have put Fedora Silverblue on that portable SSD
Now it doesnāt work that well as I first expected, maybe I should just clone the local system (Regular Fedora) onto the SSD, as my initial plan is that after I have Fedora on the portable SSD I can put Windows back, but now Iām hesitating. Maybe I could just have two fedora systems where one is fully functional and the other one is meant to just be brought to any computer
I donāt know whatās the last time anyone has ever made a poll but here it is, Iām leaving my decision to you guys ![]()
- Fedora on both places
- Fedora on Internal, Windows on Portable
- Windows on Internal, Fedora on Portable
- Fedora on Internal, something else on Portable
I didnāt know that Polls were available on here
Looks like someone skipped their @discobot start advanced tutorial
Guilty as charged lol
November 19, 2025.
Only discourse ametƩurs don't know about polls. /jk
Honestly, Iāll take this. This is the only forum Iām on that uses discourse. So Iāve still got a lots to learn lol
Rest in peace, Windows 7 codebase. Youāre the goatest of the goat operating system before late 2010ās came around ![]()
Would you believe i definitely donāt own a Mac computer?
Havenāt you shown this before? Or was that redsus?
No, i havenāt. This is the first time i see this while snooping on news outletās HLS feeds ![]()
yes i would, cuz u can rent a mac server lol
got a trip to Bach Dang Giang yesterday
and also to vinwonder too and i saw i like to move it move it
nah im just use the normal text draw, no complicated time function lol
jkjk
the cpu temp is 28oCā¦. how tf linux can make my pc so chill?
Actually I misread that as ācanātā but whatever ![]()
Just take this as a reference
complicated?
//For 12 hour clock
document.getElementById("time").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: true }).split(" ")[0];
setInterval(function() {
document.getElementById("time").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: true }).split(" ")[0];
}, 60000);
//For 24 hour clock
document.getElementById("time-mt").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: false }).split(" ")[0];
setInterval(function() {
document.getElementById("time-mt").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: false }).split(" ")[0];
}, 60000);
//For Date
const days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
const months = ["January", "Febuary", "March", "April", "May", "June", "July", "August", "September", "November", "October", "December"];
document.getElementById("date").innerText = days[new Date().getDay()] + " " + new Date().getDate() + " " + months[new Date().getMonth()];
DEMO
Edit
The license on the code in this post has been updated to the GNU GPLv3 license, although anyone who has already obtained the code through the old license can still use it under the old terms.
Quote
uhhh thanks igā¦
Localization: HI
Hi as in the greeting, or H&I as in the TV station?
I suppose that itās a greeting for the sake of Iāve never heard of that thing as a TV station
Yeah definitely take into consideration that live multimedia is very distinct to each other in different countries the next time ![]()
Happy anniversary!
@EuropeanRat Mate, happy forumaversary!
All I did to figure out things was play around with the tools in a post.
Also, last time I recall, the tutorial has issuesā¦
GitHub Codespaces?
You could also use GitHub Codespaces btw
Thanks for the code, mate. A new update will be pushed soonā¦



