SmIley faces in iPhone
How to input smiley faces in iPhone?
I use Emoji Free app to enable the Emoji input methods. It is quite good and enables inputing of many nice smiley faces and icons.
The app from App Store: Emoji Free app.
How to input smiley faces in iPhone?
I use Emoji Free app to enable the Emoji input methods. It is quite good and enables inputing of many nice smiley faces and icons.
The app from App Store: Emoji Free app.
One of the most significant threats to public blockchain networks is a 51% attack, where a single entity gains control over the majority of the network’s mining power. In this blog post, we will discuss the concept of a 51% attack, its potential consequences, and measures to prevent it. What is a 51% Attack? A…
How to restore a Gnome 3 session? Which means: opening all the programs running last time when I log out in Gnome 3. If your purpose is to automatically start programs after logging in Gnome, another possible method is using the autostart script: https://www.systutorials.com/qa/119/how-to-write-a-autostart-script-for-gnome Run gnome-session-properties. In the “Options” tab, select “Automatically remember running applications…
Readers may ask “there are lots Q&A sites. Why do you set up ask.fclose.com?”. There are mainly two reasons: I have some tips to share which are short and fit into the Q&A model very well. These tips sometimes do not fit into a relative long blog post. Hence, I post them as Q&As. Some…
How to advertise a different router/gateway ip via DHCP in OpenWRT? In general, you need to configure the DHCP option with code 3 (router). (A list of all options can be found in http://www.networksorcery.com/enp/protocol/bootp/options.htm ) For example, to advise the gateway IP 192.168.1.2, you will send this option: “3,192.168.1.2” Now, for OpenWRT, you have 2…
UDP has its advantages over TCP, such as being relatively lightweight and receiving one packet per read call (recvmsg), although the programmers need to handle related issues, such as packet lost and out-of-order packets delivery. This post gives information and references on how to write UDP programs in a C/Linux environment. What is UDP Check…
DVD disks are still commonly used in some areas while the disks are not fast and convenient enough for frequent usage. For frequent usage or archiving, an image of the DVD on hard drives will be better. ISO images do not use a particular container format. They are just a sector-by-sector copy of the data…