Let $C_c(\mathbb{R})$ be the following:
$$C_c = \{ f \in C(\mathbb{R}) \mid \exists \text{ } T > 0 \text{ s.t. } f(t) = 0 \text{ for } |t| \geq T\}$$
Let $T_n \in L(C_c(\mathbb{R}))$ be a linear operator such that:
$$T_n u = \delta_n *u, \forall u \in C_c(\mathbb{R}),$$
where
$$ \delta_n(t)= \begin{cases} n^2(t+1/n) & -1/n \leq t \leq 0 \\ -n^2(t-1/n) & 0 < t \leq 1/n \\ 0 & \text{elsewhere} \end{cases} $$
I have to prove that with respect to the 2-norm, the operator $T_n$ has $\|T_n\| = 1$ and I have succeeded in proving that $\|T_nu\|_2 \leq \|u\|_2, \forall u \in C_c(\mathbb{R}).$
Now, I remained to prove that $\exists \text{ } u \in C_c(\mathbb{R}) \text{ s.t. } \|T_nu\|_2 = \|u\|_2$, but I really don't get how $u$ should be shaped in order to satisfy it.
Probable solution:
What we are interested in is proving that:
$$\lim_{m\to\infty} \|T_nu_m\|_2 = 1$$
If we write $u_m(t) = a_mv_m(t) $, where $v_m(t)$ defined as the hint by @mathcounterexamples.net, we can substitute in the limit (for simplicity we use $\|T_nu_m\|_2^2$):
$$\lim_{m\to\infty} \|T_nu_m\|_2^2 = \lim_{m\to\infty} {a_m}^2\|T_nv_m\|_2^2, $$
where ${a_m}^2 = \frac{1}{\|v_m\|_2^2} = \frac{3m}{3m^2+2}$
Then, according to what @mathcounterexamples.net pointed out, the integral can be split as:
$$\|T_nv_m\|_2^2 = \int_{-\infty}^{\infty}|(\delta_n*v_m)(t)|^2dt $$
$$ = \int_{-1/n-1/m}^{1/n}(\delta_n*v_m)^2(t)dt + \int_{1/n}^{m-1/n}(\delta_n*v_m)^2(t)dt + \int_{m-1/n}^{1/n+1/m+m}(\delta_n*v_m)^2(t)dt = \int_{-1/n-1/m}^{1/n}(\delta_n*v_m)^2(t)dt + \int_{1/n}^{m-1/n}dt + \int_{m-1/n}^{1/n+1/m+m}(\delta_n*v_m)^2(t)dt $$
Plugging it back in the limit:
$$\lim_{m\to\infty} {a_m}^2\bigg(\int_{-1/n-1/m}^{1/n}(\delta_n*v_m)^2(t)dt + \int_{1/n}^{m-1/n}dt + \int_{m-1/n}^{1/n+1/m+m}(\delta_n*v_m)^2(t)dt\bigg)$$
But in the first and in the third integral:
$$0 \leq (\delta_n*v_m)(t) \leq 1 \Rightarrow 0 \leq (\delta_n*v_m)^2(t) \leq 1$$
Therefore, for the first integral:
$$\lim_{m\to\infty} {a_m}^2\int_{-1/n-1/m}^{1/n}(\delta_n*v_m)^2(t)dt \leq \lim_{m\to\infty} {a_m}^2\bigg(\sup_{t \in [-1/n-1/m,1/n]}(\delta_n*v_m)^2(t)\bigg)^2(2/n+1/m) = \lim_{m\to\infty} {a_m}^2(2/n+1/m) = 0$$
And for the third integral as well:
$$\lim_{m\to\infty} {a_m}^2\int_{m-1/n}^{m+1/m+1/n}(\delta_n*v_m)^2(t)dt \leq \lim_{m\to\infty} {a_m}^2\bigg(\sup_{t \in [m-1/n,m+1/m+1/n]}(\delta_n*v_m)^2(t)\bigg)^2(2/n+1/m) = \lim_{m\to\infty} {a_m}^2(2/n+1/m) = 0$$
Finally we are left with:
$$\lim_{m\to\infty} {a_m}^2\bigg(\int_{1/n}^{m-1/n}dt\bigg) = \lim_{m\to\infty} {a_m}^2(m-2/n) = \lim_{m\to\infty}\frac{3m}{3m^2+2}(m-2/n) = 1 $$