Login
Discover
Waves
Decks
Login
Signup
bigear
@bigear
25
Followers
6
Following
1
Resource Credits
Available
Used
Created
2018-02-11 00:51
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
effectai
cryptocurrency
2018-02-09 17:46
bigear reblogged
Announcing the first official Effect.AI AMA on February 12th 3pm CET
Click here to view the original Reddit Post Hello everyone! We are proud to announce the first official Effect.AI AMA on February 12th at 3pm Central European Time. You are cordially invited to join us
$ 0.412
59
49
bigear
linux
2018-02-11 03:28
Vim config file
Copy the following to .vimrc " All system-wide defaults are set in $VIMRUNTIME/debian.vim and sourced by " the call to :runtime you can find below. If you wish to change any of those " settings,
$ 0.000
0
2
bigear
linux
2018-02-11 02:29
Arch Linux Gnome
1. Edit pacman source file sudo vim /etc/pacman.conf 2. Add the following code to the file [xenlism-arch] SigLevel = Never Server = 3. Update system source datebase sudo pacman -Syyu 4. Install
$ 0.000
3
1
bigear
linux
2018-02-11 02:10
Linux 进程调度浅析
概述 操作系统要实现多进程,进程调度必不可少。有人说,进程调度是操作系统中最为重要的一个部分。我觉得这种说法说得太绝对了一点,就像很多人动辄就说“某某函数比某某函数效率高XX倍”一样,脱离了实际环境,这些结论是比较片面的。 而进程调度究竟有多重要呢? 首先,我们需要明确一点:进程调度是对 TASK_RUNNING
$ 0.000
1
1
bigear
archlinux
2018-02-11 01:27
Install Arch Linux
格式化分区 fdisk /dev/sda mkfs.ext4 /dev/sda1 ==>boot mkfs.ext4 /dev/sda2 ==>/ mkfs.ext4 /dev/sda3 ==>tmp mkfs.ext4 /dev/sda6 ==>home mkswap /dev/sda5 ==>swap 挂载分区 mount /dev/sda2 /mnt mkdir
$ 0.000
1