Illustration for Booting SliTaz Linux Using an Android Phone

Booting SliTaz Linux Using an Android Phone

For Android phone users, almost everyone knows that connecting your phone to a computer via USB allows it to function as a USB drive for file storage. But did you know that an Android phone can also be used to boot Linux on a computer? First, let's discuss computer booting. When you press the power button, components like the CPU and memory receive power and begin executing a pre-installed program on the motherboard called BIOS. BIOS then starts your operating system in the following ways: It searches devices in the boot order sequence (optical drive, hard disk, network, etc.) as configured. If a bootable device is found, it executes the code on that device to start the system. If you press the boot menu key (usually Esc or F12) to manually select the hardware,...

Illustration for Methods to Prevent Overheating in Apple Laptops

Methods to Prevent Overheating in Apple Laptops

Apple laptops' overheating sensors don't seem very sensitive. Even when I could feel the exhaust vent scalding hot, the fan stubbornly kept spinning at a leisurely 2000 rpm. The temperature at that moment was 90 degrees. For CPU temperatures measured in laptops: 70°C indicates a minor issue, 80°C warrants attention, 90°C... immediately check your machine for problems. Excessively high CPU temperatures shorten your CPU's lifespan, ruin your computing experience, and might even burn your legs if placed on your lap. If you jump up in surprise, your $1,500 Macbook could crash to the floor. During an extreme "devil-level test" conducted overseas, testers installed specialized software to push a Macbook to full load, easily hitting 100°C. Afterward,...

Illustration for ImageOptim: Compressing Images for Web Use

ImageOptim: Compressing Images for Web Use

First off, I did a quick search online. It seems that all MacBook series, whether Pro or Air, regardless of the OS version, have CPU overheating issues, especially when watching Flash. According to online reviews, the highest recorded temperature for a MacBook is 101 degrees Celsius. Next time I need to boil water, I'll just use it. As for frying an egg, the temperature might not be sufficient yet, but there's still room for improvement. Laptops are also called "lap-top computers." Next time, see who dares to put an Apple laptop on their lap when it's running at full load. Oh, and don't forget to delete smcFanControl—don't think I don't know you've cranked the fan speed to the maximum. ---------- End of Rant, Main Content Begins ---------- A website cannot lack images,...

Illustration for How to Keep Internet Connection When Closing Macbook Lid

How to Keep Internet Connection When Closing Macbook Lid

In the past, when I didn't use my computer, I'd simply close the lid. The screen would turn off while Thunder continued downloading files and QQ stayed online. Perfect! :-) However, when you close the lid on a Macbook, it enters true standby mode—the internet disconnects, and you can forget about QQ or Thunder. QQ can still be kept online via mobile, but Thunder... Even using your phone consumes battery. The phone needs charging, but after some time in standby, the Macbook automatically hibernates. When hibernating, the USB ports lose power, so your phone stops charging. I've never woken up to a fully charged phone. This bug must be fixed. So I searched online and found a software called Sleepless. As the name suggests, it prevents your computer from going into standby or hibernation....

Illustration for Manually Setting CPU Fan Cooling for Macbook

Manually Setting CPU Fan Cooling for Macbook

When designing products, Apple always strives to make devices as thin as possible. For phones, this isn't a major issue, but for laptops, thinner designs often lead to hotter machines! If the CPU consistently operates at high temperatures, it will age faster, shortening its lifespan and requiring earlier replacement. Therefore, monitoring CPU temperature is crucial. I noticed this issue while watching videos on Bilibili – my Macbook's exhaust vents were extremely hot. I immediately realized I needed temperature monitoring software. That's when I found smcFanControl , a tool that monitors CPU temperature and controls fan speed. It displays real-time CPU temperature and fan RPM in the menu bar. After downloading the .app file, right-click any Dock icon (except Finder, window icons,...

How to Run Multiple Instances of Mac QQ and Mobile QQ

I have two QQ accounts: one main account for daily use and a secondary one for casual purposes. However, the Mac version of QQ doesn't support multi-account login like the Windows version, and Android QQ doesn't allow multiple instances either. Therefore, we need to get creative. Running Multiple Mac QQ Instances The method is surprisingly simple: just press Command+N . This is Mac's shortcut for creating new documents. Now you get the idea, right? ^_^ Running Multiple Android QQ Instances Tencent offers two mobile QQ versions: the standard mobile version and the HD (tablet) version. Normally, we use the mobile version. But by installing the tablet version alongside it, you can run multiple instances. Steps: Visit http://qqhd.qq.com ....

Building Your Own CDN with Sina App Engine and Baidu App Engine

Warning: Due to my oversight, there was a mistake in a line of the SAE CDN index.php code. Please refer to the comment in the code below to correct it, otherwise it will cause issues with fetching remote images. Most people host their blogs abroad for reasons I won't elaborate on. However, SAE and BAE servers are located in China and offer fast speeds (though SAE, being in the China Telecom Access Network, experiences occasional instability). Therefore, we can use them to accelerate our blogs. Building CDN with SAE This method uses SaeLayerCDN, available in SAE's App Store for one-click installation. After installation, just modify a few simple settings....

JS Check-in for Social Comment Systems

Inspired by WP Blog One-click Check-in JS , I modified the JS code to implement one-click check-in functionality for Youyan and Duoshuo comment systems. Youyan Version: javascript : try { document . getElementById ( 'uyan_l_uname' ). value = 'Your Nickname' } catch ( err ) {} var myDate = new Date () var mytime = myDate . toLocaleTimeString () document . getElementById ( 'uyan_comment' ). value = 'Checked in today! Time: ' + mytime UYAN . addCmt ( document . getElementById ( 'uyan_cmt_btn' )) void 0 Usage: Open a page with Youyan and click once. Can be used without login, or after logging in via Weibo first. Duoshuo Version: javascript : var myDate = new Date () var mytime = myDate . toLocaleTimeString () document . getElementsByName ( 'message' ). item ( 0 )....

One-Click Check-in JS for WordPress Blog

This is something I came across on Arefly's blog. Original URL: http://www.arefly.com/zh-cn/wordpress-js-check/ Usage: Bookmark any webpage. Find the bookmark you just created, right-click to edit it. Change the name to "One-Click Check-in" or whatever you prefer, and replace the address with the following code: javascript : document . getElementById ( 'author' ). value = 'Your Nickname' document . getElementById ( 'email' ). value = 'Your Email' document . getElementById ( 'url' ). value = 'Your Website' var myDate = new Date () var mytime = myDate . toLocaleTimeString () document . getElementById ( 'comment' ). value = 'Checked in today! Time: ' + mytime submit . click () void 0 Remember to modify the nickname, email, and website in the code. Open the webpage where you want to check in,...

Illustration for Daily Laugh Series

Daily Laugh Series

Latest update: June 22, 2013 PAGE 32-33, Afterword, Cover (Final update, Daily Laugh concludes) Scroll all the way down to see the latest pages! Thanks to classmate Cai Ca for providing. (Cai Ca's Weibo: Tencent @fyc009cc, Sina @cyfcc) Answer to P11 is CC. For the first question, the sum of the number of letters of the two words on the left side of the equal sign equals the number of letters of the word on the right. For the second question, the starting letters of the 7 words are CAIQIPA (which sounds like 'Cai Qi Pa')....