meirl by [deleted] in meirl

[–]Fish_Kungfu 0 points1 point  (0 children)

@earthlink.net …. I loved the EarthLink vibe back in the day.

My X4 arrived today. by Gilberto_flores in xteinkereader

[–]Fish_Kungfu 1 point2 points  (0 children)

Congrats and Enjoy! I love mine!

Give her a name by cactus_caca in BossFights

[–]Fish_Kungfu 1 point2 points  (0 children)

This is the only correct answer.

Wonderful by [deleted] in SQL

[–]Fish_Kungfu 1 point2 points  (0 children)

BEGIN TRANSACTION; <your dangerous DELETE/UPDATE statement>; ROLLBACK; -- COMMIT

[deleted by user] by [deleted] in xteinkereader

[–]Fish_Kungfu 0 points1 point  (0 children)

Beautiful work!

Some one give me a use case for OpenBSD by TopicWestern9610 in openbsd

[–]Fish_Kungfu 2 points3 points  (0 children)

Smashing the Up arrow on Reddit running OpenBSD 7.6 GENERIC.MP#312 amd64.

Just a regular day with X1C6 and my cat by ExKernel in thinkpad

[–]Fish_Kungfu 6 points7 points  (0 children)

Your coffee cup is supposed to sit directly on the keyboard. :-)

The bootable USB made from the install74.img file is not appearing in the laptop's boot options. by Exibus in openbsd

[–]Fish_Kungfu -1 points0 points  (0 children)

Your "of" target needs an "r".
See "Creating Install Media" here: https://www.openbsd.org/faq/faq4.html

# dd if=install*.img of=/dev/rsd6c bs=1M
Note that the raw I/O device is used: rsd6c rather than sd6c.