Feel

全是爱,到哪里都听到爱的呼叫.··★·._.·˙`˙··★.


  • Home

  • Archives

Power 10 Linux Commands

Posted on 2019-11-20
  1. redo last command but as root

sudo !!

  1. open an editor to run a command

ctrl+x+e

  1. create a super fast ram disk

mkdir -p /mnt/ram
mount -t tmpfs tmpfs /mnt/ram -o size=8192M

  1. don’t add command to history (note the leading space)

    ls -l

  2. fix a really long command that you messed up

fc

  1. tunnel with ssh (local port 3337 -> remote host’s 127.0.0.1 on port 6379)

ssh -L 3337:127.0.0.1:6379 root@emkc.org -N

  1. quickly create folders

mkdir -p folder/{sub1,sub2}/{sub1,sub2,sub3}

  1. intercept stdout and log to file

cat file | tee -a log | cat > /dev/null

bonus: exit terminal but leave all processes running

disown -a && exit

3 nen B gumi Kinpachi-sensei e207

Posted on 2019-11-19

The girl in the 3 grade class stands up and speak about her not-join the final exam for entering high school so she wishes the final team work event, which most kids in the class think of it as a total distraction and a waste of their precious time to be apprecated and worked hard at.

Her language is slow. I don’t know if this is her not good at acting or this is just her into the role. It worked. You can feel the sadness of departure from the state of the middle high which is to most kids a total survival fight.

This episode is about the class preparing the event with an idea to present to the school what they can do to show their team work and abilities outside academic.

The show is from 80s. The actor, the main guy, the role being the master or main key teacher of the class 3 nen B gumi, he is called the “teacher of the nation” after the show aired. He has basiclly becomes a model for teacher in Japan.

The first season is a blast to mind even I watch it today 2019. It touches topices extremely important and realistic, even taboo in some way. For example, there are 4 episode out of 23 episodes in the 1st season of the show, btw there is 8 season in total, there were these 2 kids, a boy and a girl in the same class, same middle high 3B class, they fell in love, and the girl got preganent. Following the story line, watching all the roles, parents, classmates, teachers, themselves, their reactions, their changes, the story is written brilliantly.

Hexo Admin

Posted on 2018-11-09

Hexo Admin https://github.com/jaredly/hexo-admin

upload successful

Linux HDD information (SATA/SCSI/SAS/SSD)

Posted on 2018-10-28

举例一:

[reistlin@reistlin.com ~]$ cat /proc/scsi/scsi | grep Model
Vendor: ATA Model: OCZ-VERTEX2 3.5 Rev: 1.27
Vendor: ATA Model: OCZ-VERTEX2 3.5 Rev: 1.27

Read more »

TimeZone Explained

Posted on 2018-10-28

http://www.linuxsa.org.au/tips/time.html

Linux Tips Linux, Clocks, and Time


Introduction

This document explains how to set your computer’s clock from Linux, how to set your timezone, and other stuff related to Linux and how it does its time-keeping.

Read more »

Memcache Monitor PHP Script

Posted on 2018-10-28

Save it as memcache.php on the web root and use
http://domain/memcache.php?op=1 to view

Download here # It works!

Find Explained

Posted on 2018-10-28

http://blog.chinaunix.net/space.php?uid=20488859&do=blog&id=1941203

由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( NFS),find命令在该文件系统中同样有效,只你具有相应的权限。

Read more »

Most Powerful Colors

Posted on 2018-10-28

http://www.360doc.com/content/10/0917/21/12727_54462553.shtml
http://www.colourlovers.com/business/blog/2010/09/15/the-most-powerful-colors-in-the-world

前不久,ColourLovers.com公布了一项调查结果。

Read more »

JSXGraph

Posted on 2018-10-28

http://jsxgraph.uni-bayreuth.de/wp/

Interactive Geometry, plotting, visualization

JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. It is implemented completely in JavaScript, does not rely on any other library, and uses SVG, VML, or canvas. JSXGraph is easy to embed and has a small footprint: less than 100 KByte if embedded in a web page. No plug-ins are required! Special care has been taken to optimize the performance.

Starting with version 0.80, JSXGraph supports multitouch devices like the Apple iPad. Since version 0.82 the canvas element is supported, too. That means, JSXGraph also runs on Android devices.

JSXGraph is developed at the Lehrstuhl für Mathematik und ihre Didaktik, University of Bayreuth, Germany.

CSS3 Shadowed Text

Posted on 2018-10-28

text-shadow: 0 1px 2px #B2A98F, 0 6px 10px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.1), 0 24px 20px rgba(0, 0, 0, 0.1)

upload successful

So neat!

12

Feel

15 posts
© 2019 Feel
Powered by Hexo
|
Theme — NexT.Muse v5.1.4